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 classSWorldBorderPacket.Action
-
Field Summary
Fields Modifier and Type Field Description private longlerpTimeprivate intnewAbsoluteMaxSizeprivate doublenewCenterXprivate doublenewCenterZprivate doublenewSizeprivate doubleoldSizeprivate SWorldBorderPacket.Actiontypeprivate intwarningBlocksprivate intwarningTime
-
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 voidapplyChanges(WorldBorder p_179788_1_)voidhandle(IClientPlayNetHandler p_148833_1_)voidread(PacketBuffer p_148837_1_)voidwrite(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:
readin interfaceIPacket<IClientPlayNetHandler>- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
writein interfaceIPacket<IClientPlayNetHandler>- Throws:
java.io.IOException
-
handle
public void handle(IClientPlayNetHandler p_148833_1_)
- Specified by:
handlein interfaceIPacket<IClientPlayNetHandler>
-
applyChanges
public void applyChanges(WorldBorder p_179788_1_)
-
-