Class MistbackChub<T extends net.minecraft.world.entity.Entity>

java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
com.wdiscute.starcatcher.fishentity.fishmodels.MistbackChub<T>

public class MistbackChub<T extends net.minecraft.world.entity.Entity> extends net.minecraft.client.model.EntityModel<T>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.client.model.geom.ModelLayerLocation
     

    Fields inherited from class net.minecraft.client.model.EntityModel

    attackTime, riding, young

    Fields inherited from class net.minecraft.client.model.Model

    renderType
  • Constructor Summary

    Constructors
    Constructor
    Description
    MistbackChub(net.minecraft.client.model.geom.ModelPart root)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.model.geom.builders.LayerDefinition
     
    static net.minecraft.resources.ResourceLocation
     
    void
    renderToBuffer(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer vertexConsumer, int i, int i1, int i2)
     
    void
    setupAnim(T fishEntity, float v, float v1, float v2, float v3, float v4)
     

    Methods inherited from class net.minecraft.client.model.EntityModel

    copyPropertiesTo, prepareMobModel

    Methods inherited from class net.minecraft.client.model.Model

    renderToBuffer, renderType

    Methods inherited from class java.lang.Object

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

    • LAYER_LOCATION

      public static final net.minecraft.client.model.geom.ModelLayerLocation LAYER_LOCATION
  • Constructor Details

    • MistbackChub

      public MistbackChub(net.minecraft.client.model.geom.ModelPart root)
  • Method Details

    • getTexture

      public static net.minecraft.resources.ResourceLocation getTexture()
    • createBodyLayer

      public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer()
    • renderToBuffer

      public void renderToBuffer(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer vertexConsumer, int i, int i1, int i2)
      Specified by:
      renderToBuffer in class net.minecraft.client.model.Model
    • setupAnim

      public void setupAnim(T fishEntity, float v, float v1, float v2, float v3, float v4)
      Specified by:
      setupAnim in class net.minecraft.client.model.EntityModel<T extends net.minecraft.world.entity.Entity>