Class BlockRendererMixin

java.lang.Object
net.frozenblock.wilderwild.mixin.client.sodium.BlockRendererMixin

public abstract class BlockRendererMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
    renderModel(me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderContext ctx, me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuildBuffers buffers)
     
    void
    wilderWild$renderModel(me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderContext ctx, me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuildBuffers buffers, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
     

    Methods inherited from class java.lang.Object

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

    • BlockRendererMixin

      public BlockRendererMixin()
  • Method Details

    • renderModel

      public abstract void renderModel(me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderContext ctx, me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuildBuffers buffers)
    • wilderWild$renderModel

      public void wilderWild$renderModel(me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderContext ctx, me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuildBuffers buffers, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)