Interface HudLayer
public interface HudLayer
-
Method Summary
Modifier and TypeMethodDescriptionelement(HudElement vanillaElement) net.minecraft.resources.Identifierid()booleanstatic HudLayerof(net.minecraft.resources.Identifier id, Function<HudElement, HudElement> operator, boolean isRemoved) static HudLayerofElement(net.minecraft.resources.Identifier id, HudElement element) static HudLayerofVanilla(net.minecraft.resources.Identifier id)
-
Method Details
-
id
net.minecraft.resources.Identifier id() -
element
-
isRemoved
boolean isRemoved() -
ofVanilla
-
ofElement
-
of
static HudLayer of(net.minecraft.resources.Identifier id, Function<HudElement, HudElement> operator, boolean isRemoved)
-