Constructor and Description |
---|
S01PacketJoinGame() |
S01PacketJoinGame(int p_i45976_1_,
WorldSettings.GameType p_i45976_2_,
boolean p_i45976_3_,
int p_i45976_4_,
EnumDifficulty p_i45976_5_,
int p_i45976_6_,
WorldType p_i45976_7_,
boolean p_i45976_8_) |
Modifier and Type | Method and Description |
---|---|
EnumDifficulty |
getDifficulty() |
int |
getDimension() |
int |
getEntityId() |
WorldSettings.GameType |
getGameType() |
int |
getMaxPlayers() |
WorldType |
getWorldType() |
boolean |
isHardcoreMode() |
boolean |
isReducedDebugInfo() |
void |
processPacket(INetHandler handler) |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public S01PacketJoinGame()
public S01PacketJoinGame(int p_i45976_1_, WorldSettings.GameType p_i45976_2_, boolean p_i45976_3_, int p_i45976_4_, EnumDifficulty p_i45976_5_, int p_i45976_6_, WorldType p_i45976_7_, boolean p_i45976_8_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet
java.io.IOException
public void processPacket(INetHandlerPlayClient handler)
public int getEntityId()
public void processPacket(INetHandler handler)
processPacket
in interface Packet
public boolean isHardcoreMode()
public WorldSettings.GameType getGameType()
public int getDimension()
public EnumDifficulty getDifficulty()
public int getMaxPlayers()
public WorldType getWorldType()
public boolean isReducedDebugInfo()