Class TypeIdentifier

java.lang.Object
net.orbyfied.j8.registry.Identifier
net.orbyfied.j8.command.parameter.TypeIdentifier
All Implemented Interfaces:
Cloneable

public class TypeIdentifier extends net.orbyfied.j8.registry.Identifier implements Cloneable
  • Constructor Details

    • TypeIdentifier

      public TypeIdentifier(String namespace, String path)
  • Method Details

    • parse

      public static TypeIdentifier parse(String in, TypeIdentifier out)
    • of

      public static TypeIdentifier of(String in)
    • getTypeParams

      public ArrayList<TypeIdentifier> getTypeParams()
    • clone

      public TypeIdentifier clone()
      Overrides:
      clone in class net.orbyfied.j8.registry.Identifier
    • toString

      public String toString()
      Overrides:
      toString in class net.orbyfied.j8.registry.Identifier
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class net.orbyfied.j8.registry.Identifier
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class net.orbyfied.j8.registry.Identifier