Uses of Enum Class
net.risingworld.api.events.world.ItemTransformEvent.Trigger
Packages that use ItemTransformEvent.Trigger
-
Uses of ItemTransformEvent.Trigger in net.risingworld.api.events.world
Subclasses with type arguments of type ItemTransformEvent.Trigger in net.risingworld.api.events.worldModifier and TypeClassDescriptionstatic enumDetermines why theItemTransformEventwas triggered exactly (i.e what caused the item to transform).Methods in net.risingworld.api.events.world that return ItemTransformEvent.TriggerModifier and TypeMethodDescriptionItemTransformEvent.getTrigger()Gets the trigger of the item transformation, i.e what caused the item to transform.static ItemTransformEvent.TriggerReturns the enum constant of this class with the specified name.static ItemTransformEvent.Trigger[]ItemTransformEvent.Trigger.values()Returns an array containing the constants of this enum class, in the order they are declared.