net.minecraft.particle

public class EffectParticleEffect

implements ParticleEffect

net.minecraft.core.particles.SpellParticleOption
net.minecraft.core.particles.SpellParticleOption
net.minecraft.class_11979
net.minecraft.particle.EffectParticleEffect

Field summary

Modifier and TypeField
private final ParticleType<EffectParticleEffect>
type
type
field_62763
type
private final int
color
color
field_62764
color
private final float
power
power
field_62765
power

Constructor summary

ModifierConstructor
private (ParticleType<EffectParticleEffect> type, int color, float power)

Method summary

Modifier and TypeMethod
public static com.mojang.serialization.MapCodec<EffectParticleEffect>
codec(ParticleType<SpellParticleOption> type)
codec(ParticleType<SpellParticleOption> type)
method_74417(class_2396<class_11979> arg0)
createCodec(ParticleType<EffectParticleEffect> type)
public static PacketCodec<? super io.netty.buffer.ByteBuf, EffectParticleEffect>
streamCodec(ParticleType<SpellParticleOption> type)
streamCodec(ParticleType<SpellParticleOption> type)
method_74424(class_2396<class_11979> arg0)
createPacketCodec(ParticleType<EffectParticleEffect> type)
public ParticleType<EffectParticleEffect>
getType()
getType()
method_10295()
getType()
public float
getRed()
getRed()
method_74423()
getRed()
public float
getGreen()
getGreen()
method_74427()
getGreen()
public float
getBlue()
getBlue()
method_74429()
getBlue()
public float
getPower()
getPower()
method_74431()
getPower()
public static EffectParticleEffect
create(ParticleType<SpellParticleOption> type, int color, float power)
create(ParticleType<SpellParticleOption> type, int color, float power)
method_74419(class_2396<class_11979> arg0, int arg1, float arg2)
of(ParticleType<EffectParticleEffect> type, int color, float power)
public static EffectParticleEffect
create(ParticleType<SpellParticleOption> type, float red, float green, float blue, float power)
create(ParticleType<SpellParticleOption> type, float red, float green, float blue, float power)
method_74418(class_2396<class_11979> arg0, float arg1, float arg2, float arg3, float arg4)
of(ParticleType<EffectParticleEffect> type, float r, float g, float b, float power)