Enum Class VirtualEmptyModelData

java.lang.Object
java.lang.Enum<VirtualEmptyModelData>
team.lodestar.lodestone.systems.rendering.ghost.VirtualEmptyModelData
All Implemented Interfaces:
Serializable, Comparable<VirtualEmptyModelData>, Constable, net.minecraftforge.client.model.data.IModelData

public enum VirtualEmptyModelData extends Enum<VirtualEmptyModelData> implements net.minecraftforge.client.model.data.IModelData
  • Enum Constant Details

  • Method Details

    • values

      public static VirtualEmptyModelData[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static VirtualEmptyModelData valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • is

      public static boolean is(net.minecraftforge.client.model.data.IModelData data)
    • hasProperty

      public boolean hasProperty(net.minecraftforge.client.model.data.ModelProperty<?> prop)
      Specified by:
      hasProperty in interface net.minecraftforge.client.model.data.IModelData
    • getData

      public <T> T getData(net.minecraftforge.client.model.data.ModelProperty<T> prop)
      Specified by:
      getData in interface net.minecraftforge.client.model.data.IModelData
    • setData

      public <T> T setData(net.minecraftforge.client.model.data.ModelProperty<T> prop, T data)
      Specified by:
      setData in interface net.minecraftforge.client.model.data.IModelData