Package net.createmod.ponder.foundation
Class PonderSceneBuilder.PonderDebugInstructions
java.lang.Object
net.createmod.ponder.foundation.PonderSceneBuilder.PonderDebugInstructions
- All Implemented Interfaces:
DebugInstructions
- Enclosing class:
- PonderSceneBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInstructionInstance(PonderInstruction instruction) voidvoidenqueueCallback(Consumer<PonderScene> callback)
-
Constructor Details
-
PonderDebugInstructions
public PonderDebugInstructions()
-
-
Method Details
-
debugSchematic
public void debugSchematic()- Specified by:
debugSchematicin interfaceDebugInstructions
-
addInstructionInstance
- Specified by:
addInstructionInstancein interfaceDebugInstructions
-
enqueueCallback
- Specified by:
enqueueCallbackin interfaceDebugInstructions
-