Package devs.beer.nativepackets.api
Interface InitializeBorderPacketView
- All Superinterfaces:
PacketView
Complete clientbound world-border initialization.
-
Method Summary
Modifier and TypeMethodDescriptionintvoidabsoluteMaxSize(int absoluteMaxSize) voidcenter(double x, double z) doublecenterX()doublecenterZ()longvoidlerpDurationMillis(long durationMillis) doublenewSize()doubleoldSize()voidsizes(double oldSize, double newSize) intvoidwarningBlocks(int warningBlocks) intvoidwarningTimeSeconds(int warningTimeSeconds) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
centerX
double centerX() -
centerZ
double centerZ() -
oldSize
double oldSize() -
newSize
double newSize() -
lerpDurationMillis
long lerpDurationMillis() -
absoluteMaxSize
int absoluteMaxSize() -
warningBlocks
int warningBlocks() -
warningTimeSeconds
int warningTimeSeconds() -
center
void center(double x, double z) -
sizes
void sizes(double oldSize, double newSize) -
lerpDurationMillis
void lerpDurationMillis(long durationMillis) -
absoluteMaxSize
void absoluteMaxSize(int absoluteMaxSize) -
warningBlocks
void warningBlocks(int warningBlocks) -
warningTimeSeconds
void warningTimeSeconds(int warningTimeSeconds)
-