Enum Class ForgeRenderTypes

java.lang.Object
java.lang.Enum<ForgeRenderTypes>
net.minecraftforge.client.ForgeRenderTypes
All Implemented Interfaces:
Serializable, Comparable<ForgeRenderTypes>, Constable

public enum ForgeRenderTypes extends Enum<ForgeRenderTypes>
  • Enum Constant Details

    • 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
  • Field Details

    • enableTextTextureLinearFiltering

      public static boolean enableTextTextureLinearFiltering
    • renderTypeSupplier

      private final NonNullSupplier<RenderType> renderTypeSupplier
  • Constructor Details

  • Method Details