Package net.minecraft.particle
Class AbstractDustParticleEffect
java.lang.Object
net.minecraft.particle.AbstractDustParticleEffect
- All Implemented Interfaces:
ParticleEffect
- Direct Known Subclasses:
DustColorTransitionParticleEffect,DustParticleEffect
public abstract class AbstractDustParticleEffect extends Object implements ParticleEffect
- Mappings:
Namespace Name official hhintermediary net/minecraft/class_5744named net/minecraft/particle/AbstractDustParticleEffect
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.particle.ParticleEffect
ParticleEffect.Factory<T extends ParticleEffect> -
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractDustParticleEffect(Vec3f vec3f, float scale) -
Method Summary
Modifier and Type Method Description StringasString()Vec3fgetColor()floatgetScale()static Vec3fmethod_33466(PacketByteBuf packetByteBuf)static Vec3freadColor(com.mojang.brigadier.StringReader stringReader)voidwrite(PacketByteBuf buf)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.particle.ParticleEffect
getType
-
Field Details
-
color
- Mappings:
Namespace Name Mixin selector official eLhh;e:Lg;intermediary field_28273Lnet/minecraft/class_5744;field_28273:Lnet/minecraft/class_1160;named colorLnet/minecraft/particle/AbstractDustParticleEffect;color:Lnet/minecraft/util/math/Vec3f;
-
scale
protected final float scale- Mappings:
Namespace Name Mixin selector official fLhh;f:Fintermediary field_28274Lnet/minecraft/class_5744;field_28274:Fnamed scaleLnet/minecraft/particle/AbstractDustParticleEffect;scale:F
-
-
Constructor Details
-
AbstractDustParticleEffect
- Mappings:
Namespace Name Mixin selector official <init>Lhh;<init>(Lg;F)Vintermediary <init>Lnet/minecraft/class_5744;<init>(Lnet/minecraft/class_1160;F)Vnamed <init>Lnet/minecraft/particle/AbstractDustParticleEffect;<init>(Lnet/minecraft/util/math/Vec3f;F)V
-
-
Method Details
-
readColor
public static Vec3f readColor(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLhh;a(Lcom/mojang/brigadier/StringReader;)Lg;intermediary method_33118Lnet/minecraft/class_5744;method_33118(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_1160;named readColorLnet/minecraft/particle/AbstractDustParticleEffect;readColor(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/util/math/Vec3f;
-
method_33466
- Mappings:
Namespace Name Mixin selector official bLhh;b(Lnw;)Lg;intermediary method_33466Lnet/minecraft/class_5744;method_33466(Lnet/minecraft/class_2540;)Lnet/minecraft/class_1160;named method_33466Lnet/minecraft/particle/AbstractDustParticleEffect;method_33466(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/util/math/Vec3f;
-
write
- Specified by:
writein interfaceParticleEffect- Mappings:
Namespace Name Mixin selector official aLhj;a(Lnw;)Vintermediary method_10294Lnet/minecraft/class_2394;method_10294(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/particle/ParticleEffect;write(Lnet/minecraft/network/PacketByteBuf;)V
-
asString
- Specified by:
asStringin interfaceParticleEffect- Mappings:
Namespace Name Mixin selector official aLhj;a()Ljava/lang/String;intermediary method_10293Lnet/minecraft/class_2394;method_10293()Ljava/lang/String;named asStringLnet/minecraft/particle/ParticleEffect;asString()Ljava/lang/String;
-
getColor
- Mappings:
Namespace Name Mixin selector official eLhh;e()Lg;intermediary method_33119Lnet/minecraft/class_5744;method_33119()Lnet/minecraft/class_1160;named getColorLnet/minecraft/particle/AbstractDustParticleEffect;getColor()Lnet/minecraft/util/math/Vec3f;
-
getScale
- Mappings:
Namespace Name Mixin selector official fLhh;f()Fintermediary method_33120Lnet/minecraft/class_5744;method_33120()Fnamed getScaleLnet/minecraft/particle/AbstractDustParticleEffect;getScale()F
-