Class SceneBuilder.EffectInstructions
java.lang.Object
com.simibubi.create.foundation.ponder.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) voidrotationDirectionIndicator(net.minecraft.core.BlockPos pos) voidrotationSpeedIndicator(net.minecraft.core.BlockPos pos) voidsuperGlue(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction side, boolean fullBlock)
-
Constructor Details
-
EffectInstructions
public EffectInstructions()
-
-
Method Details
-
emitParticles
public void emitParticles(net.minecraft.world.phys.Vec3 location, EmitParticlesInstruction.Emitter emitter, float amountPerCycle, int cycles) -
superGlue
public void superGlue(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction side, boolean fullBlock) -
rotationSpeedIndicator
public void rotationSpeedIndicator(net.minecraft.core.BlockPos pos) -
rotationDirectionIndicator
public void rotationDirectionIndicator(net.minecraft.core.BlockPos pos) -
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)
-