Class TankRenderInfo
java.lang.Object
me.desht.pneumaticcraft.client.render.fluid.TankRenderInfo
-
Constructor Summary
ConstructorsConstructorDescriptionTankRenderInfo(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 TypeMethodDescriptionnet.minecraft.world.phys.AABBgetFaces()net.minecraftforge.fluids.IFluidTankgetTank()booleanshouldRender(net.minecraft.core.Direction face) without(net.minecraft.core.Direction face)
-
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
-
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
-