net.minecraft.world.level.block.entity

public class JigsawBlockEntity

extends BlockEntity

dzi
net.minecraft.world.level.block.entity.JigsawBlockEntity
net.minecraft.class_3751
net.minecraft.block.entity.JigsawBlockEntity

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<ResourceKey<StructureTemplatePool>>
a
POOL_CODEC
field_57779
STRUCTURE_POOL_KEY_CODEC
public static final ResourceLocation
b
EMPTY_ID
field_57780
DEFAULT_NAME
private static final int
k
DEFAULT_PLACEMENT_PRIORITY
field_57782
DEFAULT_PLACEMENT_PRIORITY
private static final int
l
DEFAULT_SELECTION_PRIORITY
field_57783
DEFAULT_SELECTION_PRIORITY
public static final String
c
TARGET
field_31343
TARGET_KEY
public static final String
d
POOL
field_31344
POOL_KEY
public static final String
e
JOINT
field_31345
JOINT_KEY
public static final String
f
PLACEMENT_PRIORITY
field_47096
PLACEMENT_PRIORITY_KEY
public static final String
g
SELECTION_PRIORITY
field_47097
SELECTION_PRIORITY_KEY
public static final String
h
NAME
field_31346
NAME_KEY
public static final String
i
FINAL_STATE
field_31347
FINAL_STATE_KEY
public static final String
j
DEFAULT_FINAL_STATE
field_57781
DEFAULT_FINAL_STATE
private ResourceLocation
m
name
field_16550
name
private ResourceLocation
q
target
field_16552
target
private ResourceKey<StructureTemplatePool>
r
pool
field_23327
pool
private JigsawBlockEntity$JointType
s
joint
field_23328
joint
private String
t
finalState
field_16551
finalState
private int
u
placementPriority
field_47098
placementPriority
private int
v
selectionPriority
field_47099
selectionPriority

Constructor summary

ModifierConstructor
public (BlockPos pos, BlockState state)

Method summary

Modifier and TypeMethod
public ResourceLocation
a()
getName()
method_16381()
getName()
public ResourceLocation
c()
getTarget()
method_26399()
getTarget()
public ResourceKey<StructureTemplatePool>
d()
getPool()
method_16382()
getPool()
public String
f()
getFinalState()
method_16380()
getFinalState()
public JigsawBlockEntity$JointType
j()
getJoint()
method_26400()
getJoint()
public int
k()
getPlacementPriority()
method_54777()
getPlacementPriority()
public int
s()
getSelectionPriority()
method_54778()
getSelectionPriority()
public void
a(alk arg0)
setName(ResourceLocation arg0)
method_16379(class_2960 arg0)
setName(Identifier name)
public void
b(alk arg0)
setTarget(ResourceLocation arg0)
method_16378(class_2960 arg0)
setTarget(Identifier target)
public void
a(alj<etn> arg0)
setPool(ResourceKey<StructureTemplatePool> arg0)
method_26398(class_5321<class_3785> arg0)
setPool(RegistryKey<StructurePool> pool)
public void
a(String arg0)
setFinalState(String arg0)
method_16377(String arg0)
setFinalState(String finalState)
public void
a(dzi$a arg0)
setJoint(JigsawBlockEntity$JointType arg0)
method_26396(class_3751$class_4991 arg0)
setJoint(JigsawBlockEntity$Joint joint)
public void
a(int arg0)
setPlacementPriority(int arg0)
method_54775(int arg0)
setPlacementPriority(int placementPriority)
public void
b(int arg0)
setSelectionPriority(int arg0)
method_54776(int arg0)
setSelectionPriority(int selectionPriority)
protected void
b(ua arg0, ji$a arg1)
saveAdditional(CompoundTag arg0, HolderLookup$Provider arg1)
method_11007(class_2487 arg0, class_7225$class_7874 arg1)
writeNbt(NbtCompound arg0, RegistryWrapper$WrapperLookup arg1)
protected void
a(ua arg0, ji$a arg1)
loadAdditional(CompoundTag arg0, HolderLookup$Provider arg1)
method_11014(class_2487 arg0, class_7225$class_7874 arg1)
readNbt(NbtCompound arg0, RegistryWrapper$WrapperLookup arg1)
public ClientboundBlockEntityDataPacket
t()
getUpdatePacket()
method_38248()
toUpdatePacket()
public CompoundTag
a(ji$a arg0)
getUpdateTag(HolderLookup$Provider arg0)
method_16887(class_7225$class_7874 arg0)
toInitialChunkDataNbt(RegistryWrapper$WrapperLookup arg0)
public void
a(aru arg0, int arg1, boolean arg2)
generate(ServerLevel arg0, int arg1, boolean arg2)
method_27191(class_3218 arg0, int arg1, boolean arg2)
generate(ServerWorld world, int maxDepth, boolean keepJigsaws)