public class GhostIngredientDragManager
extends java.lang.Object
Constructor and Description |
---|
GhostIngredientDragManager(IGhostIngredientDragSource source,
GuiScreenHelper guiScreenHelper,
IngredientManager ingredientManager,
IWorldConfig worldConfig) |
Modifier and Type | Method and Description |
---|---|
void |
drawOnForeground(net.minecraft.client.Minecraft minecraft,
com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY) |
void |
drawTooltips(net.minecraft.client.Minecraft minecraft,
com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY) |
IMouseDragHandler |
getMouseDragHandler() |
void |
stopDrag() |
public GhostIngredientDragManager(IGhostIngredientDragSource source, GuiScreenHelper guiScreenHelper, IngredientManager ingredientManager, IWorldConfig worldConfig)
public void drawTooltips(net.minecraft.client.Minecraft minecraft, com.mojang.blaze3d.matrix.MatrixStack matrixStack, int mouseX, int mouseY)
public void drawOnForeground(net.minecraft.client.Minecraft minecraft, com.mojang.blaze3d.matrix.MatrixStack matrixStack, int mouseX, int mouseY)
public void stopDrag()
public IMouseDragHandler getMouseDragHandler()