Class TerrainRenderContextMixin

java.lang.Object
net.frozenblock.wilderwild.mixin.snowlogging.client.TerrainRenderContextMixin

@Environment(CLIENT) public class TerrainRenderContextMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tessellateBlock(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.BlockPos blockPos, net.minecraft.client.resources.model.BakedModel model, com.mojang.blaze3d.vertex.PoseStack matrixStack)
     
    void
    wilderWild$tessellateBlock(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.BlockPos blockPos, net.minecraft.client.resources.model.BakedModel model, com.mojang.blaze3d.vertex.PoseStack matrixStack, 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

    • TerrainRenderContextMixin

      public TerrainRenderContextMixin()
  • Method Details

    • wilderWild$tessellateBlock

      public void wilderWild$tessellateBlock(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.BlockPos blockPos, net.minecraft.client.resources.model.BakedModel model, com.mojang.blaze3d.vertex.PoseStack matrixStack, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
    • tessellateBlock

      public void tessellateBlock(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.BlockPos blockPos, net.minecraft.client.resources.model.BakedModel model, com.mojang.blaze3d.vertex.PoseStack matrixStack)