Package net.minecraftforge.debug.block
Class FullPotsAccessorDemo.DioriteFlowerPotBlockEntity
java.lang.Object
net.minecraftforge.common.capabilities.CapabilityProvider<BlockEntity>
net.minecraft.world.level.block.entity.BlockEntity
net.minecraftforge.debug.block.FullPotsAccessorDemo.DioriteFlowerPotBlockEntity
- All Implemented Interfaces:
ICapabilityProvider,ICapabilitySerializable<CompoundTag>,IForgeBlockEntity,INBTSerializable<CompoundTag>
- Enclosing class:
- FullPotsAccessorDemo
-
Field Summary
FieldsFields inherited from class net.minecraft.world.level.block.entity.BlockEntity
level, remove, worldPositionFields inherited from interface net.minecraftforge.common.extensions.IForgeBlockEntity
INFINITE_EXTENT_AABB -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAllows you to return additional model data.getPlant()voidhandleUpdateTag(CompoundTag tag)Called when the chunk's TE update tag, gotten fromBlockEntity.getUpdateTag(), is received on the client.voidload(CompoundTag tag)voidCalled when you receive a TileEntityData packet for the location this TileEntity is currently in.save(CompoundTag tag)voidMethods inherited from class net.minecraft.world.level.block.entity.BlockEntity
clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getTileData, getType, hasLevel, isRemoved, loadStatic, onChunkUnloaded, onlyOpCanSetNbt, setBlockState, setChanged, setChanged, setLevel, setRemoved, triggerEventMethods inherited from class net.minecraftforge.common.capabilities.CapabilityProvider
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvider
getCapability, getCapabilityMethods inherited from interface net.minecraftforge.common.extensions.IForgeBlockEntity
deserializeNBT, getRenderBoundingBox, onLoad, requestModelDataUpdate, serializeNBT
-
Field Details
-
PLANT_PROPERTY
-
modelData
-
plant
-
-
Constructor Details
-
DioriteFlowerPotBlockEntity
-
-
Method Details
-
setPlant
-
getPlant
-
getModelData
Description copied from interface:IForgeBlockEntityAllows you to return additional model data. This data can be used to provide additional functionality in yourBakedModelYou need to schedule a refresh of you model data viaIForgeBlockEntity.requestModelDataUpdate()if the result of this function changes. Note that this method may be called on a chunk render thread instead of the main client thread- Returns:
- Your model data
-
getUpdateTag
- Overrides:
getUpdateTagin classBlockEntity
-
handleUpdateTag
Description copied from interface:IForgeBlockEntityCalled when the chunk's TE update tag, gotten fromBlockEntity.getUpdateTag(), is received on the client.Used to handle this tag in a special way. By default this simply calls
BlockEntity.load(CompoundTag).- Parameters:
tag- TheCompoundTagsent fromBlockEntity.getUpdateTag()
-
getUpdatePacket
- Overrides:
getUpdatePacketin classBlockEntity
-
onDataPacket
Description copied from interface:IForgeBlockEntityCalled when you receive a TileEntityData packet for the location this TileEntity is currently in. On the client, the NetworkManager will always be the remote server. On the server, it will be whomever is responsible for sending the packet.- Parameters:
net- The NetworkManager the packet originated frompkt- The data packet
-
load
- Overrides:
loadin classBlockEntity
-
save
- Overrides:
savein classBlockEntity
-