Package net.minecraft
Class class_5744
java.lang.Object
net.minecraft.class_5744
- All Implemented Interfaces:
ParticleEffect
- Direct Known Subclasses:
class_5743,DustParticleEffect
public abstract class class_5744 extends Object implements ParticleEffect
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.particle.ParticleEffect
ParticleEffect.Factory<T extends ParticleEffect> -
Field Summary
Fields Modifier and Type Field Description protected Vec3dfield_28273protected floatfield_28274 -
Constructor Summary
Constructors Constructor Description class_5744(Vec3d vec3d, float float2) -
Method Summary
Modifier and Type Method Description StringasString()static Vec3dmethod_33118(com.mojang.brigadier.StringReader stringReader)Vec3dmethod_33119()floatmethod_33120()voidwrite(PacketByteBuf packetByteBuf)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
-
field_28273
-
field_28274
protected final float field_28274
-
-
Constructor Details
-
class_5744
-
-
Method Details
-
method_33118
public static Vec3d method_33118(com.mojang.brigadier.StringReader stringReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
write
- Specified by:
writein interfaceParticleEffect
-
asString
- Specified by:
asStringin interfaceParticleEffect
-
method_33119
-
method_33120
@Environment(CLIENT) public float method_33120()
-