Class FluidContainerRenderer

java.lang.Object
net.tearpelato.deco_lib.api.fluid.renderer.FluidContainerRenderer

public class FluidContainerRenderer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.phys.AABB
    createRotatedBox(net.minecraft.core.Direction dir, double minX, double minY, double minZ, double maxX, double maxY, double maxZ)
     
    static void
    drawContainer(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, FluidContainerBlockEntity be, net.minecraft.world.phys.AABB box, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buf, int light)
     

    Methods inherited from class java.lang.Object

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

    • FluidContainerRenderer

      public FluidContainerRenderer()
  • Method Details

    • drawContainer

      public static void drawContainer(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, FluidContainerBlockEntity be, net.minecraft.world.phys.AABB box, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buf, int light)
    • createRotatedBox

      public static net.minecraft.world.phys.AABB createRotatedBox(net.minecraft.core.Direction dir, double minX, double minY, double minZ, double maxX, double maxY, double maxZ)