Uses of Enum Class
net.minecraft.particle.ParticlesMode
Packages that use ParticlesMode
Package
Description
-
Uses of ParticlesMode in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type ParticlesModeMethods 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) Methods in net.minecraft.client.render with parameters of type ParticlesModeModifier and TypeMethodDescriptionvoid
WeatherRendering.addParticlesAndSound
(ClientWorld world, Camera camera, int ticks, ParticlesMode particlesMode) -
Uses of ParticlesMode in net.minecraft.network.packet.c2s.common
Fields in net.minecraft.network.packet.c2s.common declared as ParticlesModeModifier and TypeFieldDescriptionprivate final ParticlesMode
SyncedClientOptions.particleStatus
The field for theparticleStatus
record component.Methods in net.minecraft.network.packet.c2s.common that return ParticlesModeModifier and TypeMethodDescriptionSyncedClientOptions.particleStatus()
Returns the value of theparticleStatus
record component.Constructors in net.minecraft.network.packet.c2s.common with parameters of type ParticlesModeModifierConstructorDescriptionSyncedClientOptions
(String string, int int2, ChatVisibility chatVisibility, boolean bool, int int3, Arm arm, boolean bool2, boolean bool3, ParticlesMode particlesMode) -
Uses of ParticlesMode in net.minecraft.particle
Fields in net.minecraft.particle with type parameters of type ParticlesModeModifier and TypeFieldDescriptionprivate static final IntFunction
<ParticlesMode> ParticlesMode.BY_ID
Methods in net.minecraft.particle 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. -
Uses of ParticlesMode in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ParticlesMode