Uses of Class
net.minecraft.client.option.ParticlesMode
| Package | Description |
|---|---|
| net.minecraft.client.option | |
| net.minecraft.client.render |
-
Uses of ParticlesMode in net.minecraft.client.option
Fields in net.minecraft.client.option declared as ParticlesMode Modifier and Type Field Description ParticlesModeGameOptions. particlesprivate static ParticlesMode[]ParticlesMode. VALUESFields in net.minecraft.client.option with type parameters of type ParticlesMode Modifier and Type Field Description static CyclingOption<ParticlesMode>Option. PARTICLESMethods in net.minecraft.client.option that return ParticlesMode Modifier and Type Method Description static ParticlesModeParticlesMode. byId(int id)static ParticlesModeParticlesMode. valueOf(String name)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 ParticlesMode Modifier and Type Method Description private ParticlesModeWorldRenderer. getRandomParticleSpawnChance(boolean canSpawnOnMinimal)