Package net.minecraft.world.border
Interface WorldBorder.IBorderInfo
-
- All Known Implementing Classes:
WorldBorder.MovingBorderInfo
,WorldBorder.StationaryBorderInfo
- Enclosing class:
- WorldBorder
static interface WorldBorder.IBorderInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoxelShape
getCollisionShape()
long
getLerpRemainingTime()
double
getLerpSpeed()
double
getLerpTarget()
double
getMaxX()
double
getMaxZ()
double
getMinX()
double
getMinZ()
double
getSize()
BorderStatus
getStatus()
void
onAbsoluteMaxSizeChange()
void
onCenterChange()
WorldBorder.IBorderInfo
update()
-
-
-
Method Detail
-
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()
-
-