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 hh
intermediary net/minecraft/class_5744
named 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 String
asString()
Vec3f
getColor()
float
getScale()
static Vec3f
method_33466(PacketByteBuf packetByteBuf)
static Vec3f
readColor(com.mojang.brigadier.StringReader stringReader)
void
write(PacketByteBuf buf)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.particle.ParticleEffect
getType
-
Field Details
-
color
- Mappings:
Namespace Name Mixin selector official e
Lhh;e:Lg;
intermediary field_28273
Lnet/minecraft/class_5744;field_28273:Lnet/minecraft/class_1160;
named color
Lnet/minecraft/particle/AbstractDustParticleEffect;color:Lnet/minecraft/util/math/Vec3f;
-
scale
protected final float scale- Mappings:
Namespace Name Mixin selector official f
Lhh;f:F
intermediary field_28274
Lnet/minecraft/class_5744;field_28274:F
named scale
Lnet/minecraft/particle/AbstractDustParticleEffect;scale:F
-
-
Constructor Details
-
AbstractDustParticleEffect
- Mappings:
Namespace Name Mixin selector official <init>
Lhh;<init>(Lg;F)V
intermediary <init>
Lnet/minecraft/class_5744;<init>(Lnet/minecraft/class_1160;F)V
named <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 a
Lhh;a(Lcom/mojang/brigadier/StringReader;)Lg;
intermediary method_33118
Lnet/minecraft/class_5744;method_33118(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_1160;
named readColor
Lnet/minecraft/particle/AbstractDustParticleEffect;readColor(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/util/math/Vec3f;
-
method_33466
- Mappings:
Namespace Name Mixin selector official b
Lhh;b(Lnw;)Lg;
intermediary method_33466
Lnet/minecraft/class_5744;method_33466(Lnet/minecraft/class_2540;)Lnet/minecraft/class_1160;
named method_33466
Lnet/minecraft/particle/AbstractDustParticleEffect;method_33466(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/util/math/Vec3f;
-
write
- Specified by:
write
in interfaceParticleEffect
- Mappings:
Namespace Name Mixin selector official a
Lhj;a(Lnw;)V
intermediary method_10294
Lnet/minecraft/class_2394;method_10294(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/particle/ParticleEffect;write(Lnet/minecraft/network/PacketByteBuf;)V
-
asString
- Specified by:
asString
in interfaceParticleEffect
- Mappings:
Namespace Name Mixin selector official a
Lhj;a()Ljava/lang/String;
intermediary method_10293
Lnet/minecraft/class_2394;method_10293()Ljava/lang/String;
named asString
Lnet/minecraft/particle/ParticleEffect;asString()Ljava/lang/String;
-
getColor
- Mappings:
Namespace Name Mixin selector official e
Lhh;e()Lg;
intermediary method_33119
Lnet/minecraft/class_5744;method_33119()Lnet/minecraft/class_1160;
named getColor
Lnet/minecraft/particle/AbstractDustParticleEffect;getColor()Lnet/minecraft/util/math/Vec3f;
-
getScale
- Mappings:
Namespace Name Mixin selector official f
Lhh;f()F
intermediary method_33120
Lnet/minecraft/class_5744;method_33120()F
named getScale
Lnet/minecraft/particle/AbstractDustParticleEffect;getScale()F
-