Uses of Interface
moe.caramel.daydream.player.chat.ChatSession
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of ChatSession in moe.caramel.daydream.packet
Modifier and TypeMethodDescriptionPlayerInfoUpdatePacket.PlayerData.chatSession()
Returns the value of thechatSession
record component.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 ActionModifierConstructorDescriptionPlayerData
(UUID profileId, @Nullable com.mojang.authlib.GameProfile profile, boolean listed, int latency, @Nullable GameMode gameMode, @Nullable Component playerListName, boolean showHat, int listOrder, @Nullable ChatSession chatSession) Creates an instance of aPlayerData
record class. -
Uses of ChatSession in moe.caramel.daydream.player.chat
Modifier and TypeMethodDescriptionstatic ChatSession
ChatSession.create
(UUID uniqueId, IdentifyKey identifyKey) 채팅 세션을 생성합니다. -
Uses of ChatSession in org.bukkit
Modifier and TypeMethodDescriptionUnsafeValues.createChatSession
(UUID uniqueId, IdentifyKey identifyKey) Deprecated. -
Uses of ChatSession in org.bukkit.entity
Modifier and TypeMethodDescriptionvoid
Player.setChatSession
(ChatSession session) 플레이어의 채팅 세션을 설정합니다.