Class ClientboundSetBorderWarningDelayPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundSetBorderWarningDelayPacket
- All Implemented Interfaces:
- Packet<ClientGamePacketListener>
public class ClientboundSetBorderWarningDelayPacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionintvoidhandle(ClientGamePacketListener p_179263_) voidwrite(FriendlyByteBuf p_179259_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
warningDelayprivate final int warningDelay
 
- 
- 
Constructor Details- 
ClientboundSetBorderWarningDelayPacket
- 
ClientboundSetBorderWarningDelayPacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
getWarningDelaypublic int getWarningDelay()
 
-