Class BlockEntityConjured

java.lang.Object
net.minecraft.world.level.block.entity.BlockEntity
at.petrak.hexcasting.api.block.HexBlockEntity
at.petrak.hexcasting.common.blocks.entity.BlockEntityConjured

public class BlockEntityConjured extends HexBlockEntity
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class net.minecraft.world.level.block.entity.BlockEntity

    level, remove, worldPosition
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockEntityConjured(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    landParticle(net.minecraft.world.entity.Entity entity, int number)
     
    protected void
    loadModData(net.minecraft.nbt.CompoundTag tag)
     
    void
     
    protected void
    saveModData(net.minecraft.nbt.CompoundTag tag)
     
    void
     
    void
    walkParticle(net.minecraft.world.entity.Entity pEntity)
     

    Methods inherited from class at.petrak.hexcasting.api.block.HexBlockEntity

    getUpdatePacket, getUpdateTag, load, saveAdditional, sync

    Methods inherited from class net.minecraft.world.level.block.entity.BlockEntity

    addEntityType, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPosFromTag, getType, hasLevel, isRemoved, loadStatic, onlyOpCanSetNbt, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setLevel, setRemoved, triggerEvent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • BlockEntityConjured

      public BlockEntityConjured(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
  • Method Details

    • walkParticle

      public void walkParticle(net.minecraft.world.entity.Entity pEntity)
    • particleEffect

      public void particleEffect()
    • landParticle

      public void landParticle(net.minecraft.world.entity.Entity entity, int number)
    • saveModData

      protected void saveModData(net.minecraft.nbt.CompoundTag tag)
      Specified by:
      saveModData in class HexBlockEntity
    • loadModData

      protected void loadModData(net.minecraft.nbt.CompoundTag tag)
      Specified by:
      loadModData in class HexBlockEntity
    • getColorizer

      public FrozenPigment getColorizer()
    • setColorizer

      public void setColorizer(FrozenPigment colorizer)