java.lang.Object
com.refinedmods.refinedstorage.common.support.render.CubeBuilder

public final class CubeBuilder extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    putCube(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer builder, float x1, float y1, float z1, float x2, float y2, float z2, int r, int g, int b, int a, net.minecraft.core.Direction exclude)
     

    Methods inherited from class java.lang.Object

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

    • putCube

      public static void putCube(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer builder, float x1, float y1, float z1, float x2, float y2, float z2, int r, int g, int b, int a, net.minecraft.core.Direction exclude)