Class WorldBorderWarningBlocksChangedS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.WorldBorderWarningBlocksChangedS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class WorldBorderWarningBlocksChangedS2CPacket
extends Object
implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name intermediary net/minecraft/class_5899official xpnamed net/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) intvoidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable
-
Field Details
-
warningBlocks
private final int warningBlocks- Mappings:
Namespace Name Mixin selector intermediary field_29150Lnet/minecraft/class_5899;field_29150:Iofficial aLxp;a:Inamed warningBlocksLnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;warningBlocks:I
-
-
Constructor Details
-
WorldBorderWarningBlocksChangedS2CPacket
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_5899;<init>(Lnet/minecraft/class_2784;)Vofficial <init>Lxp;<init>(Lddp;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;<init>(Lnet/minecraft/world/border/WorldBorder;)V
-
WorldBorderWarningBlocksChangedS2CPacket
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_5899;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Lxp;<init>(Lsf;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector intermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vofficial aLuo;a(Lsf;)Vnamed writeLnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector intermediary method_34167Lnet/minecraft/class_5899;method_34167(Lnet/minecraft/class_2602;)Vofficial aLxp;a(Lur;)Vnamed applyLnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getWarningBlocks
public int getWarningBlocks()- Mappings:
Namespace Name Mixin selector intermediary method_34168Lnet/minecraft/class_5899;method_34168()Iofficial aLxp;a()Inamed getWarningBlocksLnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;getWarningBlocks()I
-