Class CursorHelper

java.lang.Object
codechicken.lib.gui.modular.lib.CursorHelper

public class CursorHelper extends Object
Created by brandon3055 on 11/5/20.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
    static final org.apache.logging.log4j.Logger
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    static void
     
    static void
    setCursor(@Nullable net.minecraft.resources.ResourceLocation cursor)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()