Uses of Class
net.minecraft.client.settings.ParticleStatus
-
Packages that use ParticleStatus Package Description net.minecraft.client net.minecraft.client.renderer net.minecraft.client.settings -
-
Uses of ParticleStatus in net.minecraft.client
Fields in net.minecraft.client declared as ParticleStatus Modifier and Type Field Description ParticleStatusGameSettings. particles -
Uses of ParticleStatus in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return ParticleStatus Modifier and Type Method Description private ParticleStatusWorldRenderer. calculateParticleLevel(boolean p_215327_1_) -
Uses of ParticleStatus in net.minecraft.client.settings
Fields in net.minecraft.client.settings declared as ParticleStatus Modifier and Type Field Description private static ParticleStatus[]ParticleStatus. BY_IDMethods in net.minecraft.client.settings that return ParticleStatus Modifier and Type Method Description static ParticleStatusParticleStatus. byId(int p_216833_0_)static ParticleStatusParticleStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParticleStatus[]ParticleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-