Package codechicken.microblock.client
Class MicroblockRender
java.lang.Object
codechicken.microblock.client.MicroblockRender
Created by covers1624 on 20/10/22.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.client.renderer.RenderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<net.minecraft.client.renderer.block.model.BakedQuad> getQuads(MicroblockPart part, net.minecraft.world.level.block.state.BlockState state, @Nullable net.minecraft.client.renderer.RenderType layer, Iterable<MaskedCuboid> cuboids) static voidinit(net.neoforged.bus.api.IEventBus modBus) static voidrenderCuboids(codechicken.lib.render.CCRenderState ccrs, net.minecraft.world.level.block.state.BlockState state, @Nullable net.minecraft.client.renderer.RenderType layer, Iterable<MaskedCuboid> cuboids) Deprecated.
-
Field Details
-
HIGHLIGHT_RENDER_TYPE
public static final net.minecraft.client.renderer.RenderType HIGHLIGHT_RENDER_TYPE
-
-
Constructor Details
-
MicroblockRender
public MicroblockRender()
-
-
Method Details
-
init
public static void init(net.neoforged.bus.api.IEventBus modBus) -
renderCuboids
@Deprecated public static void renderCuboids(codechicken.lib.render.CCRenderState ccrs, net.minecraft.world.level.block.state.BlockState state, @Nullable @Nullable net.minecraft.client.renderer.RenderType layer, Iterable<MaskedCuboid> cuboids) Deprecated. -
getQuads
public static List<net.minecraft.client.renderer.block.model.BakedQuad> getQuads(MicroblockPart part, net.minecraft.world.level.block.state.BlockState state, @Nullable @Nullable net.minecraft.client.renderer.RenderType layer, Iterable<MaskedCuboid> cuboids)
-