| Package | Description |
|---|---|
| net.md_5.bungee.protocol | |
| net.md_5.bungee.protocol.nbt | |
| net.md_5.bungee.protocol.packet |
| Modifier and Type | Method and Description |
|---|---|
static NBTTag |
DefinedPacket.readNBT(io.netty.buffer.ByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefinedPacket.writeNBT(NBTTag toWrite,
io.netty.buffer.ByteBuf buf) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteTag |
class |
CompoundTag |
class |
EndTag |
class |
FloatTag |
class |
IntTag |
class |
ListTag |
class |
LongTag |
class |
StringTag |
| Modifier and Type | Method and Description |
|---|---|
static NBTTag |
NBTTagTypes.newInstance(byte id) |
| Modifier and Type | Method and Description |
|---|---|
NBTTag |
Login.getCodecTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
Login.setCodecTag(NBTTag codecTag) |
| Constructor and Description |
|---|
Login(int entityId,
short gameMode,
int dimension,
long seed,
short difficulty,
short maxPlayers,
String levelType,
int viewDistance,
boolean reducedDebugInfo,
boolean normalRespawn,
boolean isDebug,
boolean isFlat,
String dimensionCodecName,
NBTTag codecTag,
String[] worlds,
String world,
short previousGamemode) |
Copyright © 2015–2020 WaterfallMC. All rights reserved.