Uses of Enum Class
net.minecraft.client.ParticleStatus
Packages that use ParticleStatus
-
Uses of ParticleStatus in net.minecraft.client
Fields in net.minecraft.client with type parameters of type ParticleStatusModifier and TypeFieldDescriptionprivate static final IntFunction
<ParticleStatus> ParticleStatus.BY_ID
private final OptionInstance
<ParticleStatus> Options.particles
Methods in net.minecraft.client that return ParticleStatusModifier and TypeMethodDescriptionstatic ParticleStatus
ParticleStatus.byId
(int pId) static ParticleStatus
Returns the enum constant of this class with the specified name.static ParticleStatus[]
ParticleStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client that return types with arguments of type ParticleStatus -
Uses of ParticleStatus in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return ParticleStatusModifier and TypeMethodDescriptionprivate ParticleStatus
LevelRenderer.calculateParticleLevel
(boolean pDecreased) Calculates the level of particles to use based on the particles option and the specifieddecreased
parameter.