Uses of Enum Class
me.mrCookieSlime.Slimefun.Objects.SlimefunItem.UnregisterReason
Packages that use UnregisterReason
Package
Description
-
Uses of UnregisterReason in me.mrCookieSlime.Slimefun.Objects
Methods in me.mrCookieSlime.Slimefun.Objects with parameters of type UnregisterReasonModifier and TypeMethodDescriptionbooleanSlimefunBlockHandler.onBreak(org.bukkit.entity.Player p, org.bukkit.block.Block b, SlimefunItem item, UnregisterReason reason) Deprecated.This method gets called when theBlockis broken. -
Uses of UnregisterReason in me.mrCookieSlime.Slimefun.Objects.SlimefunItem
Methods in me.mrCookieSlime.Slimefun.Objects.SlimefunItem that return UnregisterReasonModifier and TypeMethodDescriptionstatic UnregisterReasonDeprecated.Returns the enum constant of this class with the specified name.static UnregisterReason[]UnregisterReason.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.