net.minecraft.client

public enum ParticleStatus

implements OptionEnum

ens
net.minecraft.client.ParticleStatus
net.minecraft.class_4066
net.minecraft.client.option.ParticlesMode
net.minecraft.src.C_3404_

枚举常量概要

枚举常量
a
ALL
field_18197
ALL
ALL
b
DECREASED
field_18198
DECREASED
DECREASED
c
MINIMAL
field_18199
MINIMAL
MINIMAL

字段概要

修饰符与类型字段
private static final IntFunction<ParticleStatus>
d
BY_ID
field_18200
BY_ID
f_92185_
private final int
e
id
field_18201
id
f_92186_
private final String
f
key
field_18202
translationKey
f_92187_

构造函数概要

修饰符构造函数
private (int p_92192_, String p_92193_)

方法概要

修饰符与类型方法
public String
b()
getKey()
method_7359()
getTranslationKey()
m_35968_()
public int
a()
getId()
method_7362()
getId()
m_35965_()
public static ParticleStatus
a(int arg0)
byId(int arg0)
method_18608(int arg0)
byId(int id)
m_92196_(int p_92197_)