Uses of Class
net.minecraft.core.particles.PowerParticleOption
Packages that use PowerParticleOption
-
Uses of PowerParticleOption in net.minecraft.client.particle
Classes in net.minecraft.client.particle that implement interfaces with type arguments of type PowerParticleOptionMethods in net.minecraft.client.particle with parameters of type PowerParticleOptionModifier and TypeMethodDescriptionDragonBreathParticle.Provider.createParticle(PowerParticleOption options, ClientLevel level, double x, double y, double z, double xAux, double yAux, double zAux, RandomSource random) -
Uses of PowerParticleOption in net.minecraft.core.particles
Fields in net.minecraft.core.particles with type parameters of type PowerParticleOptionModifier and TypeFieldDescriptionstatic final ParticleType<PowerParticleOption> ParticleTypes.DRAGON_BREATHprivate final ParticleType<PowerParticleOption> PowerParticleOption.typeMethods in net.minecraft.core.particles that return PowerParticleOptionModifier and TypeMethodDescriptionstatic PowerParticleOptionPowerParticleOption.create(ParticleType<PowerParticleOption> type, float power) Methods in net.minecraft.core.particles that return types with arguments of type PowerParticleOptionModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<PowerParticleOption> PowerParticleOption.codec(ParticleType<PowerParticleOption> type) PowerParticleOption.getType()static StreamCodec<? super io.netty.buffer.ByteBuf, PowerParticleOption> PowerParticleOption.streamCodec(ParticleType<PowerParticleOption> type) Method parameters in net.minecraft.core.particles with type arguments of type PowerParticleOptionModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<PowerParticleOption> PowerParticleOption.codec(ParticleType<PowerParticleOption> type) static PowerParticleOptionPowerParticleOption.create(ParticleType<PowerParticleOption> type, float power) static StreamCodec<? super io.netty.buffer.ByteBuf, PowerParticleOption> PowerParticleOption.streamCodec(ParticleType<PowerParticleOption> type) Constructor parameters in net.minecraft.core.particles with type arguments of type PowerParticleOptionModifierConstructorDescriptionprivatePowerParticleOption(ParticleType<PowerParticleOption> type, float power)