WitherRenderState.java

net.minecraft.client.renderer.entity.state.WitherRenderState

信息

  • 全限定名:net.minecraft.client.renderer.entity.state.WitherRenderState
  • 类型:public class
  • 包:net.minecraft.client.renderer.entity.state
  • 源码路径:src/main/java/net/minecraft/client/renderer/entity/state/WitherRenderState.java
  • 起始行号:L7
  • 继承:LivingEntityRenderState
  • 职责:

    TODO

字段/常量

  • xHeadRots

    • 类型: float[]
    • 修饰符: public final
    • 源码定位: L8
    • 说明:

      TODO

  • yHeadRots

    • 类型: float[]
    • 修饰符: public final
    • 源码定位: L9
    • 说明:

      TODO

  • invulnerableTicks

    • 类型: float
    • 修饰符: public
    • 源码定位: L10
    • 说明:

      TODO

  • isPowered

    • 类型: boolean
    • 修饰符: public
    • 源码定位: L11
    • 说明:

      TODO

内部类/嵌套类型

构造器

方法

下面的方法块按源码顺序生成。

代码

@OnlyIn(Dist.CLIENT)
public class WitherRenderState extends LivingEntityRenderState {
    public final float[] xHeadRots = new float[2];
    public final float[] yHeadRots = new float[2];
    public float invulnerableTicks;
    public boolean isPowered;
}

引用的其他类