net.minecraft.world.border

public class WorldBorder

bww
net.minecraft.class_2784
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_12730
listeners
field_177758_a
listeners
private double
b
field_12733
damagePerBlock
field_177763_i
damagePerBlock
private double
c
field_12731
safeZone
field_177760_j
damageBuffer
private int
d
field_12735
warningTime
field_177761_k
warningTime
private int
e
field_12734
warningDistance
field_177759_l
warningDistance
private double
f
field_12738
centerX
field_177756_b
centerX
private double
g
field_12737
centerZ
field_177757_c
centerZ
private int
h
field_12732
maxSize
field_177762_h
worldSize
private WorldBorder$Extent
i
field_12736
extent
field_212674_i
state

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public boolean
a(ev arg0)
method_11952(class_2338 arg0)
contains(BlockPos pos)
func_177746_a(BlockPos arg0)
contains(BlockPos pos)
public boolean
a(bgu arg0)
method_11951(class_1923 arg0)
contains(ChunkPos pos)
func_177730_a(ChunkPos arg0)
contains(ChunkPos range)
public boolean
a(crs arg0)
method_11966(class_238 arg0)
contains(Box box)
func_177743_a(AxisAlignedBB arg0)
contains(AxisAlignedBB bb)
public double
a(aii arg0)
method_11979(class_1297 arg0)
getDistanceFrom(Entity entity)
func_177745_a(Entity arg0)
getClosestDistance(Entity entityIn)
public VoxelShape
a()
method_17903()
m_91823398()
func_222521_a()
getShape()
public double
b(double arg0, double arg1)
method_11961(double arg0, double arg1)
getDistanceFrom(double x, double z)
func_177729_b(double arg0, double arg1)
getClosestDistance(double x, double z)
public double
c()
method_11976()
getMinX()
func_177726_b()
minX()
public double
d()
method_11958()
getMinZ()
func_177736_c()
minZ()
public double
e()
method_11963()
getMaxX()
func_177728_d()
maxX()
public double
f()
method_11977()
getMaxZ()
func_177733_e()
maxZ()
public double
g()
method_11964()
getCenterX()
func_177731_f()
getCenterX()
public double
h()
method_11980()
getCenterZ()
func_177721_g()
getCenterZ()
public void
c(double arg0, double arg1)
method_11978(double arg0, double arg1)
setCenter(double x, double z)
func_177739_c(double arg0, double arg1)
setCenter(double x, double z)
public double
i()
method_11965()
getLerpSize()
func_177741_h()
getDiameter()
public long
j()
method_11962()
getLerpTime()
func_177732_i()
getTimeUntilTarget()
public double
k()
method_11954()
getSizeLerpTarget()
func_177751_j()
getTargetSize()
public void
a(double arg0)
method_11969(double arg0)
setSize(double size)
func_177750_a(double arg0)
setTransition(double newSize)
public void
a(double arg0, double arg1, long arg2)
method_11957(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>
l()
method_11970()
getListeners()
func_177735_k()
getListeners()
public void
a(bwu arg0)
method_11983(class_2780 arg0)
addListener(WorldBorderListener listener)
func_177737_a(IBorderListener arg0)
addListener(IBorderListener listener)
public void
a(int arg0)
method_11973(int arg0)
setMaxSize(int size)
func_177725_a(int arg0)
setSize(int size)
public int
m()
method_11959()
getMaxSize()
func_177722_l()
getSize()
public double
n()
method_11971()
getSafeZone()
func_177742_m()
getDamageBuffer()
public void
b(double arg0)
method_11981(double arg0)
setSafeZone(double zone)
func_177724_b(double arg0)
setDamageBuffer(double bufferSize)
public double
o()
method_11953()
getDamagePerBlock()
func_177727_n()
getDamagePerBlock()
public void
c(double arg0)
method_11955(double arg0)
setDamagePerBlock(double damage)
func_177744_c(double arg0)
setDamagePerBlock(double newAmount)
public int
q()
method_11956()
getWarningTime()
func_177740_p()
getWarningTime()
public void
b(int arg0)
method_11975(int arg0)
setWarningTime(int time)
func_177723_b(int arg0)
setWarningTime(int warningTime)
public int
r()
method_11972()
getWarningDistance()
func_177748_q()
getWarningDistance()
public void
c(int arg0)
method_11967(int arg0)
setWarningDistance(int distance)
func_177747_c(int arg0)
setWarningDistance(int warningDistance)
public void
s()
method_11982()
tick()
func_212673_r()
tick()
public void
a(coc arg0)
method_17904(class_31 arg0)
m_06498337(WorldData arg0)
func_222520_a(WorldInfo arg0)
copyTo(WorldInfo arg0)
public void
b(coc arg0)
method_17905(class_31 arg0)
m_59500507(WorldData arg0)
func_222519_b(WorldInfo arg0)
copyFrom(WorldInfo arg0)
public BorderStatus
b()
method_11968()
getStatus()
func_177734_a()
getStatus()
public double
p()
method_11974()
getSizeChangeSpeed()
func_177749_o()
getResizeSpeed()