Package codechicken.lib.gui.modular.lib
Class CursorHelper
java.lang.Object
codechicken.lib.gui.modular.lib.CursorHelper
Created by brandon3055 on 11/5/20.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceLocationstatic final org.apache.logging.log4j.Loggerstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidsetCursor(@Nullable net.minecraft.resources.ResourceLocation cursor)
-
Field Details
-
LOGGER
public static final org.apache.logging.log4j.Logger LOGGER -
DRAG
public static final net.minecraft.resources.ResourceLocation DRAG -
RESIZE_H
public static final net.minecraft.resources.ResourceLocation RESIZE_H -
RESIZE_V
public static final net.minecraft.resources.ResourceLocation RESIZE_V -
RESIZE_TRBL
public static final net.minecraft.resources.ResourceLocation RESIZE_TRBL -
RESIZE_TLBR
public static final net.minecraft.resources.ResourceLocation RESIZE_TLBR
-
-
Constructor Details
-
CursorHelper
public CursorHelper()
-
-
Method Details
-
setCursor
public static void setCursor(@Nullable @Nullable net.minecraft.resources.ResourceLocation cursor) -
resetCursor
public static void resetCursor() -
onResourceReload
public static void onResourceReload()
-