net.minecraft.core.particles

public class SpellParticleOption

implements ParticleOptions

mk
net.minecraft.core.particles.SpellParticleOption
net.minecraft.class_11979
net.minecraft.particle.EffectParticleEffect
net.minecraft.src.C_411380_
net.minecraft.core.particles.SpellParticleOption

Field summary

Modifier and TypeField
private final ParticleType<SpellParticleOption>
a
type
field_62763
type
f_411967_
private final int
b
color
field_62764
color
f_413084_
private final float
c
power
field_62765
power
f_411568_

Constructor summary

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

Method summary

Modifier and TypeMethod
public static com.mojang.serialization.MapCodec<SpellParticleOption>
a(md<mk> arg0)
codec(ParticleType<SpellParticleOption> arg0)
method_74417(class_2396<class_11979> arg0)
createCodec(ParticleType<EffectParticleEffect> type)
m_417094_(C_4758_<C_411380_> p_427901_)
public static StreamCodec<? super io.netty.buffer.ByteBuf, SpellParticleOption>
b(md<mk> arg0)
streamCodec(ParticleType<SpellParticleOption> arg0)
method_74424(class_2396<class_11979> arg0)
createPacketCodec(ParticleType<EffectParticleEffect> type)
m_418256_(C_4758_<C_411380_> p_429628_)
public ParticleType<SpellParticleOption>
a()
getType()
method_10295()
getType()
m_6012_()
public float
b()
getRed()
method_74423()
getRed()
m_418751_()
public float
c()
getGreen()
method_74427()
getGreen()
m_418021_()
public float
d()
getBlue()
method_74429()
getBlue()
m_418476_()
public float
e()
getPower()
method_74431()
getPower()
m_419651_()
public static SpellParticleOption
a(md<mk> arg0, int arg1, float arg2)
create(ParticleType<SpellParticleOption> arg0, int arg1, float arg2)
method_74419(class_2396<class_11979> arg0, int arg1, float arg2)
of(ParticleType<EffectParticleEffect> type, int color, float power)
m_415846_(C_4758_<C_411380_> p_430449_, int p_424734_, float p_428214_)
public static SpellParticleOption
a(md<mk> arg0, float arg1, float arg2, float arg3, float arg4)
create(ParticleType<SpellParticleOption> arg0, float arg1, float arg2, float arg3, float arg4)
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)
m_415049_(C_4758_<C_411380_> p_424428_, float p_427471_, float p_425792_, float p_427970_, float p_422529_)