Package devs.beer.nativepackets.api
Interface LoginPacketView
- All Superinterfaces:
PacketView
Read-only view of a clientbound login packet.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
playerId
int playerId() -
hardcore
boolean hardcore() -
levels
NativeValue levels() -
maxPlayers
int maxPlayers() -
chunkRadius
int chunkRadius() -
simulationDistance
int simulationDistance() -
reducedDebugInfo
boolean reducedDebugInfo() -
showDeathScreen
boolean showDeathScreen() -
limitedCrafting
boolean limitedCrafting() -
spawnInfo
NativeValue spawnInfo() -
enforcesSecureChat
boolean enforcesSecureChat()
-