类 ClientboundGameProfilePacket
java.lang.Object
net.minecraft.network.protocol.login.ClientboundGameProfilePacket
- 所有已实现的接口:
Packet<ClientLoginPacketListener>
public class ClientboundGameProfilePacket
extends Object
implements Packet<ClientLoginPacketListener>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.mojang.authlib.GameProfile
void
handle
(ClientLoginPacketListener pHandler) void
write
(FriendlyByteBuf pBuffer) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.network.protocol.Packet
isSkippable
-
字段详细资料
-
gameProfile
private final com.mojang.authlib.GameProfile gameProfile
-
-
构造器详细资料
-
ClientboundGameProfilePacket
public ClientboundGameProfilePacket(com.mojang.authlib.GameProfile pGameProfile) -
ClientboundGameProfilePacket
-
-
方法详细资料
-
write
- 指定者:
write
在接口中Packet<ClientLoginPacketListener>
-
handle
- 指定者:
handle
在接口中Packet<ClientLoginPacketListener>
-
getGameProfile
public com.mojang.authlib.GameProfile getGameProfile()
-