Package net.createmod.ponder.foundation
Class PonderSceneBuilder.PonderEffectInstructions
java.lang.Object
net.createmod.ponder.foundation.PonderSceneBuilder.PonderEffectInstructions
- All Implemented Interfaces:
EffectInstructions
- Enclosing class:
- PonderSceneBuilder
public class PonderSceneBuilder.PonderEffectInstructions
extends Object
implements EffectInstructions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateRedstoneParticles(net.minecraft.core.BlockPos pos, int color, int amount) voidemitParticles(net.minecraft.world.phys.Vec3 location, EmitParticlesInstruction.Emitter emitter, float amountPerCycle, int cycles) voidindicateRedstone(net.minecraft.core.BlockPos pos) voidindicateSuccess(net.minecraft.core.BlockPos pos)
-
Constructor Details
-
PonderEffectInstructions
public PonderEffectInstructions()
-
-
Method Details
-
emitParticles
public void emitParticles(net.minecraft.world.phys.Vec3 location, EmitParticlesInstruction.Emitter emitter, float amountPerCycle, int cycles) - Specified by:
emitParticlesin interfaceEffectInstructions
-
indicateRedstone
public void indicateRedstone(net.minecraft.core.BlockPos pos) - Specified by:
indicateRedstonein interfaceEffectInstructions
-
indicateSuccess
public void indicateSuccess(net.minecraft.core.BlockPos pos) - Specified by:
indicateSuccessin interfaceEffectInstructions
-
createRedstoneParticles
public void createRedstoneParticles(net.minecraft.core.BlockPos pos, int color, int amount) - Specified by:
createRedstoneParticlesin interfaceEffectInstructions
-