Uses of Class
net.minecraft.world.border.BorderStatus
-
Packages that use BorderStatus Package Description net.minecraft.world.border -
-
Uses of BorderStatus in net.minecraft.world.border
Methods in net.minecraft.world.border that return BorderStatus Modifier and Type Method Description BorderStatus
WorldBorder. getStatus()
BorderStatus
WorldBorder.IBorderInfo. getStatus()
BorderStatus
WorldBorder.MovingBorderInfo. getStatus()
BorderStatus
WorldBorder.StationaryBorderInfo. getStatus()
static BorderStatus
BorderStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BorderStatus[]
BorderStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-