net.minecraft.world.border

public class WorldBorder

asm
net.minecraft.class_2250
net.minecraft.world.border.WorldBorder
net.minecraft.world.border.WorldBorder

Field summary

Modifier and TypeField
private final List<WorldBorderListener>
a
field_9933
listeners
listeners
private double
b
field_9934
centerX
centerX
private double
c
field_9935
centerZ
centerZ
private double
d
field_9936
size
startDiameter
private double
e
field_9937
sizeLerpTarget
endDiameter
private long
f
field_9938
sizeChangeEnd
endTime
private long
g
field_9939
sizeChangeStart
startTime
private int
h
field_9940
maxSize
worldSize
private double
i
field_9941
damagePerBlock
damageAmount
private double
j
field_9942
safeZone
damageBuffer
private int
k
field_9943
warningTime
warningTime
private int
l
field_9944
warningDistance
warningDistance

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public boolean
a(cm arg0)
method_9098(class_2552 arg0)
contains(BlockPos pos)
contains(BlockPos pos)
public boolean
a(ahw arg0)
method_9095(class_1146 arg0)
contains(ChunkPos pos)
contains(ChunkPos range)
public boolean
a(bby arg0)
method_9097(class_231 arg0)
contains(Box box)
contains(AxisAlignedBB bb)
public double
a(rw arg0)
method_9099(class_864 arg0)
getDistanceFrom(Entity entity)
getClosestDistance(Entity entityIn)
public double
b(double arg0, double arg1)
method_9102(double arg0, double arg1)
getDistanceFrom(double x, double z)
getClosestDistance(double x, double z)
public BorderStatus
a()
method_9091()
getStatus()
getStatus()
public double
b()
method_9100()
getMinX()
minX()
public double
c()
method_9104()
getMinZ()
minZ()
public double
d()
method_9108()
getMaxX()
maxX()
public double
e()
method_9109()
getMaxZ()
maxZ()
public double
f()
method_9110()
getCenterX()
getCenterX()
public double
g()
method_9111()
getCenterZ()
getCenterZ()
public void
c(double arg0, double arg1)
method_9106(double arg0, double arg1)
setCenter(double x, double z)
setCenter(double x, double z)
public double
h()
method_9112()
getLerpSize()
getDiameter()
public long
i()
method_9113()
getLerpTime()
getTimeUntilTarget()
public double
j()
method_9114()
getSizeLerpTarget()
getTargetSize()
public void
a(double arg0)
method_9092(double arg0)
setSize(double size)
setTransition(double newSize)
public void
a(double arg0, double arg1, long arg2)
method_9093(double arg0, double arg1, long arg2)
setSize(double size, double sizeLerpTarget, long sizeLerpTime)
setTransition(double oldSize, double newSize, long time)
protected List<WorldBorderListener>
k()
method_9115()
getListeners()
getListeners()
public void
a(ask arg0)
method_9096(class_2248 arg0)
addListener(WorldBorderListener listener)
addListener(IBorderListener listener)
public void
a(int arg0)
method_9094(int arg0)
setMaxSize(int size)
setSize(int size)
public int
l()
method_9116()
getMaxSize()
getSize()
public double
m()
method_9117()
getSafeZone()
getDamageBuffer()
public void
b(double arg0)
method_9101(double arg0)
setSafeZone(double zone)
setDamageBuffer(double bufferSize)
public double
n()
method_9118()
getDamagePerBlock()
getDamageAmount()
public void
c(double arg0)
method_9105(double arg0)
setDamagePerBlock(double damage)
setDamageAmount(double newAmount)
public int
p()
method_9120()
getWarningTime()
getWarningTime()
public void
b(int arg0)
method_9103(int arg0)
setWarningTime(int time)
setWarningTime(int warningTime)
public int
q()
method_9121()
getWarningDistance()
getWarningDistance()
public void
c(int arg0)
method_9107(int arg0)
setWarningDistance(int distance)
setWarningDistance(int warningDistance)
public double
o()
method_9119()
getSizeChangeSpeed()
getResizeSpeed()