Class BlockEntityRenderHelper
java.lang.Object
com.simibubi.create.foundation.render.BlockEntityRenderHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetCombinedLight(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos worldPos, VirtualRenderWorld renderWorld, net.minecraft.core.BlockPos renderWorldPos) static voidrenderBlockEntities(net.minecraft.world.level.Level world, VirtualRenderWorld renderWorld, Iterable<net.minecraft.world.level.block.entity.BlockEntity> customRenderBEs, com.mojang.blaze3d.vertex.PoseStack ms, org.joml.Matrix4f lightTransform, net.minecraft.client.renderer.MultiBufferSource buffer) static voidrenderBlockEntities(net.minecraft.world.level.Level world, VirtualRenderWorld renderWorld, Iterable<net.minecraft.world.level.block.entity.BlockEntity> customRenderBEs, com.mojang.blaze3d.vertex.PoseStack ms, org.joml.Matrix4f lightTransform, net.minecraft.client.renderer.MultiBufferSource buffer, float pt) static voidrenderBlockEntities(net.minecraft.world.level.Level world, Iterable<net.minecraft.world.level.block.entity.BlockEntity> customRenderBEs, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer) static voidrenderBlockEntities(net.minecraft.world.level.Level world, Iterable<net.minecraft.world.level.block.entity.BlockEntity> customRenderBEs, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, float pt)
-
Constructor Details
-
BlockEntityRenderHelper
public BlockEntityRenderHelper()
-
-
Method Details
-
renderBlockEntities
public static void renderBlockEntities(net.minecraft.world.level.Level world, Iterable<net.minecraft.world.level.block.entity.BlockEntity> customRenderBEs, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer) -
renderBlockEntities
public static void renderBlockEntities(net.minecraft.world.level.Level world, Iterable<net.minecraft.world.level.block.entity.BlockEntity> customRenderBEs, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, float pt) -
renderBlockEntities
public static void renderBlockEntities(net.minecraft.world.level.Level world, @Nullable VirtualRenderWorld renderWorld, Iterable<net.minecraft.world.level.block.entity.BlockEntity> customRenderBEs, com.mojang.blaze3d.vertex.PoseStack ms, @Nullable org.joml.Matrix4f lightTransform, net.minecraft.client.renderer.MultiBufferSource buffer) -
renderBlockEntities
public static void renderBlockEntities(net.minecraft.world.level.Level world, @Nullable VirtualRenderWorld renderWorld, Iterable<net.minecraft.world.level.block.entity.BlockEntity> customRenderBEs, com.mojang.blaze3d.vertex.PoseStack ms, @Nullable org.joml.Matrix4f lightTransform, net.minecraft.client.renderer.MultiBufferSource buffer, float pt) -
getCombinedLight
public static int getCombinedLight(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos worldPos, @Nullable VirtualRenderWorld renderWorld, net.minecraft.core.BlockPos renderWorldPos)
-