Interface ScreenBaseAccessor

All Known Implementing Classes:
MixinScreenBase

public interface ScreenBaseAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    getMouseTooltip(int mouseX, int mouseY, List<?> extraObjectsToCheck)
     
  • Method Details

    • getMouseTooltip

      List<String> getMouseTooltip(int mouseX, int mouseY, List<?> extraObjectsToCheck)