Interface NotifyNeighborBlockEvent
- All Superinterfaces:
Cancellable
,Event
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
filterTargetPositions
(Predicate<Vector3i> predicate) default void
filterTickets
(Predicate<NotificationTicket> predicate) tickets()
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Method Details
-
tickets
List<NotificationTicket> tickets() -
filterTargetPositions
-
filterTickets
-