Package | Description |
---|---|
net.minecraft.world.border |
Modifier and Type | Method and 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.
|