Uses of Enum Class
net.minecraft.client.option.ParticlesMode
-
Uses of ParticlesMode in net.minecraft.client.option
Modifier and TypeFieldDescriptionprivate static final IntFunction<ParticlesMode>
ParticlesMode.BY_ID
private final SimpleOption<ParticlesMode>
GameOptions.particles
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)