Class MultiblockPreviewRenderer
java.lang.Object
net.nikdo53.tinymultiblocklib.client.MultiblockPreviewRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongatherBlockLikes(FakeClientLevel fakeLevel, net.minecraft.world.level.Level level, net.minecraft.world.level.block.entity.BlockEntity mbEntity, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.entity.LivingEntity placer, net.minecraft.world.item.ItemStack stack) static voidrenderMultiblockPreviews(float partialTick, net.minecraft.client.Minecraft minecraft, net.minecraft.world.level.Level level, net.minecraft.client.Camera camera, com.mojang.blaze3d.vertex.PoseStack poseStack, IPlatformHelper platformHelper)
-
Constructor Details
-
MultiblockPreviewRenderer
public MultiblockPreviewRenderer()
-
-
Method Details
-
renderMultiblockPreviews
public static void renderMultiblockPreviews(float partialTick, net.minecraft.client.Minecraft minecraft, net.minecraft.world.level.Level level, net.minecraft.client.Camera camera, com.mojang.blaze3d.vertex.PoseStack poseStack, IPlatformHelper platformHelper) -
gatherBlockLikes
public static Set<BlockLike> gatherBlockLikes(FakeClientLevel fakeLevel, net.minecraft.world.level.Level level, net.minecraft.world.level.block.entity.BlockEntity mbEntity, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.entity.LivingEntity placer, net.minecraft.world.item.ItemStack stack)
-