Uses of Enum Class
net.minecraft.client.option.ParticlesMode
Packages that use ParticlesMode
-
Uses of ParticlesMode in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type ParticlesModeModifier and TypeFieldDescriptionprivate static final IntFunction
<ParticlesMode> ParticlesMode.BY_ID
private final SimpleOption
<ParticlesMode> GameOptions.particles
Methods in net.minecraft.client.option that return ParticlesModeModifier 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.Methods in net.minecraft.client.option that return types with arguments of type ParticlesMode -
Uses of ParticlesMode in net.minecraft.client.render
Methods in net.minecraft.client.render that return ParticlesModeModifier and TypeMethodDescriptionprivate ParticlesMode
WorldRenderer.getRandomParticleSpawnChance
(boolean canSpawnOnMinimal)