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
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.world.level.block.entity.BlockEntity
BlockEntity.ComponentHelper, BlockEntity.DataComponentInput
Nested classes/interfaces inherited from class net.neoforged.neoforge.attachment.AttachmentHolder
AttachmentHolder.AsField
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
private String
private JigsawBlockEntity.JointType
static final String
private ResourceLocation
static final String
static final String
private int
private ResourceKey
<StructureTemplatePool> static final String
static final String
private int
private ResourceLocation
static final String
Fields inherited from class net.minecraft.world.level.block.entity.BlockEntity
level, remove, worldPosition
Fields inherited from class net.neoforged.neoforge.attachment.AttachmentHolder
ATTACHMENTS_NBT_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(ServerLevel pLevel, int pMaxDepth, boolean pKeepJigsaws) getJoint()
getName()
int
getPool()
int
getUpdateTag
(HolderLookup.Provider pRegistries) protected void
loadAdditional
(CompoundTag pTag, HolderLookup.Provider pRegistries) protected void
saveAdditional
(CompoundTag pTag, HolderLookup.Provider pRegistries) void
setFinalState
(String pFinalState) void
setJoint
(JigsawBlockEntity.JointType pJoint) void
setName
(ResourceLocation pName) void
setPlacementPriority
(int pPlacementPriority) void
setPool
(ResourceKey<StructureTemplatePool> pPool) void
setSelectionPriority
(int pSelectionPriority) void
setTarget
(ResourceLocation pTarget) Methods inherited from class net.minecraft.world.level.block.entity.BlockEntity
addEntityType, applyComponents, applyComponentsFromItemStack, applyImplicitComponents, clearRemoved, collectComponents, collectImplicitComponents, components, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPersistentData, getPosFromTag, getType, hasLevel, isRemoved, isValidBlockState, loadCustomOnly, loadStatic, loadWithComponents, onlyOpCanSetNbt, parseCustomNameSafe, removeComponentsFromTag, removeData, saveCustomAndMetadata, saveCustomOnly, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setComponents, setData, setLevel, setRemoved, triggerEvent
Methods inherited from class net.neoforged.neoforge.attachment.AttachmentHolder
deserializeAttachments, getData, getExistingDataOrNull, hasAttachments, hasData, serializeAttachments
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.neoforge.attachment.IAttachmentHolder
getData, getExistingData, getExistingData, getExistingDataOrNull, hasData, removeData, setData
Methods inherited from interface net.neoforged.neoforge.common.extensions.IBlockEntityExtension
getModelData, handleUpdateTag, hasCustomOutlineRendering, invalidateCapabilities, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate
-
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 pPlacementPriority) -
setSelectionPriority
public void setSelectionPriority(int pSelectionPriority) -
saveAdditional
- Overrides:
saveAdditional
in classBlockEntity
-
loadAdditional
- Overrides:
loadAdditional
in classBlockEntity
-
getUpdatePacket
- Overrides:
getUpdatePacket
in classBlockEntity
-
getUpdateTag
- Overrides:
getUpdateTag
in classBlockEntity
-
generate
-