Class WrapperLoginClientStart
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.login.serverbound.WrapperLoginClientStart
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperLoginClientStart
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Retrieves the value of field 'name'Retrieves the value of field 'profileId'void
Sets the value of field 'name'void
setProfileId
(UUID value) Sets the value of field 'profileId'Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
Field Details
-
TYPE
public static final com.comphenix.protocol.PacketType TYPE
-
-
Constructor Details
-
WrapperLoginClientStart
public WrapperLoginClientStart() -
WrapperLoginClientStart
public WrapperLoginClientStart(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getName
Retrieves the value of field 'name'- Returns:
- 'name'
-
setName
Sets the value of field 'name'- Parameters:
value
- New value for field 'name'
-
getProfileId
Retrieves the value of field 'profileId'- Returns:
- 'profileId'
-
setProfileId
Sets the value of field 'profileId'- Parameters:
value
- New value for field 'profileId'
-