Package net.minecraft.world.level.border
Interface WorldBorder.BorderExtent
- All Known Implementing Classes:
- WorldBorder.MovingBorderExtent,- WorldBorder.StaticBorderExtent
- Enclosing class:
- WorldBorder
static interface WorldBorder.BorderExtent
- 
Method Details- 
getMinXdouble getMinX()
- 
getMaxXdouble getMaxX()
- 
getMinZdouble getMinZ()
- 
getMaxZdouble getMaxZ()
- 
getSizedouble getSize()
- 
getLerpSpeeddouble getLerpSpeed()
- 
getLerpRemainingTimelong getLerpRemainingTime()
- 
getLerpTargetdouble getLerpTarget()
- 
getStatusBorderStatus getStatus()
- 
onAbsoluteMaxSizeChangevoid onAbsoluteMaxSizeChange()
- 
onCenterChangevoid onCenterChange()
- 
updateWorldBorder.BorderExtent update()
- 
getCollisionShapeVoxelShape getCollisionShape()
 
-