Package emi.dev.emi.emi.registry
Class EmiDragDropHandlers
java.lang.Object
emi.dev.emi.emi.registry.EmiDragDropHandlers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Map<Class<?>,List<EmiDragDropHandler<?>>> static List<EmiDragDropHandler<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear()static booleandropStack(GuiScreen screen, EmiIngredient stack, int x, int y) static voidrender(GuiScreen screen, EmiIngredient stack, DrawContext draw, int mouseX, int mouseY, float delta)
-
Field Details
-
fromClass
-
generic
-
-
Constructor Details
-
EmiDragDropHandlers
public EmiDragDropHandlers()
-
-
Method Details
-
clear
public static void clear() -
render
public static void render(GuiScreen screen, EmiIngredient stack, DrawContext draw, int mouseX, int mouseY, float delta) -
dropStack
-