Package me.lokka30.levelledmobs.managers
Class WorldGuardIntegration
java.lang.Object
me.lokka30.levelledmobs.managers.WorldGuardIntegration
Manages communication to WorldGuar for the purposes of obtaining region and flag information
- Since:
- 2.4.0
-
Method Summary
Modifier and TypeMethodDescriptiongetWorldGuardRegionOwnersForLocation
(@NotNull LivingEntityInterface lmInterface) getWorldGuardRegionsForLocation
(@NotNull LivingEntityInterface lmInterface)
-
Method Details
-
getWorldGuardRegionsForLocation
@NotNull public static @NotNull List<String> getWorldGuardRegionsForLocation(@NotNull @NotNull LivingEntityInterface lmInterface) -
getWorldGuardRegionOwnersForLocation
@NotNull public static @NotNull List<String> getWorldGuardRegionOwnersForLocation(@NotNull @NotNull LivingEntityInterface lmInterface)
-