Class RenderUtils

java.lang.Object
meteordevelopment.meteorclient.utils.render.RenderUtils

public class RenderUtils extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraft.util.math.Vec3d
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    drawItem(net.minecraft.client.gui.DrawContext drawContext, net.minecraft.item.ItemStack itemStack, int x, int y, float scale, boolean overlay)
     
    static void
    drawItem(net.minecraft.client.gui.DrawContext drawContext, net.minecraft.item.ItemStack itemStack, int x, int y, float scale, boolean overlay, String countOverride)
     
    static void
     
    static void
    renderTickingBlock(net.minecraft.util.math.BlockPos blockPos, Color sideColor, Color lineColor, ShapeMode shapeMode, int excludeDir, int duration, boolean fade, boolean shrink)
     
    static void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • center

      public static net.minecraft.util.math.Vec3d center
  • Constructor Details

    • RenderUtils

      public RenderUtils()
  • Method Details

    • init

      public static void init()
    • drawItem

      public static void drawItem(net.minecraft.client.gui.DrawContext drawContext, net.minecraft.item.ItemStack itemStack, int x, int y, float scale, boolean overlay, String countOverride)
    • drawItem

      public static void drawItem(net.minecraft.client.gui.DrawContext drawContext, net.minecraft.item.ItemStack itemStack, int x, int y, float scale, boolean overlay)
    • updateScreenCenter

      public static void updateScreenCenter()
    • renderTickingBlock

      public static void renderTickingBlock(net.minecraft.util.math.BlockPos blockPos, Color sideColor, Color lineColor, ShapeMode shapeMode, int excludeDir, int duration, boolean fade, boolean shrink)