CopperGolemStatueRenderState.java

net.minecraft.client.renderer.blockentity.state.CopperGolemStatueRenderState

信息

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

    TODO

字段/常量

  • pose

    • 类型: CopperGolemStatueBlock.Pose
    • 修饰符: public
    • 源码定位: L11
    • 说明:

      TODO

  • direction

    • 类型: Direction
    • 修饰符: public
    • 源码定位: L12
    • 说明:

      TODO

  • oxidationState

    • 类型: WeatheringCopper.WeatherState
    • 修饰符: public
    • 源码定位: L13
    • 说明:

      TODO

内部类/嵌套类型

构造器

方法

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

代码

@OnlyIn(Dist.CLIENT)
public class CopperGolemStatueRenderState extends BlockEntityRenderState {
    public CopperGolemStatueBlock.Pose pose = CopperGolemStatueBlock.Pose.STANDING;
    public Direction direction = Direction.NORTH;
    public WeatheringCopper.WeatherState oxidationState = WeatheringCopper.WeatherState.UNAFFECTED;
}

引用的其他类