public class JigsawTileEntity extends TileEntity
pos, removed, worldINFINITE_EXTENT_AABB| コンストラクタと説明 |
|---|
JigsawTileEntity() |
JigsawTileEntity(TileEntityType<?> p_i49960_1_) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ResourceLocation |
getAttachmentType() |
java.lang.String |
getFinalState() |
ResourceLocation |
getTargetPool() |
SUpdateTileEntityPacket |
getUpdatePacket()
Retrieves packet to send to the client whenever this Tile Entity is resynced via World.notifyBlockUpdate.
|
CompoundNBT |
getUpdateTag()
Get an NBT compound to sync to the client with SPacketChunkData, used for initial loading of the chunk or when
many blocks change at once.
|
void |
read(CompoundNBT compound) |
void |
setAttachmentType(ResourceLocation p_214057_1_) |
void |
setFinalState(java.lang.String p_214055_1_) |
void |
setTargetPool(ResourceLocation p_214058_1_) |
CompoundNBT |
write(CompoundNBT compound) |
addInfoToCrashReport, create, getBlockState, getDistanceSq, getMaxRenderDistanceSquared, getPos, getTileData, getType, getWorld, hasWorld, isRemoved, markDirty, mirror, onlyOpsCanSetNbt, receiveClientEvent, remove, rotate, setPos, setWorldAndPos, updateContainingBlockInfo, validate, warnInvalidBlockareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBTgetCapability, getCapabilitypublic JigsawTileEntity(TileEntityType<?> p_i49960_1_)
public JigsawTileEntity()
public ResourceLocation getAttachmentType()
public ResourceLocation getTargetPool()
public java.lang.String getFinalState()
public void setAttachmentType(ResourceLocation p_214057_1_)
public void setTargetPool(ResourceLocation p_214058_1_)
public void setFinalState(java.lang.String p_214055_1_)
public CompoundNBT write(CompoundNBT compound)
write クラス内 TileEntitypublic void read(CompoundNBT compound)
read クラス内 TileEntity@Nullable public SUpdateTileEntityPacket getUpdatePacket()
IForgeTileEntity.onDataPacket(net.minecraft.network.NetworkManager, net.minecraft.network.play.server.SUpdateTileEntityPacket)getUpdatePacket クラス内 TileEntitypublic CompoundNBT getUpdateTag()
handleUpdateTaggetUpdateTag クラス内 TileEntity