| Package | Description |
|---|---|
| net.minecraftforge.common.network | |
| net.minecraftforge.common.network.packet |
| Modifier and Type | Method and Description |
|---|---|
abstract ForgePacket |
ForgePacket.consumePacket(byte[] data) |
static ForgePacket |
ForgePacket.readPacket(INetworkManager network,
byte[] payload) |
| Modifier and Type | Method and Description |
|---|---|
static Packet250CustomPayload[] |
ForgePacket.makePacketSet(ForgePacket packet) |
| Modifier and Type | Class and Description |
|---|---|
class |
DimensionRegisterPacket
This class offers the ability for servers to register dimensions on client.
|
| Modifier and Type | Method and Description |
|---|---|
ForgePacket |
DimensionRegisterPacket.consumePacket(byte[] data) |