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 ParticlesModeWorldRenderer.getRandomParticleSpawnChance(boolean canSpawnOnMinimal) Methods in net.minecraft.client.render with parameters of type ParticlesModeModifier and TypeMethodDescriptionvoidWeatherRendering.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 ParticlesModeSyncedClientOptions.particleStatusThe field for theparticleStatusrecord component.Methods in net.minecraft.network.packet.c2s.common that return ParticlesModeModifier and TypeMethodDescriptionSyncedClientOptions.particleStatus()Returns the value of theparticleStatusrecord 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_IDMethods in net.minecraft.particle that return ParticlesModeModifier and TypeMethodDescriptionstatic ParticlesModeParticlesMode.byId(int id) static ParticlesModeReturns 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