Interface IPermissionConfigHelper

All Known Implementing Classes:
NeoForgePermissionConfigHelper

public interface IPermissionConfigHelper
  • Method Details

    • isCommandBlockExecutionAllowed

      boolean isCommandBlockExecutionAllowed()
    • isHierarchyOwnershipEnabled

      boolean isHierarchyOwnershipEnabled()
    • UUIDsWithPermission

      Set<String> UUIDsWithPermission()
    • isCmdEnabledForNonOp

      boolean isCmdEnabledForNonOp()
    • getRequiredOpLevel

      int getRequiredOpLevel()
    • byPassFlagAllowed

      boolean byPassFlagAllowed()
    • hasConfigPermission

      boolean hasConfigPermission(net.minecraft.world.entity.player.Player player)
    • hasConfigPermission

      boolean hasConfigPermission(net.minecraft.commands.CommandSourceStack src, CommandSourceType srcType) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • isReadOnlyAllowed

      boolean isReadOnlyAllowed()
    • allowRegionTp

      boolean allowRegionTp()
    • isMarkerCreationEnabled

      boolean isMarkerCreationEnabled()