Class Protocol_b1_4
- java.lang.Object
-
- net.minecraft.packettrans.protocol_b1_4.Protocol_b1_4
-
public final class Protocol_b1_4 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
PROTOCOL
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<WatchableObject>
readWatchableObjects(java.io.DataInputStream dis)
static void
register()
-
-
-
Field Detail
-
PROTOCOL
public static final int PROTOCOL
- See Also:
- Constant Field Values
-
-
Method Detail
-
register
public static void register()
-
readWatchableObjects
public static java.util.List<WatchableObject> readWatchableObjects(java.io.DataInputStream dis) throws java.io.IOException
- Throws:
java.io.IOException
-
-