Class CCSentinel

java.lang.Object
at.petrak.hexcasting.fabric.cc.CCSentinel
All Implemented Interfaces:
dev.onyxstudios.cca.api.v3.component.Component, dev.onyxstudios.cca.api.v3.component.sync.AutoSyncedComponent, dev.onyxstudios.cca.api.v3.component.sync.ComponentPacketWriter, dev.onyxstudios.cca.api.v3.component.sync.PlayerSyncPredicate

public class CCSentinel extends Object implements dev.onyxstudios.cca.api.v3.component.Component, dev.onyxstudios.cca.api.v3.component.sync.AutoSyncedComponent
  • Field Details

  • Constructor Details

    • CCSentinel

      public CCSentinel(net.minecraft.world.entity.player.Player owner)
  • Method Details

    • getSentinel

      public at.petrak.hexcasting.api.player.Sentinel getSentinel()
    • setSentinel

      public void setSentinel(at.petrak.hexcasting.api.player.Sentinel sentinel)
    • 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