Class ItemRendererMixin

java.lang.Object
ml.pluto7073.pdapi.mixin.client.ItemRendererMixin

public abstract class ItemRendererMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract net.minecraft.client.resources.model.BakedModel
    getModel(net.minecraft.world.item.ItemStack stack, @Nullable net.minecraft.world.level.Level world, @Nullable net.minecraft.world.entity.LivingEntity entity, int seed)
     

    Methods inherited from class java.lang.Object

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

    • ItemRendererMixin

      public ItemRendererMixin()
  • Method Details

    • getModel

      public abstract net.minecraft.client.resources.model.BakedModel getModel(net.minecraft.world.item.ItemStack stack, @Nullable @Nullable net.minecraft.world.level.Level world, @Nullable @Nullable net.minecraft.world.entity.LivingEntity entity, int seed)