net.minecraft.server.permissions

public enum PermissionLevel

implements StringRepresentable

bbl
net.minecraft.server.permissions.PermissionLevel
net.minecraft.class_12094
net.minecraft.command.permission.PermissionLevel
net.minecraft.src.C_432766_
net.minecraft.server.permissions.PermissionLevel

枚举常量概要

枚举常量
a
ALL
field_63196
ALL
ALL
b
MODERATORS
field_63197
MODERATORS
MODERATORS
c
GAMEMASTERS
field_63198
GAMEMASTERS
GAMEMASTERS
d
ADMINS
field_63199
ADMINS
ADMINS
e
OWNERS
field_63200
OWNERS
OWNERS

字段概要

修饰符与类型字段
public static final com.mojang.serialization.Codec<PermissionLevel>
f
CODEC
field_63201
CODEC
f_434146_
private static final IntFunction<PermissionLevel>
h
BY_ID
field_63203
BY_LEVEL
f_436519_
public static final com.mojang.serialization.Codec<PermissionLevel>
g
INT_CODEC
field_63202
NUMERIC_CODEC
f_434908_
private final String
i
name
field_63204
name
f_435219_
private final int
j
id
field_63205
level
f_436802_

构造函数概要

修饰符构造函数
private (String p_454672_, int p_453949_)

方法概要

修饰符与类型方法
public boolean
a(bbl arg0)
isEqualOrHigherThan(PermissionLevel arg0)
method_75028(class_12094 arg0)
isAtLeast(PermissionLevel other)
m_447457_(C_432766_ arg0)
public static PermissionLevel
a(int arg0)
byId(int arg0)
method_75027(int arg0)
fromLevel(int level)
m_444420_(int p_451931_)
public int
a()
id()
method_75026()
getLevel()
m_442701_()
public String
c()
getSerializedName()
method_15434()
asString()
m_7912_()