Uses of Enum Class
net.minecraft.client.option.ParticlesMode
Packages that use ParticlesMode
-
Uses of ParticlesMode in net.minecraft.client.option
Fields in net.minecraft.client.option declared as ParticlesModeModifier and TypeFieldDescriptionGameOptions.particlesprivate static final ParticlesMode[]ParticlesMode.VALUESFields in net.minecraft.client.option with type parameters of type ParticlesModeMethods in net.minecraft.client.option that return ParticlesModeModifier and TypeMethodDescriptionstatic ParticlesModeParticlesMode.byId(int id) static ParticlesModeReturns the enum constant of this class with the specified name.static ParticlesMode[]ParticlesMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ParticlesMode in net.minecraft.client.render
Methods in net.minecraft.client.render that return ParticlesModeModifier and TypeMethodDescriptionprivate ParticlesModeWorldRenderer.getRandomParticleSpawnChance(boolean canSpawnOnMinimal)