mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-13 01:16:46 -04:00
add missing PacketWorldBorder functions
This commit is contained in:
parent
a8f135d353
commit
a5de0576f7
@ -105,6 +105,38 @@ public class PacketWorldBorder implements ClientboundPacket {
|
|||||||
h.handle(this);
|
h.handle(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public double getRadius() {
|
||||||
|
return radius;
|
||||||
|
}
|
||||||
|
|
||||||
|
public double getOldRadius() {
|
||||||
|
return oldRadius;
|
||||||
|
}
|
||||||
|
|
||||||
|
public double getNewRadius() {
|
||||||
|
return newRadius;
|
||||||
|
}
|
||||||
|
|
||||||
|
public double getX() {
|
||||||
|
return x;
|
||||||
|
}
|
||||||
|
|
||||||
|
public double getZ() {
|
||||||
|
return z;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getPortalBound() {
|
||||||
|
return portalBound;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getWarningTime() {
|
||||||
|
return warningTime;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getWarningBlocks() {
|
||||||
|
return warningBlocks;
|
||||||
|
}
|
||||||
|
|
||||||
public enum WorldBorderAction {
|
public enum WorldBorderAction {
|
||||||
SET_SIZE(0),
|
SET_SIZE(0),
|
||||||
LERP_SIZE(1),
|
LERP_SIZE(1),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user