Class CustomArmorRenderer<E extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<E>>

java.lang.Object
dev.upcraft.sparkweave.api.client.render.CustomArmorRenderer<E,M>
Direct Known Subclasses:
CustomHumanoidModelArmorRenderer

public abstract class CustomArmorRenderer<E extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<E>> extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    CustomArmorRenderer.Factory<E extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<E>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
    render(com.mojang.blaze3d.vertex.PoseStack matrices, net.minecraft.client.renderer.MultiBufferSource bufferSource, net.minecraft.world.item.ItemStack stack, E entity, net.minecraft.world.entity.EquipmentSlot slot, int light, M contextModel)
     

    Methods inherited from class java.lang.Object

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

    • CustomArmorRenderer

      public CustomArmorRenderer()
  • Method Details

    • render

      public abstract void render(com.mojang.blaze3d.vertex.PoseStack matrices, net.minecraft.client.renderer.MultiBufferSource bufferSource, net.minecraft.world.item.ItemStack stack, E entity, net.minecraft.world.entity.EquipmentSlot slot, int light, M contextModel)