public class JigsawTileEntity extends TileEntity
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
attachmentType |
private java.lang.String |
finalState |
private ResourceLocation |
targetPool |
pos, removed, world
INFINITE_EXTENT_AABB
Constructor and Description |
---|
JigsawTileEntity() |
JigsawTileEntity(TileEntityType<?> p_i49960_1_) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
getAttachmentType() |
java.lang.String |
getFinalState() |
ResourceLocation |
getTargetPool() |
SUpdateTileEntityPacket |
getUpdatePacket() |
CompoundNBT |
getUpdateTag() |
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, warnInvalidBlock
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCaps
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBT
getCapability, getCapability
private ResourceLocation attachmentType
private ResourceLocation targetPool
private java.lang.String finalState
public 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
in class TileEntity
public void read(CompoundNBT compound)
read
in class TileEntity
@Nullable public SUpdateTileEntityPacket getUpdatePacket()
getUpdatePacket
in class TileEntity
public CompoundNBT getUpdateTag()
getUpdateTag
in class TileEntity