Uses of Enum Class
net.minecraft.network.packet.s2c.play.WorldBorderS2CPacket.Type
Packages that use WorldBorderS2CPacket.Type
-
Uses of WorldBorderS2CPacket.Type in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as WorldBorderS2CPacket.TypeMethods in net.minecraft.network.packet.s2c.play that return WorldBorderS2CPacket.TypeModifier and TypeMethodDescriptionstatic WorldBorderS2CPacket.TypeReturns the enum constant of this class with the specified name.static WorldBorderS2CPacket.Type[]WorldBorderS2CPacket.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.network.packet.s2c.play with parameters of type WorldBorderS2CPacket.TypeModifierConstructorDescriptionWorldBorderS2CPacket(WorldBorder border, WorldBorderS2CPacket.Type type)