Package net.createmod.ponder.foundation
Class SceneBuilder.EffectInstructions
java.lang.Object
net.createmod.ponder.foundation.SceneBuilder.EffectInstructions
- Enclosing class:
- SceneBuilder
-
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
-
EffectInstructions
public EffectInstructions()
-
-
Method Details
-
emitParticles
public void emitParticles(net.minecraft.world.phys.Vec3 location, EmitParticlesInstruction.Emitter emitter, float amountPerCycle, int cycles) -
indicateRedstone
public void indicateRedstone(net.minecraft.core.BlockPos pos) -
indicateSuccess
public void indicateSuccess(net.minecraft.core.BlockPos pos) -
createRedstoneParticles
public void createRedstoneParticles(net.minecraft.core.BlockPos pos, int color, int amount)
-