Class YellowMagicParticleData
java.lang.Object
com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- All Implemented Interfaces:
net.minecraft.core.particles.ParticleOptions
public class YellowMagicParticleData
extends Object
implements net.minecraft.core.particles.ParticleOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<YellowMagicParticleData> -
Constructor Summary
ConstructorsConstructorDescriptionYellowMagicParticleData
(int tintRGB, double diameter, int lifetime) YellowMagicParticleData
(Color tint, double diameter, int lifetime) -
Method Summary
Modifier and TypeMethodDescriptiondouble
int
getTint()
net.minecraft.core.particles.ParticleType
<YellowMagicParticleData> getType()
-
Field Details
-
CODEC
-
-
Constructor Details
-
YellowMagicParticleData
-
YellowMagicParticleData
public YellowMagicParticleData(int tintRGB, double diameter, int lifetime)
-
-
Method Details
-
getTint
-
getDiameter
public double getDiameter() -
getLifetime
public int getLifetime() -
getType
- Specified by:
getType
in interfacenet.minecraft.core.particles.ParticleOptions
-