public class class_5194 extends Object implements Packet<ServerPlayPacketListener>
| Modifier and Type | Field and Description |
|---|---|
private BlockPos |
field_24054 |
private int |
field_24055 |
| Constructor and Description |
|---|
class_5194() |
class_5194(BlockPos blockPos,
int int2) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ServerPlayPacketListener serverPlayPacketListener) |
BlockPos |
method_27275() |
int |
method_27276() |
void |
read(PacketByteBuf buf) |
void |
write(PacketByteBuf buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWritingErrorSkippableprivate BlockPos field_24054
private int field_24055
public class_5194()
@Environment(value=CLIENT) public class_5194(BlockPos blockPos, int int2)
public void read(PacketByteBuf buf) throws IOException
read in interface Packet<ServerPlayPacketListener>IOExceptionpublic void write(PacketByteBuf buf) throws IOException
write in interface Packet<ServerPlayPacketListener>IOExceptionpublic void apply(ServerPlayPacketListener serverPlayPacketListener)
apply in interface Packet<ServerPlayPacketListener>public BlockPos method_27275()
public int method_27276()