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 ClassesNested classes/interfaces inherited from class net.minecraft.world.level.block.entity.BlockEntity
BlockEntity.ComponentHelper, BlockEntity.DataComponentInputNested classes/interfaces inherited from class net.minecraftforge.common.capabilities.CapabilityProvider
CapabilityProvider.AsField<B extends ICapabilityProviderImpl<B>> -
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 interface net.minecraftforge.common.extensions.IForgeBlockEntity
INFINITE_EXTENT_AABB -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(ServerLevel p_59421_, int p_59422_, boolean p_59423_) getJoint()getName()intgetPool()intgetUpdateTag(HolderLookup.Provider p_333585_) protected voidloadAdditional(CompoundTag p_331375_, HolderLookup.Provider p_332374_) protected voidsaveAdditional(CompoundTag p_187504_, HolderLookup.Provider p_335581_) voidsetFinalState(String p_59432_) voidsetJoint(JigsawBlockEntity.JointType p_59425_) voidsetName(ResourceLocation p_59436_) voidsetPlacementPriority(int p_312425_) voidsetPool(ResourceKey<StructureTemplatePool> p_222764_) voidsetSelectionPriority(int p_309491_) voidsetTarget(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, triggerEventMethods inherited from class net.minecraftforge.common.capabilities.CapabilityProvider
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvider
getCapability, getCapabilityMethods 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:
saveAdditionalin classBlockEntity
-
loadAdditional
- Overrides:
loadAdditionalin classBlockEntity
-
getUpdatePacket
- Overrides:
getUpdatePacketin classBlockEntity
-
getUpdateTag
- Overrides:
getUpdateTagin classBlockEntity
-
generate
-