Class PonderTooltipHandler
java.lang.Object
com.simibubi.create.foundation.ponder.PonderTooltipHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddToTooltip(List<net.minecraft.network.chat.Component> toolTip, net.minecraft.world.item.ItemStack stack) static voidstatic voidhandleTooltipColor(net.minecraftforge.client.event.RenderTooltipEvent.Color event) protected static net.minecraft.client.KeyMappingstatic voidtick()protected static voidupdateHovered(net.minecraft.world.item.ItemStack stack)
-
Field Details
-
enable
public static boolean enable -
HOLD_TO_PONDER
- See Also:
-
SUBJECT
- See Also:
-
-
Constructor Details
-
PonderTooltipHandler
public PonderTooltipHandler()
-
-
Method Details
-
tick
public static void tick() -
deferredTick
public static void deferredTick() -
addToTooltip
public static void addToTooltip(List<net.minecraft.network.chat.Component> toolTip, net.minecraft.world.item.ItemStack stack) -
updateHovered
protected static void updateHovered(net.minecraft.world.item.ItemStack stack) -
handleTooltipColor
public static void handleTooltipColor(net.minecraftforge.client.event.RenderTooltipEvent.Color event) -
ponderKeybind
protected static net.minecraft.client.KeyMapping ponderKeybind()
-