Class FluidContainerRenderer
java.lang.Object
net.tearpelato.deco_lib.api.fluid.renderer.FluidContainerRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.phys.AABBcreateRotatedBox(net.minecraft.core.Direction dir, double minX, double minY, double minZ, double maxX, double maxY, double maxZ) static voiddrawContainer(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)
-
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)
-