public class SWorldBorderPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
Modifier and Type | Class and Description |
---|---|
static class |
SWorldBorderPacket.Action |
Modifier and Type | Field and Description |
---|---|
private SWorldBorderPacket.Action |
action |
private double |
centerX |
private double |
centerZ |
private double |
diameter |
private int |
size |
private double |
targetSize |
private long |
timeUntilTarget |
private int |
warningDistance |
private int |
warningTime |
Constructor and Description |
---|
SWorldBorderPacket() |
SWorldBorderPacket(WorldBorder border,
SWorldBorderPacket.Action actionIn) |
Modifier and Type | Method and Description |
---|---|
void |
apply(WorldBorder border) |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private SWorldBorderPacket.Action action
private int size
private double centerX
private double centerZ
private double targetSize
private double diameter
private long timeUntilTarget
private int warningTime
private int warningDistance
public SWorldBorderPacket()
public SWorldBorderPacket(WorldBorder border, SWorldBorderPacket.Action actionIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void processPacket(IClientPlayNetHandler handler)
processPacket
in interface IPacket<IClientPlayNetHandler>
public void apply(WorldBorder border)