Class ElytraFeature<T extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<T>>

java.lang.Object
com.beansgalaxy.backpacks.client.renderer.features.ElytraFeature<T,M>

public class ElytraFeature<T extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<T>> extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ElytraFeature(net.minecraft.client.model.geom.EntityModelSet loader, BackFeature<T,M> backFeature)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull net.minecraft.resources.ResourceLocation
     
    void
    render(com.mojang.blaze3d.vertex.PoseStack pose, net.minecraft.client.renderer.MultiBufferSource mbs, int light, T entity, float limbAngle, float limbDistance, float animationProgress, float yHeadRot, float headPitch, M parent, BackData backData)
     

    Methods inherited from class java.lang.Object

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

    • WINGED_LOCATION

      public static final net.minecraft.resources.ResourceLocation WINGED_LOCATION
  • Constructor Details

    • ElytraFeature

      public ElytraFeature(net.minecraft.client.model.geom.EntityModelSet loader, BackFeature<T,M> backFeature)
  • Method Details

    • render

      public void render(com.mojang.blaze3d.vertex.PoseStack pose, net.minecraft.client.renderer.MultiBufferSource mbs, int light, T entity, float limbAngle, float limbDistance, float animationProgress, float yHeadRot, float headPitch, M parent, BackData backData)
    • getWingedBackpackResource

      @NotNull public static @NotNull net.minecraft.resources.ResourceLocation getWingedBackpackResource(String key)