Class ScreenItemRender

java.lang.Object
com.supermartijn642.rechiseled.screen.ScreenItemRender

public class ScreenItemRender extends Object
Created 22/01/2022 by SuperMartijn642
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    drawItem(com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.world.item.Item item, double x, double y, double scale, float yaw, float pitch, boolean doShading)
    Renders a given item as a 3d model

    Methods inherited from class java.lang.Object

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

    • ScreenItemRender

      public ScreenItemRender()
  • Method Details

    • drawItem

      public static void drawItem(com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.world.item.Item item, double x, double y, double scale, float yaw, float pitch, boolean doShading)
      Renders a given item as a 3d model