Package net.minecraft.world.border
Interface WorldBorder.IBorderInfo
- All Known Implementing Classes:
WorldBorder.MovingBorderInfo
,WorldBorder.StationaryBorderInfo
- Enclosing class:
- WorldBorder
static interface WorldBorder.IBorderInfo
-
Method Details
-
getMinX
double getMinX() -
getMaxX
double getMaxX() -
getMinZ
double getMinZ() -
getMaxZ
double getMaxZ() -
getSize
double getSize() -
getLerpSpeed
double getLerpSpeed() -
getLerpRemainingTime
long getLerpRemainingTime() -
getLerpTarget
double getLerpTarget() -
getStatus
BorderStatus getStatus() -
onAbsoluteMaxSizeChange
void onAbsoluteMaxSizeChange() -
onCenterChange
void onCenterChange() -
update
WorldBorder.IBorderInfo update() -
getCollisionShape
VoxelShape getCollisionShape()
-