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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    rotationDirectionIndicator(net.minecraft.core.BlockPos pos)
     
    void
    rotationSpeedIndicator(net.minecraft.core.BlockPos pos)
     
    void
    superGlue(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)