net.minecraft.server

class PlayerManager$1

implements WorldBorderListener

net.minecraft.server.players.PlayerList$1
net.minecraft.class_3324$1
net.minecraft.server.PlayerManager$1

Field summary

Modifier and TypeField
final ServerWorld
val$level
field_62506
field_62506
final PlayerManager
this$0
field_14365
field_14365

Constructor summary

ModifierConstructor
()

Method summary

Modifier and TypeMethod
public void
onSetSize(WorldBorder border, double newSize)
method_11934(class_2784 arg0, double arg1)
onSizeChange(WorldBorder arg0, double arg1)
public void
onLerpSize(WorldBorder border, double fromSize, double targetSize, long ticks, long gameTime)
method_11931(class_2784 arg0, double arg1, double arg2, long arg3, long arg4)
onInterpolateSize(WorldBorder arg0, double arg1, double arg2, long arg3, long arg4)
public void
onSetCenter(WorldBorder border, double x, double z)
method_11930(class_2784 arg0, double arg1, double arg2)
onCenterChanged(WorldBorder arg0, double arg1, double arg2)
public void
onSetWarningTime(WorldBorder border, int time)
method_11932(class_2784 arg0, int arg1)
onWarningTimeChanged(WorldBorder arg0, int arg1)
public void
onSetWarningBlocks(WorldBorder border, int blocks)
method_11933(class_2784 arg0, int arg1)
onWarningBlocksChanged(WorldBorder arg0, int arg1)
public void
onSetDamagePerBlock(WorldBorder border, double damagePerBlock)
method_11929(class_2784 arg0, double arg1)
onDamagePerBlockChanged(WorldBorder arg0, double arg1)
public void
onSetSafeZone(WorldBorder border, double safeZone)
method_11935(class_2784 arg0, double arg1)
onSafeZoneChanged(WorldBorder arg0, double arg1)