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
-
Field Summary
FieldsFields inherited from class net.minecraft.world.level.block.entity.BlockEntity
level, remove, worldPosition -
Constructor Summary
ConstructorsConstructorDescriptionBlockEntityConjured(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) -
Method Summary
Modifier and TypeMethodDescriptionvoidlandParticle(net.minecraft.world.entity.Entity entity, int number) protected voidloadModData(net.minecraft.nbt.CompoundTag tag) voidprotected voidsaveModData(net.minecraft.nbt.CompoundTag tag) voidsetColorizer(FrozenPigment colorizer) voidwalkParticle(net.minecraft.world.entity.Entity pEntity) Methods inherited from class at.petrak.hexcasting.api.block.HexBlockEntity
getUpdatePacket, getUpdateTag, load, saveAdditional, syncMethods 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
-
Field Details
-
TAG_COLORIZER
- See Also:
-
-
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:
saveModDatain classHexBlockEntity
-
loadModData
protected void loadModData(net.minecraft.nbt.CompoundTag tag) - Specified by:
loadModDatain classHexBlockEntity
-
getColorizer
-
setColorizer
-