Class ChestRendererMixin
java.lang.Object
io.github.vampirestudios.vampirelib.mixins.client.ChestRendererMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidport_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.Materialport_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)
-
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)
-