Package net.minecraft.client.particle
Class SpriteBillboardParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.BillboardParticle
net.minecraft.client.particle.SpriteBillboardParticle
- Direct Known Subclasses:
- AbstractDustParticle,- AbstractSlowingParticle,- AnimatedParticle,- AscendingParticle,- BlockDustParticle,- BlockFallingDustParticle,- BlockLeakParticle,- BlockMarkerParticle,- BubbleColumnUpParticle,- BubblePopParticle,- CampfireSmokeParticle,- CloudParticle,- CrackParticle,- CurrentDownParticle,- DamageParticle,- DragonBreathParticle,- EmotionParticle,- EnchantGlyphParticle,- ExplosionLargeParticle,- ExplosionSmokeParticle,- FireworksSparkParticle.Flash,- FishingParticle,- GlowParticle,- LavaEmberParticle,- NoteParticle,- PortalParticle,- RainSplashParticle,- SculkChargeParticle,- SculkChargePopParticle,- ShriekParticle,- SnowflakeParticle,- SpellParticle,- SuspendParticle,- SweepAttackParticle,- VibrationParticle,- WaterBubbleParticle,- WaterSuspendParticle
- Mappings:
- Namespace - Name - official - eyk- intermediary - net/minecraft/class_4003- named - net/minecraft/client/particle/SpriteBillboardParticle
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.particle.BillboardParticlescaleFields inherited from class net.minecraft.client.particle.Particleage, alpha, angle, blue, collidesWithWorld, dead, field_28787, gravityStrength, green, maxAge, onGround, prevAngle, prevPosX, prevPosY, prevPosZ, random, red, spacingXZ, spacingY, velocityMultiplier, velocityX, velocityY, velocityZ, world, x, y, z
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedSpriteBillboardParticle(ClientWorld world, double x, double y, double z) protectedSpriteBillboardParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected floatgetMaxU()protected floatgetMaxV()protected floatgetMinU()protected floatgetMinV()voidsetSprite(SpriteProvider spriteProvider) protected voidvoidsetSpriteForAge(SpriteProvider spriteProvider) Methods inherited from class net.minecraft.client.particle.BillboardParticlebuildGeometry, getSize, scaleMethods inherited from class net.minecraft.client.particle.ParticlegetBoundingBox, getBrightness, getGroup, getMaxAge, getType, isAlive, markDead, move, move, repositionFromBoundingBox, setAlpha, setBoundingBox, setBoundingBoxSpacing, setColor, setMaxAge, setPos, setVelocity, tick, toString
- 
Field Details- 
sprite- Mappings:
- Namespace - Name - Mixin selector - official - E- Leyk;E:Lfke;- intermediary - field_17886- Lnet/minecraft/class_4003;field_17886:Lnet/minecraft/class_1058;- named - sprite- Lnet/minecraft/client/particle/SpriteBillboardParticle;sprite:Lnet/minecraft/client/texture/Sprite;
 
 
- 
- 
Constructor Details- 
SpriteBillboardParticle- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lexk;<init>(Leuv;DDD)V- intermediary - <init>- Lnet/minecraft/class_703;<init>(Lnet/minecraft/class_638;DDD)V- named - <init>- Lnet/minecraft/client/particle/Particle;<init>(Lnet/minecraft/client/world/ClientWorld;DDD)V
 
- 
SpriteBillboardParticleprotected SpriteBillboardParticle(ClientWorld world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lexk;<init>(Leuv;DDDDDD)V- intermediary - <init>- Lnet/minecraft/class_703;<init>(Lnet/minecraft/class_638;DDDDDD)V- named - <init>- Lnet/minecraft/client/particle/Particle;<init>(Lnet/minecraft/client/world/ClientWorld;DDDDDD)V
 
 
- 
- 
Method Details- 
setSprite- Mappings:
- Namespace - Name - Mixin selector - official - a- Leyk;a(Lfke;)V- intermediary - method_18141- Lnet/minecraft/class_4003;method_18141(Lnet/minecraft/class_1058;)V- named - setSprite- Lnet/minecraft/client/particle/SpriteBillboardParticle;setSprite(Lnet/minecraft/client/texture/Sprite;)V
 
- 
getMinUprotected float getMinU()- Specified by:
- getMinUin class- BillboardParticle
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lexx;c()F- intermediary - method_18133- Lnet/minecraft/class_3940;method_18133()F- named - getMinU- Lnet/minecraft/client/particle/BillboardParticle;getMinU()F
 
- 
getMaxUprotected float getMaxU()- Specified by:
- getMaxUin class- BillboardParticle
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lexx;d()F- intermediary - method_18134- Lnet/minecraft/class_3940;method_18134()F- named - getMaxU- Lnet/minecraft/client/particle/BillboardParticle;getMaxU()F
 
- 
getMinVprotected float getMinV()- Specified by:
- getMinVin class- BillboardParticle
- Mappings:
- Namespace - Name - Mixin selector - official - e- Lexx;e()F- intermediary - method_18135- Lnet/minecraft/class_3940;method_18135()F- named - getMinV- Lnet/minecraft/client/particle/BillboardParticle;getMinV()F
 
- 
getMaxVprotected float getMaxV()- Specified by:
- getMaxVin class- BillboardParticle
- Mappings:
- Namespace - Name - Mixin selector - official - f- Lexx;f()F- intermediary - method_18136- Lnet/minecraft/class_3940;method_18136()F- named - getMaxV- Lnet/minecraft/client/particle/BillboardParticle;getMaxV()F
 
- 
setSprite- Mappings:
- Namespace - Name - Mixin selector - official - a- Leyk;a(Leyf;)V- intermediary - method_18140- Lnet/minecraft/class_4003;method_18140(Lnet/minecraft/class_4002;)V- named - setSprite- Lnet/minecraft/client/particle/SpriteBillboardParticle;setSprite(Lnet/minecraft/client/particle/SpriteProvider;)V
 
- 
setSpriteForAge- Mappings:
- Namespace - Name - Mixin selector - official - b- Leyk;b(Leyf;)V- intermediary - method_18142- Lnet/minecraft/class_4003;method_18142(Lnet/minecraft/class_4002;)V- named - setSpriteForAge- Lnet/minecraft/client/particle/SpriteBillboardParticle;setSpriteForAge(Lnet/minecraft/client/particle/SpriteProvider;)V
 
 
-