Class SceneBuilder.OverlayInstructions
java.lang.Object
com.simibubi.create.foundation.ponder.SceneBuilder.OverlayInstructions
- Enclosing class:
- SceneBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchaseBoundingBoxOutline(PonderPalette color, Object slot, net.minecraft.world.phys.AABB boundingBox, int duration) voidshowCenteredScrollInput(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction side, int duration) voidshowControls(InputWindowElement element, int duration) voidshowFilterSlotInput(net.minecraft.world.phys.Vec3 location, int duration) voidshowLine(PonderPalette color, net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end, int duration) voidshowOutline(PonderPalette color, Object slot, Selection selection, int duration) voidshowRepeaterScrollInput(net.minecraft.core.BlockPos pos, int duration) voidshowScrollInput(net.minecraft.world.phys.Vec3 location, net.minecraft.core.Direction side, int duration) showSelectionWithText(Selection selection, int duration) showText(int duration)
-
Constructor Details
-
OverlayInstructions
public OverlayInstructions()
-
-
Method Details
-
showText
-
showSelectionWithText
-
showControls
-
chaseBoundingBoxOutline
public void chaseBoundingBoxOutline(PonderPalette color, Object slot, net.minecraft.world.phys.AABB boundingBox, int duration) -
showCenteredScrollInput
public void showCenteredScrollInput(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction side, int duration) -
showScrollInput
public void showScrollInput(net.minecraft.world.phys.Vec3 location, net.minecraft.core.Direction side, int duration) -
showRepeaterScrollInput
public void showRepeaterScrollInput(net.minecraft.core.BlockPos pos, int duration) -
showFilterSlotInput
public void showFilterSlotInput(net.minecraft.world.phys.Vec3 location, int duration) -
showLine
public void showLine(PonderPalette color, net.minecraft.world.phys.Vec3 start, net.minecraft.world.phys.Vec3 end, int duration) -
showOutline
-