Uses of Enum Class
net.minecraft.client.settings.ParticleStatus
Packages that use ParticleStatus
Package
Description
- 
Uses of ParticleStatus in net.minecraft.clientFields in net.minecraft.client declared as ParticleStatus
- 
Uses of ParticleStatus in net.minecraft.client.rendererMethods in net.minecraft.client.renderer that return ParticleStatusModifier and TypeMethodDescriptionprivate ParticleStatusWorldRenderer.calculateParticleLevel(boolean p_215327_1_) 
- 
Uses of ParticleStatus in net.minecraft.client.settingsFields in net.minecraft.client.settings declared as ParticleStatusMethods in net.minecraft.client.settings that return ParticleStatusModifier and TypeMethodDescriptionstatic ParticleStatusParticleStatus.byId(int p_216833_0_) static ParticleStatusReturns the enum constant of this class with the specified name.static ParticleStatus[]ParticleStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.