java.lang.Object
com.blamejared.crafttweaker.annotation.processor.document.model.type.Type
com.blamejared.crafttweaker.annotation.processor.document.model.type.ArrayType

public class ArrayType extends Type
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<ArrayType> CODEC
  • Constructor Details

    • ArrayType

      public ArrayType(String key, String displayName, boolean nullable, Type componentType)
  • Method Details

    • componentType

      public Type componentType()
    • toString

      public String toString()
      Overrides:
      toString in class Type
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Type
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Type