Uses of Enum
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 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 type with the specified name.static ParticlesMode[]
ParticlesMode.values()
Returns an array containing the constants of this enum type, 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)