java.lang.Object
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxRenderer

public class ValueBoxRenderer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    renderFlatItemIntoValueBox(net.minecraft.world.item.ItemStack filter, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
     
    static void
    renderItemIntoValueBox(net.minecraft.world.item.ItemStack filter, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
     

    Methods inherited from class java.lang.Object

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

    • ValueBoxRenderer

      public ValueBoxRenderer()
  • Method Details

    • renderItemIntoValueBox

      public static void renderItemIntoValueBox(net.minecraft.world.item.ItemStack filter, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
    • renderFlatItemIntoValueBox

      public static void renderFlatItemIntoValueBox(net.minecraft.world.item.ItemStack filter, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)