Uses of Record Class
moe.caramel.daydream.packet.PlayerInfoUpdatePacket.PlayerData
-
Uses of PlayerInfoUpdatePacket.PlayerData in moe.caramel.daydream.packet
Modifier and TypeMethodDescriptionPlayerInfoUpdatePacket.addPlayer
(UUID profileId, com.mojang.authlib.GameProfile profile, boolean listed, int latency, GameMode gameMode, @Nullable Component playerListName, boolean showHat, int listOrder, @Nullable ChatSession chatSession) for Add Player Actionfor Add Player ActionPlayerInfoUpdatePacket.updateGameMode
(UUID uuid, GameMode gameMode) for Update GameMode ActionPlayerInfoUpdatePacket.updateLatency
(UUID uuid, int latency) for Update Latency ActionPlayerInfoUpdatePacket.updateListed
(UUID uuid, boolean listed) for Update Listed ActionPlayerInfoUpdatePacket.updateListOrder
(UUID uuid, int order) for Update ListOrder ActionPlayerInfoUpdatePacket.updatePlayerListName
(UUID uuid, @Nullable Component playerListName) for Update PlayerListName ActionPlayerInfoUpdatePacket.updateShowHat
(UUID uuid, boolean show) for Update Hat ActionModifier and TypeMethodDescriptiondefault PlayerInfoUpdatePacket
PlayerInfoUpdatePacket.create
(EnumSet<PlayerInfoUpdatePacket.Action> actions, PlayerInfoUpdatePacket.PlayerData... data) 패킷을 생성합니다.Modifier and TypeMethodDescriptionPlayerInfoUpdatePacket.create
(EnumSet<PlayerInfoUpdatePacket.Action> actions, Collection<PlayerInfoUpdatePacket.PlayerData> data) 패킷을 생성합니다.