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.particles
private static final ParticlesMode[]
ParticlesMode.VALUES
Fields in net.minecraft.client.option with type parameters of type ParticlesModeMethods in net.minecraft.client.option that return ParticlesModeModifier and TypeMethodDescriptionstatic ParticlesMode
ParticlesMode.byId
(int id) static ParticlesMode
Returns 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 ParticlesMode
WorldRenderer.getRandomParticleSpawnChance
(boolean canSpawnOnMinimal)