Class DustParticleOptions
java.lang.Object
net.minecraft.core.particles.ScalableParticleOptionsBase
com.pixelmonmod.pixelmon.client.particle.particles.dust.DustParticleOptions
- All Implemented Interfaces:
net.minecraft.core.particles.ParticleOptions
public class DustParticleOptions
extends net.minecraft.core.particles.ScalableParticleOptionsBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<DustParticleOptions> static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, DustParticleOptions> Fields inherited from class net.minecraft.core.particles.ScalableParticleOptionsBase
MAX_SCALE, MIN_SCALE, SCALE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.joml.Vector3fgetColor()intnet.minecraft.core.particles.ParticleType<DustParticleOptions> getType()Methods inherited from class net.minecraft.core.particles.ScalableParticleOptionsBase
getScale
-
Field Details
-
CODEC
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf,DustParticleOptions> STREAM_CODEC
-
-
Constructor Details
-
DustParticleOptions
public DustParticleOptions(org.joml.Vector3f color, float scale, int lifetime)
-
-
Method Details
-
getType
-
getColor
public org.joml.Vector3f getColor() -
getLifetime
public int getLifetime()
-