Package devs.beer.nativepackets.api
Interface LoginFinishedPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a clientbound successful login.
-
Method Summary
Modifier and TypeMethodDescriptionprofile()voidprofile(NativeGameProfile profile) Session identifier added in Minecraft 26.2, otherwisenull.Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
profile
NativeGameProfile profile() -
profile
-
sessionId
Session identifier added in Minecraft 26.2, otherwisenull.
-