net.minecraft.world.border

class WorldBorder$StaticArea

implements WorldBorder$Area

net.minecraft.world.level.border.WorldBorder$StaticBorderExtent
net.minecraft.class_2784$class_2787
net.minecraft.world.border.WorldBorder$StaticArea

Field summary

Modifier and TypeField
private final double
size
field_12747
size
private double
minX
field_12746
boundWest
private double
minZ
field_12745
boundNorth
private double
maxX
field_12750
boundEast
private double
maxZ
field_12749
boundSouth
private VoxelShape
shape
field_17653
shape
final WorldBorder
this$0
field_12748
field_12748

Constructor summary

ModifierConstructor
public (WorldBorder this$0, double size)

Method summary

Modifier and TypeMethod
public double
getMinX(float deltaPartialTick)
method_11994(float arg0)
getBoundWest(float arg0)
public double
getMaxX(float deltaPartialTick)
method_11991(float arg0)
getBoundEast(float arg0)
public double
getMinZ(float deltaPartialTick)
method_11992(float arg0)
getBoundNorth(float arg0)
public double
getMaxZ(float deltaPartialTick)
method_11985(float arg0)
getBoundSouth(float arg0)
public double
getSize()
method_11984()
getSize()
public WorldBorderStage
getStatus()
method_11995()
getStage()
public double
getLerpSpeed()
method_11987()
getShrinkingSpeed()
public long
getLerpTime()
method_11993()
getSizeLerpTime()
public double
getLerpTarget()
method_11988()
getSizeLerpTarget()
private void
updateBox()
method_11996()
recalculateBounds()
public void
onAbsoluteMaxSizeChange()
method_11989()
onMaxRadiusChanged()
public void
onCenterChange()
method_11990()
onCenterChanged()
public WorldBorder$Area
update()
method_11986()
getAreaInstance()
public VoxelShape
getCollisionShape()
method_17906()
asVoxelShape()