Class SingleQuadParticle

java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
Direct Known Subclasses:
AttackSweepParticle, BaseAshSmokeParticle, BlockMarker, BreakingItemParticle, BubbleColumnUpParticle, BubbleParticle, BubblePopParticle, CampfireSmokeParticle, CritParticle, DragonBreathParticle, DripParticle, DustParticleBase, ExplodeParticle, FallingDustParticle, FallingLeavesParticle, FireflyParticle, FireworkParticles.OverlayParticle, FlyStraightTowardsParticle, FlyTowardsPositionParticle, GlowParticle, GustParticle, HeartParticle, HugeExplosionParticle, LavaParticle, NoteParticle, PlayerCloudParticle, PortalParticle, RisingParticle, SculkChargeParticle, SculkChargePopParticle, ShriekParticle, SimpleAnimatedParticle, SnowflakeParticle, SpellParticle, SuspendedParticle, SuspendedTownParticle, TerrainParticle, TrailParticle, TrialSpawnerDetectionParticle, VibrationSignalParticle, WakeParticle, WaterCurrentDownParticle, WaterDropParticle

public abstract class SingleQuadParticle extends Particle
  • Field Details

    • quadSize

      protected float quadSize
    • rCol

      protected float rCol
    • gCol

      protected float gCol
    • bCol

      protected float bCol
    • alpha

      protected float alpha
    • roll

      protected float roll
    • oRoll

      protected float oRoll
    • sprite

      protected TextureAtlasSprite sprite
  • Constructor Details

    • SingleQuadParticle

      public SingleQuadParticle(ClientLevel pLevel, double pX, double pY, double pZ, TextureAtlasSprite pSprite)
    • SingleQuadParticle

      public SingleQuadParticle(ClientLevel pLevel, double pX, double pY, double pZ, double pXSpeed, double pYSpeed, double pZSpeed, TextureAtlasSprite pSprite)
  • Method Details