Class ChestRendererMixin

java.lang.Object
io.github.vampirestudios.vampirelib.mixins.client.ChestRendererMixin

public abstract class ChestRendererMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    port_lib$customChestMaterial(net.minecraft.world.level.block.entity.BlockEntity blockEntity, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, int packedLight, int packedOverlay, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, net.minecraft.world.level.Level level, boolean bl, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.block.state.properties.ChestType chestType)
     
    net.minecraft.client.resources.model.Material
    port_lib$customMaterial(net.minecraft.client.resources.model.Material old, net.minecraft.client.renderer.MultiBufferSource buffer, Function<net.minecraft.resources.ResourceLocation,net.minecraft.client.renderer.RenderType> renderTypeGetter)
     

    Methods inherited from class java.lang.Object

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

    • ChestRendererMixin

      public ChestRendererMixin()
  • Method Details

    • port_lib$customChestMaterial

      public void port_lib$customChestMaterial(net.minecraft.world.level.block.entity.BlockEntity blockEntity, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, int packedLight, int packedOverlay, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, net.minecraft.world.level.Level level, boolean bl, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.block.state.properties.ChestType chestType)
    • port_lib$customMaterial

      public net.minecraft.client.resources.model.Material port_lib$customMaterial(net.minecraft.client.resources.model.Material old, net.minecraft.client.renderer.MultiBufferSource buffer, Function<net.minecraft.resources.ResourceLocation,net.minecraft.client.renderer.RenderType> renderTypeGetter)