Class BlockEntitySlate
java.lang.Object
net.minecraft.world.level.block.entity.BlockEntity
at.petrak.hexcasting.api.block.HexBlockEntity
at.petrak.hexcasting.common.blocks.circles.BlockEntitySlate
-
Field Summary
FieldsModifier and TypeFieldDescription@Nullable at.petrak.hexcasting.api.casting.math.HexPatternstatic final StringFields inherited from class net.minecraft.world.level.block.entity.BlockEntity
level, remove, worldPosition -
Constructor Summary
ConstructorsConstructorDescriptionBlockEntitySlate(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidloadModData(net.minecraft.nbt.CompoundTag tag) protected voidsaveModData(net.minecraft.nbt.CompoundTag tag) 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_PATTERN
- See Also:
-
pattern
@Nullable public @Nullable at.petrak.hexcasting.api.casting.math.HexPattern pattern
-
-
Constructor Details
-
BlockEntitySlate
public BlockEntitySlate(net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
-
-
Method Details
-
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
-