类 TextureSheetParticle
java.lang.Object
net.minecraft.client.particle.Particle
net.minecraft.client.particle.SingleQuadParticle
net.minecraft.client.particle.TextureSheetParticle
- 直接已知子类:
AttackSweepParticle
,BaseAshSmokeParticle
,BlockMarker
,BreakingItemParticle
,BubbleColumnUpParticle
,BubbleParticle
,BubblePopParticle
,CampfireSmokeParticle
,CritParticle
,DragonBreathParticle
,DripParticle
,DustParticleBase
,ExplodeParticle
,FallingDustParticle
,FallingLeavesParticle
,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
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.client.particle.SingleQuadParticle
SingleQuadParticle.FacingCameraMode
从类继承的嵌套类/接口 net.minecraft.client.particle.Particle
Particle.LifetimeAlpha
-
字段概要
字段从类继承的字段 net.minecraft.client.particle.SingleQuadParticle
quadSize
-
构造器概要
构造器限定符构造器说明protected
TextureSheetParticle
(ClientLevel p_108323_, double p_108324_, double p_108325_, double p_108326_) protected
TextureSheetParticle
(ClientLevel p_108328_, double p_108329_, double p_108330_, double p_108331_, double p_108332_, double p_108333_, double p_108334_) -
方法概要
修饰符和类型方法说明protected float
getU0()
protected float
getU1()
protected float
getV0()
protected float
getV1()
void
pickSprite
(SpriteSet p_108336_) protected void
setSprite
(TextureAtlasSprite p_108338_) void
setSpriteFromAge
(SpriteSet p_108340_) 从类继承的方法 net.minecraft.client.particle.SingleQuadParticle
getFacingCameraMode, getQuadSize, render, renderRotatedQuad, renderRotatedQuad, scale
从类继承的方法 net.minecraft.client.particle.Particle
getBoundingBox, getLifetime, getLightColor, getParticleGroup, getPos, getRenderType, isAlive, move, remove, renderCustom, setAlpha, setBoundingBox, setColor, setLifetime, setLocationFromBoundingbox, setParticleSpeed, setPos, setPower, setSize, shouldCull, tick, toString
-
字段详细资料
-
sprite
-
-
构造器详细资料
-
TextureSheetParticle
protected TextureSheetParticle(ClientLevel p_108323_, double p_108324_, double p_108325_, double p_108326_) -
TextureSheetParticle
protected TextureSheetParticle(ClientLevel p_108328_, double p_108329_, double p_108330_, double p_108331_, double p_108332_, double p_108333_, double p_108334_)
-
-
方法详细资料
-
setSprite
-
getU0
protected float getU0()- 指定者:
getU0
在类中SingleQuadParticle
-
getU1
protected float getU1()- 指定者:
getU1
在类中SingleQuadParticle
-
getV0
protected float getV0()- 指定者:
getV0
在类中SingleQuadParticle
-
getV1
protected float getV1()- 指定者:
getV1
在类中SingleQuadParticle
-
pickSprite
-
setSpriteFromAge
-