Class TankRenderInfo

java.lang.Object
me.desht.pneumaticcraft.client.render.fluid.TankRenderInfo

public class TankRenderInfo extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    TankRenderInfo(net.minecraftforge.fluids.FluidStack stack, int capacity, net.minecraft.world.phys.AABB bounds, net.minecraft.core.Direction... renderFaces)
     
    TankRenderInfo(net.minecraftforge.fluids.IFluidTank tank, net.minecraft.world.phys.AABB bounds, net.minecraft.core.Direction... renderFaces)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.phys.AABB
     
     
    net.minecraftforge.fluids.IFluidTank
     
    boolean
    shouldRender(net.minecraft.core.Direction face)
     
    without(net.minecraft.core.Direction face)
     

    Methods inherited from class java.lang.Object

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

    • TankRenderInfo

      public TankRenderInfo(net.minecraftforge.fluids.FluidStack stack, int capacity, net.minecraft.world.phys.AABB bounds, net.minecraft.core.Direction... renderFaces)
    • TankRenderInfo

      public TankRenderInfo(net.minecraftforge.fluids.IFluidTank tank, net.minecraft.world.phys.AABB bounds, net.minecraft.core.Direction... renderFaces)
  • Method Details

    • without

      public TankRenderInfo without(net.minecraft.core.Direction face)
    • shouldRender

      public boolean shouldRender(net.minecraft.core.Direction face)
    • getTank

      public net.minecraftforge.fluids.IFluidTank getTank()
    • getBounds

      public net.minecraft.world.phys.AABB getBounds()
    • getFaces

      public BitSet getFaces()