Class WorldBorderWarningTimeChangedS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.WorldBorderWarningTimeChangedS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class WorldBorderWarningTimeChangedS2CPacket
extends Object
implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name intermediary net/minecraft/class_5898official xonamed net/minecraft/network/packet/s2c/play/WorldBorderWarningTimeChangedS2CPacket
-
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
-
warningTime
private final int warningTime- Mappings:
Namespace Name Mixin selector intermediary field_29149Lnet/minecraft/class_5898;field_29149:Iofficial aLxo;a:Inamed warningTimeLnet/minecraft/network/packet/s2c/play/WorldBorderWarningTimeChangedS2CPacket;warningTime:I
-
-
Constructor Details
-
WorldBorderWarningTimeChangedS2CPacket
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_5898;<init>(Lnet/minecraft/class_2784;)Vofficial <init>Lxo;<init>(Lddp;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningTimeChangedS2CPacket;<init>(Lnet/minecraft/world/border/WorldBorder;)V
-
WorldBorderWarningTimeChangedS2CPacket
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_5898;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Lxo;<init>(Lsf;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningTimeChangedS2CPacket;<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_34165Lnet/minecraft/class_5898;method_34165(Lnet/minecraft/class_2602;)Vofficial aLxo;a(Lur;)Vnamed applyLnet/minecraft/network/packet/s2c/play/WorldBorderWarningTimeChangedS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getWarningTime
public int getWarningTime()- Mappings:
Namespace Name Mixin selector intermediary method_34166Lnet/minecraft/class_5898;method_34166()Iofficial aLxo;a()Inamed getWarningTimeLnet/minecraft/network/packet/s2c/play/WorldBorderWarningTimeChangedS2CPacket;getWarningTime()I
-