Class JigsawBlockEntity
java.lang.Object
net.minecraftforge.common.capabilities.CapabilityProvider<BlockEntity>
net.minecraft.world.level.block.entity.BlockEntity
net.minecraft.world.level.block.entity.JigsawBlockEntity
- All Implemented Interfaces:
ICapabilityProvider
,ICapabilityProviderImpl<BlockEntity>
,IForgeBlockEntity
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.level.block.entity.BlockEntity
BlockEntity.ComponentHelper, BlockEntity.DataComponentInput
Nested classes/interfaces inherited from class net.minecraftforge.common.capabilities.CapabilityProvider
CapabilityProvider.AsField<B extends ICapabilityProviderImpl<B>>
-
Field Summary
Modifier 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 interface net.minecraftforge.common.extensions.IForgeBlockEntity
INFINITE_EXTENT_AABB
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(ServerLevel p_59421_, int p_59422_, boolean p_59423_) getJoint()
getName()
int
getPool()
int
getUpdateTag
(HolderLookup.Provider p_333585_) protected void
loadAdditional
(CompoundTag p_331375_, HolderLookup.Provider p_332374_) protected void
saveAdditional
(CompoundTag p_187504_, HolderLookup.Provider p_335581_) void
setFinalState
(String p_59432_) void
setJoint
(JigsawBlockEntity.JointType p_59425_) void
setName
(ResourceLocation p_59436_) void
setPlacementPriority
(int p_312425_) void
setPool
(ResourceKey<StructureTemplatePool> p_222764_) void
setSelectionPriority
(int p_309491_) void
setTarget
(ResourceLocation p_59439_) Methods inherited from class net.minecraft.world.level.block.entity.BlockEntity
addEntityType, applyComponents, applyComponentsFromItemStack, applyImplicitComponents, clearRemoved, collectComponents, collectImplicitComponents, components, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPosFromTag, getType, hasLevel, isRemoved, loadCustomOnly, loadStatic, loadWithComponents, onChunkUnloaded, onlyOpCanSetNbt, parseCustomNameSafe, removeComponentsFromTag, saveCustomAndMetadata, saveCustomOnly, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setComponents, setLevel, setRemoved, triggerEvent
Methods inherited from class net.minecraftforge.common.capabilities.CapabilityProvider
deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCaps
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvider
getCapability, getCapability
Methods inherited from interface net.minecraftforge.common.extensions.IForgeBlockEntity
getModelData, getRenderBoundingBox, handleUpdateTag, hasCustomOutlineRendering, 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 p_312425_) -
setSelectionPriority
public void setSelectionPriority(int p_309491_) -
saveAdditional
- Overrides:
saveAdditional
in classBlockEntity
-
loadAdditional
- Overrides:
loadAdditional
in classBlockEntity
-
getUpdatePacket
- Overrides:
getUpdatePacket
in classBlockEntity
-
getUpdateTag
- Overrides:
getUpdateTag
in classBlockEntity
-
generate
-