Uses of Enum Class
net.minecraft.client.option.ParticlesMode
-
Uses of ParticlesMode in net.minecraft.client.option
Modifier and TypeFieldDescriptionGameOptions.particles
private static ParticlesMode[]
ParticlesMode.VALUES
Modifier 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
Modifier and TypeMethodDescriptionprivate ParticlesMode
WorldRenderer.getRandomParticleSpawnChance(boolean canSpawnOnMinimal)