Package net.md_5.bungee.protocol
Class ProtocolConstants
- java.lang.Object
-
- net.md_5.bungee.protocol.ProtocolConstants
-
public class ProtocolConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProtocolConstants.Direction
-
Field Summary
Fields Modifier and Type Field Description static intMINECRAFT_1_10static intMINECRAFT_1_11static intMINECRAFT_1_11_1static intMINECRAFT_1_12static intMINECRAFT_1_12_1static intMINECRAFT_1_12_2static intMINECRAFT_1_13static intMINECRAFT_1_13_1static intMINECRAFT_1_13_2static intMINECRAFT_1_14static intMINECRAFT_1_14_1static intMINECRAFT_1_14_2static intMINECRAFT_1_14_3static intMINECRAFT_1_14_4static intMINECRAFT_1_15static intMINECRAFT_1_15_1static intMINECRAFT_1_15_2static intMINECRAFT_1_16static intMINECRAFT_1_16_1static intMINECRAFT_1_16_2static intMINECRAFT_1_16_3static intMINECRAFT_1_16_4static intMINECRAFT_1_17static intMINECRAFT_1_8static intMINECRAFT_1_9static intMINECRAFT_1_9_1static intMINECRAFT_1_9_2static intMINECRAFT_1_9_4static List<Integer>SUPPORTED_VERSION_IDSstatic List<String>SUPPORTED_VERSIONS
-
Constructor Summary
Constructors Constructor Description ProtocolConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisAfterOrEq(int after, int other)static booleanisBeforeOrEq(int before, int other)
-
-
-
Field Detail
-
MINECRAFT_1_8
public static final int MINECRAFT_1_8
- See Also:
- Constant Field Values
-
MINECRAFT_1_9
public static final int MINECRAFT_1_9
- See Also:
- Constant Field Values
-
MINECRAFT_1_9_1
public static final int MINECRAFT_1_9_1
- See Also:
- Constant Field Values
-
MINECRAFT_1_9_2
public static final int MINECRAFT_1_9_2
- See Also:
- Constant Field Values
-
MINECRAFT_1_9_4
public static final int MINECRAFT_1_9_4
- See Also:
- Constant Field Values
-
MINECRAFT_1_10
public static final int MINECRAFT_1_10
- See Also:
- Constant Field Values
-
MINECRAFT_1_11
public static final int MINECRAFT_1_11
- See Also:
- Constant Field Values
-
MINECRAFT_1_11_1
public static final int MINECRAFT_1_11_1
- See Also:
- Constant Field Values
-
MINECRAFT_1_12
public static final int MINECRAFT_1_12
- See Also:
- Constant Field Values
-
MINECRAFT_1_12_1
public static final int MINECRAFT_1_12_1
- See Also:
- Constant Field Values
-
MINECRAFT_1_12_2
public static final int MINECRAFT_1_12_2
- See Also:
- Constant Field Values
-
MINECRAFT_1_13
public static final int MINECRAFT_1_13
- See Also:
- Constant Field Values
-
MINECRAFT_1_13_1
public static final int MINECRAFT_1_13_1
- See Also:
- Constant Field Values
-
MINECRAFT_1_13_2
public static final int MINECRAFT_1_13_2
- See Also:
- Constant Field Values
-
MINECRAFT_1_14
public static final int MINECRAFT_1_14
- See Also:
- Constant Field Values
-
MINECRAFT_1_14_1
public static final int MINECRAFT_1_14_1
- See Also:
- Constant Field Values
-
MINECRAFT_1_14_2
public static final int MINECRAFT_1_14_2
- See Also:
- Constant Field Values
-
MINECRAFT_1_14_3
public static final int MINECRAFT_1_14_3
- See Also:
- Constant Field Values
-
MINECRAFT_1_14_4
public static final int MINECRAFT_1_14_4
- See Also:
- Constant Field Values
-
MINECRAFT_1_15
public static final int MINECRAFT_1_15
- See Also:
- Constant Field Values
-
MINECRAFT_1_15_1
public static final int MINECRAFT_1_15_1
- See Also:
- Constant Field Values
-
MINECRAFT_1_15_2
public static final int MINECRAFT_1_15_2
- See Also:
- Constant Field Values
-
MINECRAFT_1_16
public static final int MINECRAFT_1_16
- See Also:
- Constant Field Values
-
MINECRAFT_1_16_1
public static final int MINECRAFT_1_16_1
- See Also:
- Constant Field Values
-
MINECRAFT_1_16_2
public static final int MINECRAFT_1_16_2
- See Also:
- Constant Field Values
-
MINECRAFT_1_16_3
public static final int MINECRAFT_1_16_3
- See Also:
- Constant Field Values
-
MINECRAFT_1_16_4
public static final int MINECRAFT_1_16_4
- See Also:
- Constant Field Values
-
MINECRAFT_1_17
public static final int MINECRAFT_1_17
- See Also:
- Constant Field Values
-
-