Uses of Enum Class
net.minecraft.particle.ParticlesMode
Package
Description
-
Uses of ParticlesMode in net.minecraft.client.option
-
Uses of ParticlesMode in net.minecraft.client.render
Modifier and TypeMethodDescriptionprivate ParticlesMode
WorldRenderer.getRandomParticleSpawnChance
(boolean canSpawnOnMinimal) Modifier and TypeMethodDescriptionvoid
WeatherRendering.addParticlesAndSound
(ClientWorld world, Camera camera, int ticks, ParticlesMode particlesMode) -
Uses of ParticlesMode in net.minecraft.network.packet.c2s.common
Modifier and TypeFieldDescriptionprivate final ParticlesMode
SyncedClientOptions.particleStatus
The field for theparticleStatus
record component.Modifier and TypeMethodDescriptionSyncedClientOptions.particleStatus()
Returns the value of theparticleStatus
record component.ModifierConstructorDescriptionSyncedClientOptions
(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
Modifier and TypeFieldDescriptionprivate static final IntFunction
<ParticlesMode> ParticlesMode.BY_ID
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.server.network