Uses of Enum Class
com.plotsquared.core.listener.PlayerBlockEventType
Packages that use PlayerBlockEventType
-
Uses of PlayerBlockEventType in com.plotsquared.core.listener
Methods in com.plotsquared.core.listener that return PlayerBlockEventTypeModifier and TypeMethodDescriptionstatic PlayerBlockEventType
Returns the enum constant of this class with the specified name.static PlayerBlockEventType[]
PlayerBlockEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PlayerBlockEventType in com.plotsquared.core.util
Methods in com.plotsquared.core.util with parameters of type PlayerBlockEventTypeModifier and TypeMethodDescriptionboolean
EventDispatcher.checkPlayerBlockEvent
(PlotPlayer<?> player, @NonNull PlayerBlockEventType type, Location location, BlockType blockType, boolean notifyPerms)