类 InfinityTridentModel

java.lang.Object
net.minecraft.client.model.Model
committee.nova.mods.avaritia.client.model.entity.InfinityTridentModel

public class InfinityTridentModel extends net.minecraft.client.model.Model
  • 字段概要

    从类继承的字段 net.minecraft.client.model.Model

    renderType
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static net.minecraft.client.model.geom.builders.LayerDefinition
     
    void
    renderToBuffer(@NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull com.mojang.blaze3d.vertex.VertexConsumer buffer, int packedLight, int packedOverlay, float red, float green, float blue, float alpha)
     

    从类继承的方法 net.minecraft.client.model.Model

    renderType

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • InfinityTridentModel

      public InfinityTridentModel()
  • 方法详细资料

    • createLayer

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

      public void renderToBuffer(@NotNull @NotNull com.mojang.blaze3d.vertex.PoseStack poseStack, @NotNull @NotNull com.mojang.blaze3d.vertex.VertexConsumer buffer, int packedLight, int packedOverlay, float red, float green, float blue, float alpha)
      指定者:
      renderToBuffer 在类中 net.minecraft.client.model.Model