net.minecraft.world.level.block.entity

public class JigsawBlockEntity

extends BlockEntity

cms
net.minecraft.world.level.block.entity.JigsawBlockEntity
net.minecraft.class_3751
net.minecraft.block.entity.JigsawBlockEntity
net.minecraft.src.C_2011_
net.minecraft.world.level.block.entity.TileEntityJigsaw

Field summary

Modifier and TypeField
public static final String
a
TARGET
field_31343
TARGET_KEY
f_155599_
public static final String
b
POOL
field_31344
POOL_KEY
f_155600_
public static final String
c
JOINT
field_31345
JOINT_KEY
f_155601_
public static final String
d
NAME
field_31346
NAME_KEY
f_155602_
public static final String
e
FINAL_STATE
field_31347
FINAL_STATE_KEY
f_155603_
private ResourceLocation
f
name
field_16550
name
f_59411_
private ResourceLocation
g
target
field_16552
target
f_59412_
private ResourceLocation
h
pool
field_23327
pool
f_59413_
private JigsawBlockEntity$JointType
i
joint
field_23328
joint
f_59414_
private String
j
finalState
field_16551
finalState
f_59415_

Constructor summary

ModifierConstructor
public (BlockPos pos, BlockState state)

Method summary

Modifier and TypeMethod
public ResourceLocation
c()
getName()
method_16381()
getName()
m_59442_()
public ResourceLocation
d()
getTarget()
method_26399()
getTarget()
m_59443_()
public ResourceLocation
f()
getPool()
method_16382()
getPool()
m_59444_()
public String
g()
getFinalState()
method_16380()
getFinalState()
m_59445_()
public JigsawBlockEntity$JointType
i()
getJoint()
method_26400()
getJoint()
m_59446_()
public void
a(yh arg0)
setName(ResourceLocation arg0)
method_16379(class_2960 arg0)
setAttachmentType(Identifier value)
m_59435_(C_5265_ arg0)
public void
b(yh arg0)
setTarget(ResourceLocation arg0)
method_16378(class_2960 arg0)
setTargetPool(Identifier target)
m_59438_(C_5265_ arg0)
public void
c(yh arg0)
setPool(ResourceLocation arg0)
method_26398(class_2960 arg0)
setPool(Identifier pool)
m_59440_(C_5265_ arg0)
public void
a(String arg0)
setFinalState(String arg0)
method_16377(String arg0)
setFinalState(String finalState)
m_59431_(String arg0)
public void
a(cms$a arg0)
setJoint(JigsawBlockEntity$JointType arg0)
method_26396(class_3751$class_4991 arg0)
setJoint(JigsawBlockEntity$Joint joint)
m_59424_(C_2011_$C_2012_ arg0)
protected void
b(oc arg0)
saveAdditional(CompoundTag arg0)
method_11007(class_2487 arg0)
writeNbt(NbtCompound arg0)
m_183515_(C_4917_ arg0)
public void
a(oc arg0)
load(CompoundTag arg0)
method_11014(class_2487 arg0)
readNbt(NbtCompound arg0)
m_142466_(C_4917_ arg0)
public ClientboundBlockEntityDataPacket
j()
getUpdatePacket()
method_38248()
toUpdatePacket()
m_183216_()
public CompoundTag
Z_()
getUpdateTag()
method_16887()
toInitialChunkDataNbt()
m_5995_()
public void
a(adi 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)
m_59420_(C_12_ p_59422_, int p_59423_, boolean arg2)