Interface CottonScreenImpl

All Known Implementing Classes:
CottonClientScreen, CottonInventoryScreen

@Environment(CLIENT) public interface CottonScreenImpl
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable WWidget
     
    void
    renderTextHover​(net.minecraft.client.util.math.MatrixStack matrices, @Nullable net.minecraft.text.Style textStyle, int x, int y)
     
    void
    setLastResponder​(@Nullable WWidget lastResponder)
     
  • Method Details

    • getLastResponder

      @Nullable @Nullable WWidget getLastResponder()
    • setLastResponder

      void setLastResponder(@Nullable @Nullable WWidget lastResponder)
    • renderTextHover

      void renderTextHover(net.minecraft.client.util.math.MatrixStack matrices, @Nullable @Nullable net.minecraft.text.Style textStyle, int x, int y)