Interface NotifyNeighborBlockEvent
-
- All Superinterfaces:
Cancellable
,Event
public interface NotifyNeighborBlockEvent extends Event, Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
filterTargetPositions(Predicate<Vector3i> predicate)
default void
filterTickets(Predicate<NotificationTicket> predicate)
List<NotificationTicket>
tickets()
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-
-
-
Method Detail
-
tickets
List<NotificationTicket> tickets()
-
filterTickets
default void filterTickets(Predicate<NotificationTicket> predicate)
-
-