Interface HudLayer


public interface HudLayer
  • Method Details

    • id

      net.minecraft.resources.Identifier id()
    • element

      HudElement element(HudElement vanillaElement)
    • isRemoved

      boolean isRemoved()
    • ofVanilla

      static HudLayer ofVanilla(net.minecraft.resources.Identifier id)
    • ofElement

      static HudLayer ofElement(net.minecraft.resources.Identifier id, HudElement element)
    • of

      static HudLayer of(net.minecraft.resources.Identifier id, Function<HudElement, HudElement> operator, boolean isRemoved)