net.minecraft.core.particles

public class PowerParticleOption

implements ParticleOptions

lz
net.minecraft.core.particles.PowerParticleOption
net.minecraft.class_11978
net.minecraft.particle.DragonBreathParticleEffect

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
public static com.mojang.serialization.MapCodec<PowerParticleOption>
a(lx<lz> arg0)
codec(ParticleType<PowerParticleOption> arg0)
method_74409(class_2396<class_11978> arg0)
createCodec(ParticleType<DragonBreathParticleEffect> type)
public static StreamCodec<? super io.netty.buffer.ByteBuf, PowerParticleOption>
b(lx<lz> arg0)
streamCodec(ParticleType<PowerParticleOption> arg0)
method_74414(class_2396<class_11978> arg0)
createPacketCodec(ParticleType<DragonBreathParticleEffect> type)
public ParticleType<PowerParticleOption>
a()
getType()
method_10295()
getType()
public float
b()
getPower()
method_74413()
getPower()
public static PowerParticleOption
a(lx<lz> arg0, float arg1)
create(ParticleType<PowerParticleOption> arg0, float arg1)
method_74410(class_2396<class_11978> arg0, float arg1)
of(ParticleType<DragonBreathParticleEffect> type, float power)