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 VoxelShapegetCollisionShape()longgetLerpRemainingTime()doublegetLerpSpeed()doublegetLerpTarget()doublegetMaxX()doublegetMaxZ()doublegetMinX()doublegetMinZ()doublegetSize()BorderStatusgetStatus()voidonAbsoluteMaxSizeChange()voidonCenterChange()WorldBorder.IBorderInfoupdate()
-
-
-
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()
-
-