Class ParticleDropColoredData

java.lang.Object
org.cyclops.cyclopscore.client.particle.ParticleDropColoredData
All Implemented Interfaces:
net.minecraft.core.particles.ParticleOptions

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

  • Constructor Details

    • ParticleDropColoredData

      public ParticleDropColoredData(float red, float green, float blue)
  • Method Details

    • getType

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

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

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

      public float getRed()
    • getGreen

      public float getGreen()
    • getBlue

      public float getBlue()