类 JigsawBlockEntity
java.lang.Object
net.minecraftforge.common.capabilities.CapabilityProvider<BlockEntity>
net.minecraft.world.level.block.entity.BlockEntity
net.minecraft.world.level.block.entity.JigsawBlockEntity
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 net.minecraft.world.level.block.entity.BlockEntity
BlockEntity.ComponentHelper, BlockEntity.DataComponentInput
从类继承的嵌套类/接口 net.minecraftforge.common.capabilities.CapabilityProvider
CapabilityProvider.AsField<B extends ICapabilityProviderImpl<B>>
-
字段概要
字段修饰符和类型字段说明static 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
从类继承的字段 net.minecraft.world.level.block.entity.BlockEntity
level, remove, worldPosition
从接口继承的字段 net.minecraftforge.common.extensions.IForgeBlockEntity
INFINITE_EXTENT_AABB
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
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_) 从类继承的方法 net.minecraft.world.level.block.entity.BlockEntity
addEntityType, applyComponents, applyComponentsFromItemStack, applyImplicitComponents, clearRemoved, collectComponents, collectImplicitComponents, components, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPosFromTag, getType, hasLevel, isRemoved, isValidBlockState, loadCustomOnly, loadStatic, loadWithComponents, onChunkUnloaded, parseCustomNameSafe, removeComponentsFromTag, saveCustomAndMetadata, saveCustomOnly, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setComponents, setLevel, setRemoved, triggerEvent
从类继承的方法 net.minecraftforge.common.capabilities.CapabilityProvider
deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCaps
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.common.capabilities.ICapabilityProvider
getCapability, getCapability
从接口继承的方法 net.minecraftforge.common.extensions.IForgeBlockEntity
getModelData, getRenderBoundingBox, handleUpdateTag, hasCustomOutlineRendering, onDataPacket, onLoad, requestModelDataUpdate
-
字段详细资料
-
TARGET
- 另请参阅:
-
POOL
- 另请参阅:
-
JOINT
- 另请参阅:
-
PLACEMENT_PRIORITY
- 另请参阅:
-
SELECTION_PRIORITY
- 另请参阅:
-
NAME
- 另请参阅:
-
FINAL_STATE
- 另请参阅:
-
name
-
target
-
pool
-
joint
-
finalState
-
placementPriority
private int placementPriority -
selectionPriority
private int selectionPriority
-
-
构造器详细资料
-
JigsawBlockEntity
-
-
方法详细资料
-
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
- 覆盖:
saveAdditional
在类中BlockEntity
-
loadAdditional
- 覆盖:
loadAdditional
在类中BlockEntity
-
getUpdatePacket
- 覆盖:
getUpdatePacket
在类中BlockEntity
-
getUpdateTag
- 覆盖:
getUpdateTag
在类中BlockEntity
-
generate
-