Class CreateSceneBuilder.EffectInstructions
java.lang.Object
net.createmod.ponder.foundation.PonderSceneBuilder.PonderEffectInstructions
com.simibubi.create.foundation.ponder.CreateSceneBuilder.EffectInstructions
- All Implemented Interfaces:
net.createmod.ponder.api.scene.EffectInstructions
- Enclosing class:
CreateSceneBuilder
public class CreateSceneBuilder.EffectInstructions
extends net.createmod.ponder.foundation.PonderSceneBuilder.PonderEffectInstructions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrotationDirectionIndicator(net.minecraft.core.BlockPos pos) voidrotationSpeedIndicator(net.minecraft.core.BlockPos pos) voidsuperGlue(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction side, boolean fullBlock) Methods inherited from class net.createmod.ponder.foundation.PonderSceneBuilder.PonderEffectInstructions
createRedstoneParticles, emitParticles, indicateRedstone, indicateSuccess, particleEmitterWithinBlockSpace, simpleParticleEmitter
-
Constructor Details
-
EffectInstructions
public EffectInstructions()
-
-
Method Details
-
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)
-