Class CCFlight

java.lang.Object
at.petrak.hexcasting.fabric.cc.CCFlight
All Implemented Interfaces:
dev.onyxstudios.cca.api.v3.component.Component

public class CCFlight extends Object implements dev.onyxstudios.cca.api.v3.component.Component
  • Field Details

  • Constructor Details

    • CCFlight

      public CCFlight(net.minecraft.server.level.ServerPlayer owner)
  • Method Details

    • getFlight

      public at.petrak.hexcasting.api.player.FlightAbility getFlight()
    • setFlight

      public void setFlight(at.petrak.hexcasting.api.player.FlightAbility flight)
    • readFromNbt

      public void readFromNbt(net.minecraft.nbt.CompoundTag tag)
      Specified by:
      readFromNbt in interface dev.onyxstudios.cca.api.v3.component.Component
    • writeToNbt

      public void writeToNbt(net.minecraft.nbt.CompoundTag tag)
      Specified by:
      writeToNbt in interface dev.onyxstudios.cca.api.v3.component.Component