Uses of Class
net.minecraft.particle.ShriekParticleEffect
Packages that use ShriekParticleEffect
-
Uses of ShriekParticleEffect in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ShriekParticleEffectModifier and TypeMethodDescriptionShriekParticle.Factory.createParticle
(ShriekParticleEffect shriekParticleEffect, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7) -
Uses of ShriekParticleEffect in net.minecraft.particle
Fields in net.minecraft.particle with type parameters of type ShriekParticleEffectModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ShriekParticleEffect>
ShriekParticleEffect.CODEC
static final ParticleEffect.Factory<ShriekParticleEffect>
ShriekParticleEffect.FACTORY
static final ParticleType<ShriekParticleEffect>
ParticleTypes.SHRIEK
Methods in net.minecraft.particle that return types with arguments of type ShriekParticleEffect