Class WorldBorderInitializeS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.WorldBorderInitializeS2CPacket
- All Implemented Interfaces:
- Packet<ClientPlayPacketListener>
public class WorldBorderInitializeS2CPacket
extends Object
implements Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - named - net/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket- intermediary - net/minecraft/class_5889- official - acw
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final doubleprivate final doublestatic final PacketCodec<PacketByteBuf, WorldBorderInitializeS2CPacket> private final intprivate final doubleprivate final doubleprivate final longprivate final intprivate final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) doubledoubleintdoublegetSize()doublelongintintprivate voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.PacketisWritingErrorSkippable, transitionsNetworkState
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_47930- Lnet/minecraft/class_5889;field_47930:Lnet/minecraft/class_9139;- official - a- Lacw;a:Lyn;
 
- 
centerXprivate final double centerX- Mappings:
- Namespace - Name - Mixin selector - named - centerX- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;centerX:D- intermediary - field_29123- Lnet/minecraft/class_5889;field_29123:D- official - b- Lacw;b:D
 
- 
centerZprivate final double centerZ- Mappings:
- Namespace - Name - Mixin selector - named - centerZ- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;centerZ:D- intermediary - field_29124- Lnet/minecraft/class_5889;field_29124:D- official - c- Lacw;c:D
 
- 
sizeprivate final double size- Mappings:
- Namespace - Name - Mixin selector - named - size- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;size:D- intermediary - field_29125- Lnet/minecraft/class_5889;field_29125:D- official - d- Lacw;d:D
 
- 
sizeLerpTargetprivate final double sizeLerpTarget- Mappings:
- Namespace - Name - Mixin selector - named - sizeLerpTarget- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;sizeLerpTarget:D- intermediary - field_29126- Lnet/minecraft/class_5889;field_29126:D- official - e- Lacw;e:D
 
- 
sizeLerpTimeprivate final long sizeLerpTime- Mappings:
- Namespace - Name - Mixin selector - named - sizeLerpTime- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;sizeLerpTime:J- intermediary - field_29127- Lnet/minecraft/class_5889;field_29127:J- official - f- Lacw;f:J
 
- 
maxRadiusprivate final int maxRadius- Mappings:
- Namespace - Name - Mixin selector - named - maxRadius- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;maxRadius:I- intermediary - field_29128- Lnet/minecraft/class_5889;field_29128:I- official - g- Lacw;g:I
 
- 
warningBlocksprivate final int warningBlocks- Mappings:
- Namespace - Name - Mixin selector - named - warningBlocks- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;warningBlocks:I- intermediary - field_29129- Lnet/minecraft/class_5889;field_29129:I- official - h- Lacw;h:I
 
- 
warningTimeprivate final int warningTime- Mappings:
- Namespace - Name - Mixin selector - named - warningTime- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;warningTime:I- intermediary - field_29130- Lnet/minecraft/class_5889;field_29130:I- official - i- Lacw;i:I
 
 
- 
- 
Constructor Details- 
WorldBorderInitializeS2CPacket- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V- intermediary - <init>- Lnet/minecraft/class_5889;<init>(Lnet/minecraft/class_2540;)V- official - <init>- Lacw;<init>(Lvl;)V
 
- 
WorldBorderInitializeS2CPacket- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;<init>(Lnet/minecraft/world/border/WorldBorder;)V- intermediary - <init>- Lnet/minecraft/class_5889;<init>(Lnet/minecraft/class_2784;)V- official - <init>- Lacw;<init>(Ldyo;)V
 
 
- 
- 
Method Details- 
write- Mappings:
- Namespace - Name - Mixin selector - named - write- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V- intermediary - method_55882- Lnet/minecraft/class_5889;method_55882(Lnet/minecraft/class_2540;)V- official - a- Lacw;a(Lvl;)V
 
- 
getPacketType- Specified by:
- getPacketTypein interface- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - named - getPacketType- Lnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;- intermediary - method_65080- Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;- official - a- Lyw;a()Lyy;
 
- 
apply- Specified by:
- applyin interface- Packet<ClientPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V- intermediary - method_34123- Lnet/minecraft/class_5889;method_34123(Lnet/minecraft/class_2602;)V- official - a- Lacw;a(Labl;)V
 
- 
getCenterXpublic double getCenterX()- Mappings:
- Namespace - Name - Mixin selector - named - getCenterX- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getCenterX()D- intermediary - method_34124- Lnet/minecraft/class_5889;method_34124()D- official - b- Lacw;b()D
 
- 
getCenterZpublic double getCenterZ()- Mappings:
- Namespace - Name - Mixin selector - named - getCenterZ- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getCenterZ()D- intermediary - method_34125- Lnet/minecraft/class_5889;method_34125()D- official - e- Lacw;e()D
 
- 
getSizeLerpTargetpublic double getSizeLerpTarget()- Mappings:
- Namespace - Name - Mixin selector - named - getSizeLerpTarget- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getSizeLerpTarget()D- intermediary - method_34126- Lnet/minecraft/class_5889;method_34126()D- official - f- Lacw;f()D
 
- 
getSizepublic double getSize()- Mappings:
- Namespace - Name - Mixin selector - named - getSize- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getSize()D- intermediary - method_34127- Lnet/minecraft/class_5889;method_34127()D- official - g- Lacw;g()D
 
- 
getSizeLerpTimepublic long getSizeLerpTime()- Mappings:
- Namespace - Name - Mixin selector - named - getSizeLerpTime- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getSizeLerpTime()J- intermediary - method_34128- Lnet/minecraft/class_5889;method_34128()J- official - h- Lacw;h()J
 
- 
getMaxRadiuspublic int getMaxRadius()- Mappings:
- Namespace - Name - Mixin selector - named - getMaxRadius- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getMaxRadius()I- intermediary - method_34129- Lnet/minecraft/class_5889;method_34129()I- official - i- Lacw;i()I
 
- 
getWarningTimepublic int getWarningTime()- Mappings:
- Namespace - Name - Mixin selector - named - getWarningTime- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getWarningTime()I- intermediary - method_34130- Lnet/minecraft/class_5889;method_34130()I- official - j- Lacw;j()I
 
- 
getWarningBlockspublic int getWarningBlocks()- Mappings:
- Namespace - Name - Mixin selector - named - getWarningBlocks- Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getWarningBlocks()I- intermediary - method_34131- Lnet/minecraft/class_5889;method_34131()I- official - k- Lacw;k()I
 
 
-