java.lang.Object
com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
All Implemented Interfaces:
net.minecraft.core.particles.ParticleOptions

public class YellowMagicParticleData extends Object implements net.minecraft.core.particles.ParticleOptions
  • Field Details

  • Constructor Details

    • YellowMagicParticleData

      public YellowMagicParticleData(Color tint, double diameter, int lifetime)
    • YellowMagicParticleData

      public YellowMagicParticleData(int tintRGB, double diameter, int lifetime)
  • Method Details

    • getTint

      public Color getTint()
    • getDiameter

      public double getDiameter()
    • getLifetime

      public int getLifetime()
    • getType

      @Nonnull public net.minecraft.core.particles.ParticleType<YellowMagicParticleData> getType()
      Specified by:
      getType in interface net.minecraft.core.particles.ParticleOptions
    • writeToNetwork

      public void writeToNetwork(net.minecraft.network.FriendlyByteBuf buf)
      Specified by:
      writeToNetwork in interface net.minecraft.core.particles.ParticleOptions
    • writeToString

      @Nonnull public String writeToString()
      Specified by:
      writeToString in interface net.minecraft.core.particles.ParticleOptions