public class PonderTooltipHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HOLD_TO_PONDER |
static java.lang.String |
SUBJECT |
| Constructor and Description |
|---|
PonderTooltipHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToTooltip(java.util.List<net.minecraft.util.text.ITextComponent> toolTip,
net.minecraft.item.ItemStack stack) |
static void |
deferredTick() |
static void |
handleTooltipColor(net.minecraftforge.client.event.RenderTooltipEvent.Color event) |
protected static net.minecraft.client.settings.KeyBinding |
ponderKeybind() |
static void |
tick() |
protected static void |
updateHovered(net.minecraft.item.ItemStack stack) |
public static final java.lang.String HOLD_TO_PONDER
public static final java.lang.String SUBJECT
public static void tick()
public static void deferredTick()
public static void addToTooltip(java.util.List<net.minecraft.util.text.ITextComponent> toolTip,
net.minecraft.item.ItemStack stack)
protected static void updateHovered(net.minecraft.item.ItemStack stack)
public static void handleTooltipColor(net.minecraftforge.client.event.RenderTooltipEvent.Color event)
protected static net.minecraft.client.settings.KeyBinding ponderKeybind()