Package | Description |
---|---|
net.minecraftforge.server.permission | |
net.minecraftforge.server.permission.context |
Modifier and Type | Method and Description |
---|---|
static boolean |
PermissionAPI.hasPermission(com.mojang.authlib.GameProfile profile,
java.lang.String node,
IContext context) |
boolean |
IPermissionHandler.hasPermission(com.mojang.authlib.GameProfile profile,
java.lang.String node,
IContext context)
|
boolean |
DefaultPermissionHandler.hasPermission(com.mojang.authlib.GameProfile profile,
java.lang.String node,
IContext context) |
Modifier and Type | Class and Description |
---|---|
class |
AreaContext |
class |
BlockPosContext |
class |
Context |
class |
PlayerContext |
class |
TargetContext |
class |
WorldContext |