public class SceneBuilder.OverlayInstructions
extends java.lang.Object
| Constructor and Description |
|---|
OverlayInstructions() |
| Modifier and Type | Method and Description |
|---|---|
void |
chaseBoundingBoxOutline(PonderPalette color,
java.lang.Object slot,
net.minecraft.util.math.AxisAlignedBB boundingBox,
int duration) |
void |
showCenteredScrollInput(net.minecraft.util.math.BlockPos pos,
net.minecraft.util.Direction side,
int duration) |
void |
showControls(InputWindowElement element,
int duration) |
void |
showFilterSlotInput(net.minecraft.util.math.vector.Vector3d location,
int duration) |
void |
showLine(PonderPalette color,
net.minecraft.util.math.vector.Vector3d start,
net.minecraft.util.math.vector.Vector3d end,
int duration) |
void |
showOutline(PonderPalette color,
java.lang.Object slot,
Selection selection,
int duration) |
void |
showRepeaterScrollInput(net.minecraft.util.math.BlockPos pos,
int duration) |
void |
showScrollInput(net.minecraft.util.math.vector.Vector3d location,
net.minecraft.util.Direction side,
int duration) |
TextWindowElement.Builder |
showSelectionWithText(Selection selection,
int duration) |
TextWindowElement.Builder |
showText(int duration) |
public TextWindowElement.Builder showText(int duration)
public TextWindowElement.Builder showSelectionWithText(Selection selection, int duration)
public void showControls(InputWindowElement element, int duration)
public void chaseBoundingBoxOutline(PonderPalette color, java.lang.Object slot, net.minecraft.util.math.AxisAlignedBB boundingBox, int duration)
public void showCenteredScrollInput(net.minecraft.util.math.BlockPos pos,
net.minecraft.util.Direction side,
int duration)
public void showScrollInput(net.minecraft.util.math.vector.Vector3d location,
net.minecraft.util.Direction side,
int duration)
public void showRepeaterScrollInput(net.minecraft.util.math.BlockPos pos,
int duration)
public void showFilterSlotInput(net.minecraft.util.math.vector.Vector3d location,
int duration)
public void showLine(PonderPalette color, net.minecraft.util.math.vector.Vector3d start, net.minecraft.util.math.vector.Vector3d end, int duration)
public void showOutline(PonderPalette color, java.lang.Object slot, Selection selection, int duration)