Class HudRenderer
java.lang.Object
meteordevelopment.meteorclient.systems.hud.HudRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoublenet.minecraft.client.gui.DrawContextstatic final HudRenderer -
Method Summary
Modifier and TypeMethodDescriptionvoidbegin(net.minecraft.client.gui.DrawContext drawContext) voidend()voiditem(net.minecraft.item.ItemStack itemStack, int x, int y, float scale, boolean overlay) voiditem(net.minecraft.item.ItemStack itemStack, int x, int y, float scale, boolean overlay, String countOverlay) voidvoidvoidvoidquad(double x, double y, double width, double height, Color cTopLeft, Color cTopRight, Color cBottomRight, Color cBottomLeft) doubledoubledoubledoubletextHeight(boolean shadow) doubletextHeight(boolean shadow, double scale) voidtexture(net.minecraft.util.Identifier id, double x, double y, double width, double height, Color color) doubledoubledoubledoublevoid
-
Field Details
-
INSTANCE
-
drawContext
public net.minecraft.client.gui.DrawContext drawContext -
delta
public double delta
-
-
Method Details
-
begin
public void begin(net.minecraft.client.gui.DrawContext drawContext) -
end
public void end() -
line
-
quad
-
quad
-
triangle
-
texture
public void texture(net.minecraft.util.Identifier id, double x, double y, double width, double height, Color color) -
text
-
text
-
textWidth
-
textWidth
-
textWidth
-
textWidth
-
textHeight
public double textHeight(boolean shadow, double scale) -
textHeight
public double textHeight(boolean shadow) -
textHeight
public double textHeight() -
post
-
item
public void item(net.minecraft.item.ItemStack itemStack, int x, int y, float scale, boolean overlay, String countOverlay) -
item
public void item(net.minecraft.item.ItemStack itemStack, int x, int y, float scale, boolean overlay)
-