Class WrapperLoginClientStart

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.login.serverbound.WrapperLoginClientStart

public class WrapperLoginClientStart extends AbstractPacket
  • 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

      public String getName()
      Retrieves the value of field 'name'
      Returns:
      'name'
    • setName

      public void setName(String value)
      Sets the value of field 'name'
      Parameters:
      value - New value for field 'name'
    • getProfileId

      public Optional<UUID> getProfileId()
      Retrieves the value of field 'profileId'
      Returns:
      'profileId'
    • setProfileId

      public void setProfileId(@Nullable UUID value)
      Sets the value of field 'profileId'
      Parameters:
      value - New value for field 'profileId'