Class DropletEffectParticleOption
java.lang.Object
nokunami.floral_warfare.client.particles.DropletEffectParticleOption
- All Implemented Interfaces:
net.minecraft.core.particles.ParticleOptions
public class DropletEffectParticleOption
extends Object
implements net.minecraft.core.particles.ParticleOptions
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.core.particles.ParticleOptions
net.minecraft.core.particles.ParticleOptions.Deserializer<T extends net.minecraft.core.particles.ParticleOptions> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DropletEffectParticleOption>static final net.minecraft.core.particles.ParticleOptions.Deserializer<DropletEffectParticleOption> -
Constructor Summary
ConstructorsConstructorDescriptionDropletEffectParticleOption(float r, float g, float b, float powerMultiplier) DropletEffectParticleOption(float r, float g, float b, int life, float powerMultiplier) -
Method Summary
-
Field Details
-
CODEC
-
DESERIALIZER
public static final net.minecraft.core.particles.ParticleOptions.Deserializer<DropletEffectParticleOption> DESERIALIZER
-
-
Constructor Details
-
DropletEffectParticleOption
public DropletEffectParticleOption(float r, float g, float b, float powerMultiplier) -
DropletEffectParticleOption
public DropletEffectParticleOption(float r, float g, float b, int life, float powerMultiplier)
-
-
Method Details
-
getType
public net.minecraft.core.particles.ParticleType<?> getType()- Specified by:
getTypein interfacenet.minecraft.core.particles.ParticleOptions
-
writeToNetwork
public void writeToNetwork(net.minecraft.network.FriendlyByteBuf buf) - Specified by:
writeToNetworkin interfacenet.minecraft.core.particles.ParticleOptions
-
writeToString
- Specified by:
writeToStringin interfacenet.minecraft.core.particles.ParticleOptions
-
getRed
public float getRed() -
getGreen
public float getGreen() -
getBlue
public float getBlue() -
getLifeTime
public int getLifeTime() -
getPower
public float getPower()
-