Enum Class ForgeRenderTypes

java.lang.Object
java.lang.Enum<ForgeRenderTypes>
net.minecraftforge.client.ForgeRenderTypes
所有已实现的接口:
Serializable, Comparable<ForgeRenderTypes>, Constable

public enum ForgeRenderTypes extends Enum<ForgeRenderTypes>
  • 枚举常量详细资料

    • ITEM_LAYERED_SOLID

      public static final ForgeRenderTypes ITEM_LAYERED_SOLID
    • ITEM_LAYERED_CUTOUT

      public static final ForgeRenderTypes ITEM_LAYERED_CUTOUT
    • ITEM_LAYERED_CUTOUT_MIPPED

      public static final ForgeRenderTypes ITEM_LAYERED_CUTOUT_MIPPED
    • ITEM_LAYERED_TRANSLUCENT

      public static final ForgeRenderTypes ITEM_LAYERED_TRANSLUCENT
    • ITEM_UNSORTED_TRANSLUCENT

      public static final ForgeRenderTypes ITEM_UNSORTED_TRANSLUCENT
    • ITEM_UNLIT_TRANSLUCENT

      public static final ForgeRenderTypes ITEM_UNLIT_TRANSLUCENT
    • ITEM_UNSORTED_UNLIT_TRANSLUCENT

      public static final ForgeRenderTypes ITEM_UNSORTED_UNLIT_TRANSLUCENT
    • TRANSLUCENT_ON_PARTICLES_TARGET

      public static final ForgeRenderTypes TRANSLUCENT_ON_PARTICLES_TARGET
  • 字段详细资料

    • enableTextTextureLinearFiltering

      public static boolean enableTextTextureLinearFiltering
    • renderTypeSupplier

      private final NonNullSupplier<RenderType> renderTypeSupplier
  • 构造器详细资料

  • 方法详细资料