Uses of Enum Class
com.mclds.plugins.server.events.player.PlayerCustomLootEvent.Type
Packages that use PlayerCustomLootEvent.Type
-
Uses of PlayerCustomLootEvent.Type in com.mclds.plugins.server.events.player
Methods in com.mclds.plugins.server.events.player that return PlayerCustomLootEvent.TypeModifier and TypeMethodDescriptionstatic PlayerCustomLootEvent.TypeReturns the enum constant of this class with the specified name.static PlayerCustomLootEvent.Type[]PlayerCustomLootEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mclds.plugins.server.events.player with parameters of type PlayerCustomLootEvent.TypeModifierConstructorDescriptionPlayerCustomLootEvent(org.bukkit.entity.Player player, PlayerCustomLootEvent.Type type, List<org.bukkit.inventory.ItemStack> loots)