Class MicroblockRender

java.lang.Object
codechicken.microblock.client.MicroblockRender

public class MicroblockRender extends Object
Created by covers1624 on 20/10/22.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    collectParts(@Nullable net.minecraft.world.level.BlockAndTintGetter level, @Nullable net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, com.google.common.collect.ImmutableSet<MaskedCuboid> renderCuboids, List<net.minecraft.client.renderer.block.model.BlockModelPart> partsOutput)
     
    static void
    init(net.neoforged.bus.api.IEventBus modBus)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MicroblockRender

      public MicroblockRender()
  • Method Details

    • init

      public static void init(net.neoforged.bus.api.IEventBus modBus)
    • collectParts

      public static void collectParts(@Nullable net.minecraft.world.level.BlockAndTintGetter level, @Nullable net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, com.google.common.collect.ImmutableSet<MaskedCuboid> renderCuboids, List<net.minecraft.client.renderer.block.model.BlockModelPart> partsOutput)