net.minecraft.particle

public class DragonBreathParticleEffect

implements ParticleEffect

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

Field summary

Modifier and TypeField
private final ParticleType<DragonBreathParticleEffect>
type
type
field_62761
type
private final float
power
power
field_62762
power

Constructor summary

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

Method summary

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