Class WorldBorderS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.WorldBorderS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official hointermediary net/minecraft/class_2581named net/minecraft/network/packet/s2c/play/WorldBorderS2CPacket
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate doubleprivate doubleprivate longprivate doubleprivate intprivate doubleprivate WorldBorderS2CPacket.Typeprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) voidapply(WorldBorder border) voidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf)
-
Field Details
-
type
- Mappings:
Namespace Name Mixin selector official aLho;a:Lho$a;intermediary field_11652Lnet/minecraft/class_2581;field_11652:Lnet/minecraft/class_2581$class_2582;named typeLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;type:Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;
-
portalTeleportPosLimit
private int portalTeleportPosLimit- Mappings:
Namespace Name Mixin selector official bLho;b:Iintermediary field_11653Lnet/minecraft/class_2581;field_11653:Inamed portalTeleportPosLimitLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;portalTeleportPosLimit:I
-
centerX
private double centerX- Mappings:
Namespace Name Mixin selector official cLho;c:Dintermediary field_11654Lnet/minecraft/class_2581;field_11654:Dnamed centerXLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;centerX:D
-
centerZ
private double centerZ- Mappings:
Namespace Name Mixin selector official dLho;d:Dintermediary field_11655Lnet/minecraft/class_2581;field_11655:Dnamed centerZLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;centerZ:D
-
size
private double size- Mappings:
Namespace Name Mixin selector official eLho;e:Dintermediary field_11656Lnet/minecraft/class_2581;field_11656:Dnamed sizeLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;size:D
-
oldSize
private double oldSize- Mappings:
Namespace Name Mixin selector official fLho;f:Dintermediary field_11657Lnet/minecraft/class_2581;field_11657:Dnamed oldSizeLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;oldSize:D
-
interpolationDuration
private long interpolationDuration- Mappings:
Namespace Name Mixin selector official gLho;g:Jintermediary field_11658Lnet/minecraft/class_2581;field_11658:Jnamed interpolationDurationLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;interpolationDuration:J
-
warningTime
private int warningTime- Mappings:
Namespace Name Mixin selector official hLho;h:Iintermediary field_11659Lnet/minecraft/class_2581;field_11659:Inamed warningTimeLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;warningTime:I
-
warningBlocks
private int warningBlocks- Mappings:
Namespace Name Mixin selector official iLho;i:Iintermediary field_11660Lnet/minecraft/class_2581;field_11660:Inamed warningBlocksLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;warningBlocks:I
-
-
Constructor Details
-
WorldBorderS2CPacket
public WorldBorderS2CPacket() -
WorldBorderS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lho;<init>(Lauf;Lho$a;)Vintermediary <init>Lnet/minecraft/class_2581;<init>(Lnet/minecraft/class_2250;Lnet/minecraft/class_2581$class_2582;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;<init>(Lnet/minecraft/world/border/WorldBorder;Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket$Type;)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLfm;a(Let;)Vintermediary method_7535Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLfm;b(Let;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLho;a(Lfp;)Vintermediary method_10679Lnet/minecraft/class_2581;method_10679(Lnet/minecraft/class_1993;)Vnamed applyLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
apply
- Mappings:
Namespace Name Mixin selector official aLho;a(Lauf;)Vintermediary method_10678Lnet/minecraft/class_2581;method_10678(Lnet/minecraft/class_2250;)Vnamed applyLnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;apply(Lnet/minecraft/world/border/WorldBorder;)V
-