Uses of Enum Class
moe.caramel.daydream.player.ClientType
Packages that use ClientType
Package
Description
This package contains events related to player connections, such as joining and leaving the server.
-
Uses of ClientType in io.papermc.paper.connection
Methods in io.papermc.paper.connection that return ClientTypeModifier and TypeMethodDescriptionPlayerCommonConnection.getClientType()
서버에서 감지한 클라이언트의 종류를 가져옵니다. -
Uses of ClientType in moe.caramel.daydream.player
Methods in moe.caramel.daydream.player that return ClientTypeModifier and TypeMethodDescriptionstatic ClientType
Returns the enum constant of this class with the specified name.static ClientType[]
ClientType.values()
Returns an array containing the constants of this enum class, in the order they are declared.