Uses of Class
net.minecraft.network.play.server.SWorldBorderPacket.Action
-
Packages that use SWorldBorderPacket.Action Package Description net.minecraft.network.play.server -
-
Uses of SWorldBorderPacket.Action in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as SWorldBorderPacket.Action Modifier and Type Field Description private SWorldBorderPacket.Action
SWorldBorderPacket. type
Methods in net.minecraft.network.play.server that return SWorldBorderPacket.Action Modifier and Type Method Description static SWorldBorderPacket.Action
SWorldBorderPacket.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SWorldBorderPacket.Action[]
SWorldBorderPacket.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.network.play.server with parameters of type SWorldBorderPacket.Action Constructor Description SWorldBorderPacket(WorldBorder p_i46921_1_, SWorldBorderPacket.Action p_i46921_2_)
-