Uses of Enum Class
nl.mtvehicles.core.infrastructure.enums.RegionAction
Package
Description
Classes with methods for different configuration files
Custom enums used in the plugin
-
Uses of RegionAction in nl.mtvehicles.core.infrastructure.dataconfig
Modifier and TypeMethodDescriptionboolean
DefaultConfig.canProceedWithAction(RegionAction action, VehicleType vehicleType, org.bukkit.Location loc, org.bukkit.entity.Player p)
Check whether a player can proceed with a specified action on a specified location. -
Uses of RegionAction in nl.mtvehicles.core.infrastructure.enums
Modifier and TypeMethodDescriptionstatic RegionAction
Returns the enum constant of this class with the specified name.static RegionAction[]
RegionAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.