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 official ql
intermediary net/minecraft/class_5889
named net/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private double
centerX
private double
centerZ
private int
maxRadius
private double
size
private double
sizeLerpTarget
private long
sizeLerpTime
private int
warningBlocks
private int
warningTime
-
Constructor Summary
Constructors Constructor Description WorldBorderInitializeS2CPacket(PacketByteBuf buf)
WorldBorderInitializeS2CPacket(WorldBorder worldBorder)
-
Method Summary
Modifier and Type Method Description void
apply(ClientPlayPacketListener clientPlayPacketListener)
double
getCenterX()
double
getCenterZ()
int
getMaxRadius()
double
getSize()
double
getSizeLerpTarget()
long
getSizeLerpTime()
int
getWarningBlocks()
int
getWarningTime()
void
write(PacketByteBuf buf)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
centerX
private final double centerX- Mappings:
Namespace Name Mixin selector official a
Lql;a:D
intermediary field_29123
Lnet/minecraft/class_5889;field_29123:D
named centerX
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;centerX:D
-
centerZ
private final double centerZ- Mappings:
Namespace Name Mixin selector official b
Lql;b:D
intermediary field_29124
Lnet/minecraft/class_5889;field_29124:D
named centerZ
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;centerZ:D
-
size
private final double size- Mappings:
Namespace Name Mixin selector official c
Lql;c:D
intermediary field_29125
Lnet/minecraft/class_5889;field_29125:D
named size
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;size:D
-
sizeLerpTarget
private final double sizeLerpTarget- Mappings:
Namespace Name Mixin selector official d
Lql;d:D
intermediary field_29126
Lnet/minecraft/class_5889;field_29126:D
named sizeLerpTarget
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;sizeLerpTarget:D
-
sizeLerpTime
private final long sizeLerpTime- Mappings:
Namespace Name Mixin selector official e
Lql;e:J
intermediary field_29127
Lnet/minecraft/class_5889;field_29127:J
named sizeLerpTime
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;sizeLerpTime:J
-
maxRadius
private final int maxRadius- Mappings:
Namespace Name Mixin selector official f
Lql;f:I
intermediary field_29128
Lnet/minecraft/class_5889;field_29128:I
named maxRadius
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;maxRadius:I
-
warningBlocks
private final int warningBlocks- Mappings:
Namespace Name Mixin selector official g
Lql;g:I
intermediary field_29129
Lnet/minecraft/class_5889;field_29129:I
named warningBlocks
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;warningBlocks:I
-
warningTime
private final int warningTime- Mappings:
Namespace Name Mixin selector official h
Lql;h:I
intermediary field_29130
Lnet/minecraft/class_5889;field_29130:I
named warningTime
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;warningTime:I
-
-
Constructor Details
-
WorldBorderInitializeS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lql;<init>(Lnx;)V
intermediary <init>
Lnet/minecraft/class_5889;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
WorldBorderInitializeS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lql;<init>(Lcke;)V
intermediary <init>
Lnet/minecraft/class_5889;<init>(Lnet/minecraft/class_2784;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;<init>(Lnet/minecraft/world/border/WorldBorder;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lpb;a(Lnx;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lql;a(Lpe;)V
intermediary method_34123
Lnet/minecraft/class_5889;method_34123(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getCenterX
- Mappings:
Namespace Name Mixin selector official b
Lql;b()D
intermediary method_34124
Lnet/minecraft/class_5889;method_34124()D
named getCenterX
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getCenterX()D
-
getCenterZ
- Mappings:
Namespace Name Mixin selector official c
Lql;c()D
intermediary method_34125
Lnet/minecraft/class_5889;method_34125()D
named getCenterZ
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getCenterZ()D
-
getSizeLerpTarget
- Mappings:
Namespace Name Mixin selector official d
Lql;d()D
intermediary method_34126
Lnet/minecraft/class_5889;method_34126()D
named getSizeLerpTarget
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getSizeLerpTarget()D
-
getSize
- Mappings:
Namespace Name Mixin selector official e
Lql;e()D
intermediary method_34127
Lnet/minecraft/class_5889;method_34127()D
named getSize
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getSize()D
-
getSizeLerpTime
- Mappings:
Namespace Name Mixin selector official f
Lql;f()J
intermediary method_34128
Lnet/minecraft/class_5889;method_34128()J
named getSizeLerpTime
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getSizeLerpTime()J
-
getMaxRadius
- Mappings:
Namespace Name Mixin selector official g
Lql;g()I
intermediary method_34129
Lnet/minecraft/class_5889;method_34129()I
named getMaxRadius
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getMaxRadius()I
-
getWarningTime
- Mappings:
Namespace Name Mixin selector official h
Lql;h()I
intermediary method_34130
Lnet/minecraft/class_5889;method_34130()I
named getWarningTime
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getWarningTime()I
-
getWarningBlocks
- Mappings:
Namespace Name Mixin selector official i
Lql;i()I
intermediary method_34131
Lnet/minecraft/class_5889;method_34131()I
named getWarningBlocks
Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;getWarningBlocks()I
-