net.minecraft.core.particles

public class PowerParticleOption

implements ParticleOptions

mf
net.minecraft.core.particles.PowerParticleOption
net.minecraft.class_11978
net.minecraft.particle.DragonBreathParticleEffect
net.minecraft.src.C_411228_
net.minecraft.core.particles.PowerParticleOption

Field summary

Modifier and TypeField
private final ParticleType<PowerParticleOption>
a
type
field_62761
type
f_412972_
private final float
b
power
field_62762
power
f_411745_

Constructor summary

ModifierConstructor
private (ParticleType<PowerParticleOption> type, float power)

Method summary

Modifier and TypeMethod
public static com.mojang.serialization.MapCodec<PowerParticleOption>
a(md<mf> arg0)
codec(ParticleType<PowerParticleOption> arg0)
method_74409(class_2396<class_11978> arg0)
createCodec(ParticleType<DragonBreathParticleEffect> type)
m_415159_(C_4758_<C_411228_> p_423521_)
public static StreamCodec<? super io.netty.buffer.ByteBuf, PowerParticleOption>
b(md<mf> arg0)
streamCodec(ParticleType<PowerParticleOption> arg0)
method_74414(class_2396<class_11978> arg0)
createPacketCodec(ParticleType<DragonBreathParticleEffect> type)
m_418974_(C_4758_<C_411228_> p_422514_)
public ParticleType<PowerParticleOption>
a()
getType()
method_10295()
getType()
m_6012_()
public float
b()
getPower()
method_74413()
getPower()
m_415184_()
public static PowerParticleOption
a(md<mf> arg0, float arg1)
create(ParticleType<PowerParticleOption> arg0, float arg1)
method_74410(class_2396<class_11978> arg0, float arg1)
of(ParticleType<DragonBreathParticleEffect> type, float power)
m_416679_(C_4758_<C_411228_> p_425037_, float p_428381_)