Class DecayingItemRenderer

java.lang.Object
net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer
com.simibubi.create.foundation.item.render.CustomRenderedItemModelRenderer
com.petrolpark.item.decay.DecayingItemRenderer
All Implemented Interfaces:
net.minecraft.server.packs.resources.PreparableReloadListener, net.minecraft.server.packs.resources.ResourceManagerReloadListener

public class DecayingItemRenderer extends com.simibubi.create.foundation.item.render.CustomRenderedItemModelRenderer
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener

    net.minecraft.server.packs.resources.PreparableReloadListener.PreparationBarrier
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    render(net.minecraft.world.item.ItemStack stack, com.simibubi.create.foundation.item.render.CustomRenderedItemModel model, com.simibubi.create.foundation.item.render.PartialItemModelRenderer renderer, net.minecraft.world.item.ItemDisplayContext transformType, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
     

    Methods inherited from class com.simibubi.create.foundation.item.render.CustomRenderedItemModelRenderer

    renderByItem

    Methods inherited from class net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer

    onResourceManagerReload

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener

    getName

    Methods inherited from interface net.minecraft.server.packs.resources.ResourceManagerReloadListener

    reload
  • Constructor Details

    • DecayingItemRenderer

      public DecayingItemRenderer()
  • Method Details

    • render

      protected void render(net.minecraft.world.item.ItemStack stack, com.simibubi.create.foundation.item.render.CustomRenderedItemModel model, com.simibubi.create.foundation.item.render.PartialItemModelRenderer renderer, net.minecraft.world.item.ItemDisplayContext transformType, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
      Specified by:
      render in class com.simibubi.create.foundation.item.render.CustomRenderedItemModelRenderer