Uses of Enum Class
net.minecraft.client.ParticleStatus
Packages that use ParticleStatus
-
Uses of ParticleStatus in net.minecraft.client
Fields in net.minecraft.client declared as ParticleStatusModifier and TypeFieldDescriptionprivate static ParticleStatus[]ParticleStatus.BY_IDOptions.particlesFields in net.minecraft.client with type parameters of type ParticleStatusMethods in net.minecraft.client that return ParticleStatusModifier and TypeMethodDescriptionstatic ParticleStatusParticleStatus.byId(int p_92197_)static ParticleStatusReturns 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. -
Uses of ParticleStatus in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return ParticleStatusModifier and TypeMethodDescriptionprivate ParticleStatusLevelRenderer.calculateParticleLevel(boolean p_109768_)