Class MicroblockRender

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.client.renderer.RenderType
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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 void
    init(net.neoforged.bus.api.IEventBus modBus)
     
    static void
    renderCuboids(codechicken.lib.render.CCRenderState ccrs, net.minecraft.world.level.block.state.BlockState state, @Nullable net.minecraft.client.renderer.RenderType layer, Iterable<MaskedCuboid> cuboids)
    Deprecated.

    Methods inherited from class java.lang.Object

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