Interface InteractItemEvent.Secondary.Post
- All Superinterfaces:
Cancellable,CompositeEvent<InteractItemEvent.Secondary>,Event,InteractEvent,InteractItemEvent,InteractItemEvent.Secondary
- Enclosing interface:
InteractItemEvent.Secondary
public static interface InteractItemEvent.Secondary.Post
extends CompositeEvent<InteractItemEvent.Secondary>, InteractItemEvent.Secondary
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.InteractItemEvent
InteractItemEvent.Primary, InteractItemEvent.SecondaryNested classes/interfaces inherited from interface org.spongepowered.api.event.item.inventory.InteractItemEvent.Secondary
InteractItemEvent.Secondary.Post, InteractItemEvent.Secondary.Pre -
Method Summary
Modifier and TypeMethodDescriptiondefault ItemStackSnapshotGets theItemStackSnapshotbeing interacted with.Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelledMethods inherited from interface org.spongepowered.api.event.CompositeEvent
applyTo, baseEvent, children, event, setCancelled
-
Method Details
-
itemStack
Description copied from interface:InteractItemEventGets theItemStackSnapshotbeing interacted with.- Specified by:
itemStackin interfaceInteractItemEvent- Returns:
- The item being interacted with
-