Uses of Enum Class
moe.caramel.daydream.event.player.PlayerBottleIntoItemEvent.ItemType
-
Uses of PlayerBottleIntoItemEvent.ItemType in moe.caramel.daydream.event.player
Modifier and TypeMethodDescriptionPlayerBottleIntoItemEvent.getType()
병에 담길 아이템의 타입을 가져옵니다.Returns the enum constant of this class with the specified name.static PlayerBottleIntoItemEvent.ItemType[]
PlayerBottleIntoItemEvent.ItemType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerBottleIntoItemEvent
(Player player, PlayerBottleIntoItemEvent.ItemType type, @Nullable Block clickedBlock, @Nullable Entity clickedEntity)