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 official xpintermediary net/minecraft/class_5899named 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 official aLxp;a:Iintermediary field_29150Lnet/minecraft/class_5899;field_29150:Inamed warningBlocksLnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;warningBlocks:I
 
 - 
 - 
Constructor Details
- 
WorldBorderWarningBlocksChangedS2CPacket
- Mappings:
 Namespace Name Mixin selector official <init>Lxp;<init>(Ldds;)Vintermediary <init>Lnet/minecraft/class_5899;<init>(Lnet/minecraft/class_2784;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;<init>(Lnet/minecraft/world/border/WorldBorder;)V
 - 
WorldBorderWarningBlocksChangedS2CPacket
- Mappings:
 Namespace Name Mixin selector official <init>Lxp;<init>(Lsf;)Vintermediary <init>Lnet/minecraft/class_5899;<init>(Lnet/minecraft/class_2540;)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 official aLuo;a(Lsf;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
 - 
apply
- Specified by:
 applyin interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector official aLxp;a(Lur;)Vintermediary method_34167Lnet/minecraft/class_5899;method_34167(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
 - 
getWarningBlocks
public int getWarningBlocks()- Mappings:
 Namespace Name Mixin selector official aLxp;a()Iintermediary method_34168Lnet/minecraft/class_5899;method_34168()Inamed getWarningBlocksLnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;getWarningBlocks()I
 
 -