Class SWorldBorderPacket
- java.lang.Object
-
- net.minecraft.network.play.server.SWorldBorderPacket
-
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
public class SWorldBorderPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SWorldBorderPacket.Action
-
Field Summary
Fields Modifier and Type Field Description private long
lerpTime
private int
newAbsoluteMaxSize
private double
newCenterX
private double
newCenterZ
private double
newSize
private double
oldSize
private SWorldBorderPacket.Action
type
private int
warningBlocks
private int
warningTime
-
Constructor Summary
Constructors Constructor Description SWorldBorderPacket()
SWorldBorderPacket(WorldBorder p_i46921_1_, SWorldBorderPacket.Action p_i46921_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyChanges(WorldBorder p_179788_1_)
void
handle(IClientPlayNetHandler p_148833_1_)
void
read(PacketBuffer p_148837_1_)
void
write(PacketBuffer p_148840_1_)
-
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.IPacket
isSkippable
-
-
-
-
Field Detail
-
type
private SWorldBorderPacket.Action type
-
newAbsoluteMaxSize
private int newAbsoluteMaxSize
-
newCenterX
private double newCenterX
-
newCenterZ
private double newCenterZ
-
newSize
private double newSize
-
oldSize
private double oldSize
-
lerpTime
private long lerpTime
-
warningTime
private int warningTime
-
warningBlocks
private int warningBlocks
-
-
Constructor Detail
-
SWorldBorderPacket
public SWorldBorderPacket()
-
SWorldBorderPacket
public SWorldBorderPacket(WorldBorder p_i46921_1_, SWorldBorderPacket.Action p_i46921_2_)
-
-
Method Detail
-
read
public void read(PacketBuffer p_148837_1_) throws java.io.IOException
- Specified by:
read
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
write
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
java.io.IOException
-
handle
public void handle(IClientPlayNetHandler p_148833_1_)
- Specified by:
handle
in interfaceIPacket<IClientPlayNetHandler>
-
applyChanges
public void applyChanges(WorldBorder p_179788_1_)
-
-