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 ParticlesMode
GameOptions. particles
private static ParticlesMode[]
ParticlesMode. VALUES
Fields in net.minecraft.client.option with type parameters of type ParticlesMode Modifier and Type Field Description static CyclingOption<ParticlesMode>
Option. PARTICLES
Methods in net.minecraft.client.option that return ParticlesMode Modifier and Type Method Description static ParticlesMode
ParticlesMode. byId(int id)
static ParticlesMode
ParticlesMode. 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 ParticlesMode
WorldRenderer. getRandomParticleSpawnChance(boolean canSpawnOnMinimal)