Class MultiblockPreviewRenderer

java.lang.Object
net.nikdo53.tinymultiblocklib.client.MultiblockPreviewRenderer

public class MultiblockPreviewRenderer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)