Package com.plotsquared.core.plot.flag
Interface FlagContainer.PlotFlagUpdateHandler
- Enclosing class:
- FlagContainer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handler for update events in
flag containers
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(PlotFlag<?, ?> plotFlag, FlagContainer.PlotFlagUpdateType type) Act on the flag update event
-
Method Details
-
handle
Act on the flag update event- Parameters:
plotFlag
- Plot flagtype
- Update type
-