Package com.petrolpark.item.decay
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrender(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
renderByItemMethods inherited from class net.minecraft.client.renderer.BlockEntityWithoutLevelRenderer
onResourceManagerReloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.packs.resources.PreparableReloadListener
getNameMethods 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:
renderin classcom.simibubi.create.foundation.item.render.CustomRenderedItemModelRenderer
-