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