Class JigsawBlockEntity
java.lang.Object
net.neoforged.neoforge.attachment.AttachmentHolder
net.minecraft.world.level.block.entity.BlockEntity
net.minecraft.world.level.block.entity.JigsawBlockEntity
- All Implemented Interfaces:
 IAttachmentHolder,IBlockEntityExtension,INBTSerializable<CompoundTag>
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.neoforged.neoforge.attachment.AttachmentHolder
AttachmentHolder.AsField - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprivate Stringprivate JigsawBlockEntity.JointTypestatic final Stringprivate ResourceLocationstatic final Stringstatic final Stringprivate intprivate ResourceKey<StructureTemplatePool>static final Stringstatic final Stringprivate intprivate ResourceLocationstatic final StringFields inherited from class net.minecraft.world.level.block.entity.BlockEntity
level, remove, worldPositionFields inherited from class net.neoforged.neoforge.attachment.AttachmentHolder
ATTACHMENTS_NBT_KEY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(ServerLevel p_59421_, int p_59422_, boolean p_59423_) getJoint()getName()intgetPool()intvoidload(CompoundTag p_155608_) protected voidsaveAdditional(CompoundTag p_187504_) voidsetFinalState(String p_59432_) voidsetJoint(JigsawBlockEntity.JointType p_59425_) voidsetName(ResourceLocation p_59436_) voidsetPlacementPriority(int p_309107_) voidsetPool(ResourceKey<StructureTemplatePool> p_222764_) voidsetSelectionPriority(int p_309018_) voidsetTarget(ResourceLocation p_59439_) Methods inherited from class net.minecraft.world.level.block.entity.BlockEntity
addEntityType, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPersistentData, getPosFromTag, getType, hasLevel, isRemoved, loadStatic, onlyOpCanSetNbt, removeData, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setData, setLevel, setRemoved, triggerEventMethods inherited from class net.neoforged.neoforge.attachment.AttachmentHolder
areAttachmentsCompatible, deserializeAttachments, getData, hasAttachments, hasData, serializeAttachmentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.neoforge.attachment.IAttachmentHolder
getData, hasData, removeData, setDataMethods inherited from interface net.neoforged.neoforge.common.extensions.IBlockEntityExtension
deserializeNBT, getModelData, handleUpdateTag, hasCustomOutlineRendering, invalidateCapabilities, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBT 
- 
Field Details
- 
TARGET
- See Also:
 
 - 
POOL
- See Also:
 
 - 
JOINT
- See Also:
 
 - 
PLACEMENT_PRIORITY
- See Also:
 
 - 
SELECTION_PRIORITY
- See Also:
 
 - 
NAME
- See Also:
 
 - 
FINAL_STATE
- See Also:
 
 - 
name
 - 
target
 - 
pool
 - 
joint
 - 
finalState
 - 
placementPriority
private int placementPriority - 
selectionPriority
private int selectionPriority 
 - 
 - 
Constructor Details
- 
JigsawBlockEntity
 
 - 
 - 
Method Details
- 
getName
 - 
getTarget
 - 
getPool
 - 
getFinalState
 - 
getJoint
 - 
getPlacementPriority
public int getPlacementPriority() - 
getSelectionPriority
public int getSelectionPriority() - 
setName
 - 
setTarget
 - 
setPool
 - 
setFinalState
 - 
setJoint
 - 
setPlacementPriority
public void setPlacementPriority(int p_309107_)  - 
setSelectionPriority
public void setSelectionPriority(int p_309018_)  - 
saveAdditional
- Overrides:
 saveAdditionalin classBlockEntity
 - 
load
- Overrides:
 loadin classBlockEntity
 - 
getUpdatePacket
- Overrides:
 getUpdatePacketin classBlockEntity
 - 
getUpdateTag
- Overrides:
 getUpdateTagin classBlockEntity
 - 
generate
 
 -