类 ServerboundSetJigsawBlockPacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundSetJigsawBlockPacket
- 所有已实现的接口:
Packet<ServerGamePacketListener>
public class ServerboundSetJigsawBlockPacket
extends Object
implements Packet<ServerGamePacketListener>
-
字段概要
字段修饰符和类型字段说明private final String
private final JigsawBlockEntity.JointType
private final ResourceLocation
private final int
private final ResourceLocation
private final BlockPos
private final int
static final StreamCodec
<FriendlyByteBuf, ServerboundSetJigsawBlockPacket> private final ResourceLocation
-
构造器概要
构造器限定符构造器说明ServerboundSetJigsawBlockPacket
(BlockPos p_134573_, ResourceLocation p_134574_, ResourceLocation p_134575_, ResourceLocation p_134576_, String p_134577_, JigsawBlockEntity.JointType p_134578_, int p_308944_, int p_309128_) private
ServerboundSetJigsawBlockPacket
(FriendlyByteBuf p_179766_) -
方法概要
修饰符和类型方法说明getJoint()
getName()
int
getPool()
getPos()
int
void
handle
(ServerGamePacketListener p_134584_) type()
private void
write
(FriendlyByteBuf p_134587_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
字段详细资料
-
STREAM_CODEC
-
pos
-
name
-
target
-
pool
-
finalState
-
joint
-
selectionPriority
private final int selectionPriority -
placementPriority
private final int placementPriority
-
-
构造器详细资料
-
ServerboundSetJigsawBlockPacket
public ServerboundSetJigsawBlockPacket(BlockPos p_134573_, ResourceLocation p_134574_, ResourceLocation p_134575_, ResourceLocation p_134576_, String p_134577_, JigsawBlockEntity.JointType p_134578_, int p_308944_, int p_309128_) -
ServerboundSetJigsawBlockPacket
-
-
方法详细资料
-
write
-
type
- 指定者:
type
在接口中Packet<ServerGamePacketListener>
-
handle
- 指定者:
handle
在接口中Packet<ServerGamePacketListener>
-
getPos
-
getName
-
getTarget
-
getPool
-
getFinalState
-
getJoint
-
getSelectionPriority
public int getSelectionPriority() -
getPlacementPriority
public int getPlacementPriority()
-