Class Aspects.Write.Effect
java.lang.Object
org.cyclops.integrateddynamics.part.aspect.Aspects.Write.Effect
- Enclosing class:
Aspects.Write
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateForParticle(net.minecraft.core.particles.ParticleOptions particle) createForParticleColor(net.minecraft.core.particles.ParticleType<net.minecraft.core.particles.ColorParticleOption> type) createForParticlePower(net.minecraft.core.particles.ParticleType<net.minecraft.core.particles.PowerParticleOption> type) createForParticleSpell(net.minecraft.core.particles.ParticleType<net.minecraft.core.particles.SpellParticleOption> type)
-
Constructor Details
-
Effect
public Effect()
-
-
Method Details
-
createForParticleSpell
public static IAspectWrite<ValueTypeDouble.ValueDouble,ValueTypeDouble> createForParticleSpell(net.minecraft.core.particles.ParticleType<net.minecraft.core.particles.SpellParticleOption> type) -
createForParticlePower
public static IAspectWrite<ValueTypeDouble.ValueDouble,ValueTypeDouble> createForParticlePower(net.minecraft.core.particles.ParticleType<net.minecraft.core.particles.PowerParticleOption> type) -
createForParticleColor
public static IAspectWrite<ValueTypeDouble.ValueDouble,ValueTypeDouble> createForParticleColor(net.minecraft.core.particles.ParticleType<net.minecraft.core.particles.ColorParticleOption> type) -
createForParticle
public static IAspectWrite<ValueTypeDouble.ValueDouble,ValueTypeDouble> createForParticle(net.minecraft.core.particles.ParticleOptions particle)
-