net.minecraft.core.particles

public class SpellParticleOption

implements ParticleOptions

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

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
public static com.mojang.serialization.MapCodec<SpellParticleOption>
a(lx<me> arg0)
codec(ParticleType<SpellParticleOption> arg0)
method_74417(class_2396<class_11979> arg0)
createCodec(ParticleType<EffectParticleEffect> type)
public static StreamCodec<? super io.netty.buffer.ByteBuf, SpellParticleOption>
b(lx<me> arg0)
streamCodec(ParticleType<SpellParticleOption> arg0)
method_74424(class_2396<class_11979> arg0)
createPacketCodec(ParticleType<EffectParticleEffect> type)
public ParticleType<SpellParticleOption>
a()
getType()
method_10295()
getType()
public float
b()
getRed()
method_74423()
getRed()
public float
c()
getGreen()
method_74427()
getGreen()
public float
d()
getBlue()
method_74429()
getBlue()
public float
e()
getPower()
method_74431()
getPower()
public static SpellParticleOption
a(lx<me> 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)
public static SpellParticleOption
a(lx<me> 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)