net.minecraft.world.border

public class WorldBorder

axn
net.minecraft.class_2250
net.minecraft.world.border.WorldBorder
net.minecraft.world.border.WorldBorder
net.minecraft.world.border.WorldBorder

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public boolean
a(et arg0)
method_9098(class_2552 arg0)
contains(BlockPos pos)
func_177746_a(BlockPos arg0)
contains(BlockPos pos)
public boolean
a(amn arg0)
method_9095(class_1146 arg0)
contains(ChunkPos pos)
func_177730_a(ChunkPos arg0)
contains(ChunkPos range)
public boolean
a(bhb arg0)
method_9097(class_231 arg0)
contains(Box box)
func_177743_a(AxisAlignedBB arg0)
contains(AxisAlignedBB bb)
public double
a(vg arg0)
method_9099(class_864 arg0)
getDistanceFrom(Entity entity)
func_177745_a(Entity arg0)
getClosestDistance(Entity entityIn)
public double
b(double arg0, double arg1)
method_9102(double arg0, double arg1)
getDistanceFrom(double x, double z)
func_177729_b(double arg0, double arg1)
getClosestDistance(double x, double z)
public BorderStatus
a()
method_9091()
getStatus()
func_177734_a()
getStatus()
public double
b()
method_9100()
getMinX()
func_177726_b()
minX()
public double
c()
method_9104()
getMinZ()
func_177736_c()
minZ()
public double
d()
method_9108()
getMaxX()
func_177728_d()
maxX()
public double
e()
method_9109()
getMaxZ()
func_177733_e()
maxZ()
public double
f()
method_9110()
getCenterX()
func_177731_f()
getCenterX()
public double
g()
method_9111()
getCenterZ()
func_177721_g()
getCenterZ()
public void
c(double arg0, double arg1)
method_9106(double arg0, double arg1)
setCenter(double x, double z)
func_177739_c(double arg0, double arg1)
setCenter(double x, double z)
public double
h()
method_9112()
getLerpSize()
func_177741_h()
getDiameter()
public long
i()
method_9113()
getLerpTime()
func_177732_i()
getTimeUntilTarget()
public double
j()
method_9114()
getSizeLerpTarget()
func_177751_j()
getTargetSize()
public void
a(double arg0)
method_9092(double arg0)
setSize(double size)
func_177750_a(double arg0)
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)
func_177738_a(double arg0, double arg1, long arg2)
setTransition(double oldSize, double newSize, long time)
protected List<WorldBorderListener>
k()
method_9115()
getListeners()
func_177735_k()
getListeners()
public void
a(axl arg0)
method_9096(class_2248 arg0)
addListener(WorldBorderListener listener)
func_177737_a(IBorderListener arg0)
addListener(IBorderListener listener)
public void
a(int arg0)
method_9094(int arg0)
setMaxSize(int size)
func_177725_a(int arg0)
setSize(int size)
public int
l()
method_9116()
getMaxSize()
func_177722_l()
getSize()
public double
m()
method_9117()
getSafeZone()
func_177742_m()
getDamageBuffer()
public void
b(double arg0)
method_9101(double arg0)
setSafeZone(double zone)
func_177724_b(double arg0)
setDamageBuffer(double bufferSize)
public double
n()
method_9118()
getDamagePerBlock()
func_177727_n()
getDamageAmount()
public void
c(double arg0)
method_9105(double arg0)
setDamagePerBlock(double damage)
func_177744_c(double arg0)
setDamageAmount(double newAmount)
public int
p()
method_9120()
getWarningTime()
func_177740_p()
getWarningTime()
public void
b(int arg0)
method_9103(int arg0)
setWarningTime(int time)
func_177723_b(int arg0)
setWarningTime(int warningTime)
public int
q()
method_9121()
getWarningDistance()
func_177748_q()
getWarningDistance()
public void
c(int arg0)
method_9107(int arg0)
setWarningDistance(int distance)
func_177747_c(int arg0)
setWarningDistance(int warningDistance)
public double
o()
method_9119()
getSizeChangeSpeed()
func_177749_o()
getResizeSpeed()