Package codechicken.microblock.client
Class MicroblockRender
java.lang.Object
codechicken.microblock.client.MicroblockRender
Created by covers1624 on 20/10/22.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcollectParts(@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 voidinit(net.neoforged.bus.api.IEventBus modBus)
-
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)
-