From 167194525c15547c5b9904a5f3efdb62b7e8c27b Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 4 May 2023 11:48:50 -0700 Subject: Updated docs pt.2 --- com/pinapelz/vtuber/ExtraData.html | 305 +++++++++++ com/pinapelz/vtuber/Language.html | 297 +++++++++++ com/pinapelz/vtuber/Order.html | 249 +++++++++ com/pinapelz/vtuber/Organization.html | 862 +++++++++++++++++++++++++++++++ com/pinapelz/vtuber/Sort.html | 265 ++++++++++ com/pinapelz/vtuber/Status.html | 273 ++++++++++ com/pinapelz/vtuber/Type.html | 249 +++++++++ com/pinapelz/vtuber/package-summary.html | 121 +++++ com/pinapelz/vtuber/package-tree.html | 81 +++ 9 files changed, 2702 insertions(+) create mode 100644 com/pinapelz/vtuber/ExtraData.html create mode 100644 com/pinapelz/vtuber/Language.html create mode 100644 com/pinapelz/vtuber/Order.html create mode 100644 com/pinapelz/vtuber/Organization.html create mode 100644 com/pinapelz/vtuber/Sort.html create mode 100644 com/pinapelz/vtuber/Status.html create mode 100644 com/pinapelz/vtuber/Type.html create mode 100644 com/pinapelz/vtuber/package-summary.html create mode 100644 com/pinapelz/vtuber/package-tree.html (limited to 'com/pinapelz/vtuber') diff --git a/com/pinapelz/vtuber/ExtraData.html b/com/pinapelz/vtuber/ExtraData.html new file mode 100644 index 0000000..dfcaf3c --- /dev/null +++ b/com/pinapelz/vtuber/ExtraData.html @@ -0,0 +1,305 @@ + + + + +ExtraData + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class ExtraData

+
+
java.lang.Object +
java.lang.Enum<ExtraData> +
com.pinapelz.vtuber.ExtraData
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<ExtraData>, Constable
+
+
+
public enum ExtraData +extends Enum<ExtraData>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      CLIPS

      +
      public static final ExtraData CLIPS
      +
      +
    • +
    • +
      +

      REFERS

      +
      public static final ExtraData REFERS
      +
      +
    • +
    • +
      +

      SOURCES

      +
      public static final ExtraData SOURCES
      +
      +
    • +
    • +
      +

      SIMULCASTS

      +
      public static final ExtraData SIMULCASTS
      +
      +
    • +
    • +
      +

      MENTIONS

      +
      public static final ExtraData MENTIONS
      +
      +
    • +
    • +
      +

      DESCRIPTION

      +
      public static final ExtraData DESCRIPTION
      +
      +
    • +
    • +
      +

      LIVE_INFO

      +
      public static final ExtraData LIVE_INFO
      +
      +
    • +
    • +
      +

      CHANNEL_STATS

      +
      public static final ExtraData CHANNEL_STATS
      +
      +
    • +
    • +
      +

      SONGS

      +
      public static final ExtraData SONGS
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static ExtraData[] 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 ExtraData 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
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<ExtraData>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Language.html b/com/pinapelz/vtuber/Language.html new file mode 100644 index 0000000..dc45ecd --- /dev/null +++ b/com/pinapelz/vtuber/Language.html @@ -0,0 +1,297 @@ + + + + +Language + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Language

+
+
java.lang.Object +
java.lang.Enum<Language> +
com.pinapelz.vtuber.Language
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Language>, Constable
+
+
+
public enum Language +extends Enum<Language>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      ENGLISH

      +
      public static final Language ENGLISH
      +
      +
    • +
    • +
      +

      JAPANESE

      +
      public static final Language JAPANESE
      +
      +
    • +
    • +
      +

      SPANISH

      +
      public static final Language SPANISH
      +
      +
    • +
    • +
      +

      CHINESE

      +
      public static final Language CHINESE
      +
      +
    • +
    • +
      +

      KOREAN

      +
      public static final Language KOREAN
      +
      +
    • +
    • +
      +

      FRENCH

      +
      public static final Language FRENCH
      +
      +
    • +
    • +
      +

      INDONESIAN

      +
      public static final Language INDONESIAN
      +
      +
    • +
    • +
      +

      RUSSIAN

      +
      public static final Language RUSSIAN
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Language[] 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 Language 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
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Language>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Order.html b/com/pinapelz/vtuber/Order.html new file mode 100644 index 0000000..1ed3b15 --- /dev/null +++ b/com/pinapelz/vtuber/Order.html @@ -0,0 +1,249 @@ + + + + +Order + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Order

+
+
java.lang.Object +
java.lang.Enum<Order> +
com.pinapelz.vtuber.Order
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Order>, Constable
+
+
+
public enum Order +extends Enum<Order>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      ASC

      +
      public static final Order ASC
      +
      +
    • +
    • +
      +

      DESC

      +
      public static final Order DESC
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Order[] 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 Order 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
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Order>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Organization.html b/com/pinapelz/vtuber/Organization.html new file mode 100644 index 0000000..e2dd3e4 --- /dev/null +++ b/com/pinapelz/vtuber/Organization.html @@ -0,0 +1,862 @@ + + + + +Organization + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Organization

+
+
java.lang.Object +
java.lang.Enum<Organization> +
com.pinapelz.vtuber.Organization
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Organization>, Constable
+
+
+
public enum Organization +extends Enum<Organization>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      HOLOLIVE

      +
      public static final Organization HOLOLIVE
      +
      +
    • +
    • +
      +

      NIJISANJI

      +
      public static final Organization NIJISANJI
      +
      +
    • +
    • +
      +

      INDEPENDENT

      +
      public static final Organization INDEPENDENT
      +
      +
    • +
    • +
      +

      DOT_LIVE

      +
      public static final Organization DOT_LIVE
      +
      +
    • +
    • +
      +

      INC_774

      +
      public static final Organization INC_774
      +
      +
    • +
    • +
      +

      AOGIRI_HIGHSCHOOL

      +
      public static final Organization AOGIRI_HIGHSCHOOL
      +
      +
    • +
    • +
      +

      ATELIER_LIVE

      +
      public static final Organization ATELIER_LIVE
      +
      +
    • +
    • +
      +

      AXEL_V

      +
      public static final Organization AXEL_V
      +
      +
    • +
    • +
      +

      AETHERIA

      +
      public static final Organization AETHERIA
      +
      +
    • +
    • +
      +

      AKIO_AIR

      +
      public static final Organization AKIO_AIR
      +
      +
    • +
    • +
      +

      CHUKORARA

      +
      public static final Organization CHUKORARA
      +
      +
    • +
    • +
      +

      CLOUD_HORIZON

      +
      public static final Organization CLOUD_HORIZON
      +
      +
    • +
    • +
      +

      CONNECTOPIA

      +
      public static final Organization CONNECTOPIA
      +
      +
    • +
    • +
      +

      EILENE_FAMILY

      +
      public static final Organization EILENE_FAMILY
      +
      +
    • +
    • +
      +

      EMOECHI

      +
      public static final Organization EMOECHI
      +
      +
    • +
    • +
      +

      EIEN_PROJECT

      +
      public static final Organization EIEN_PROJECT
      +
      +
    • +
    • +
      +

      GUILD_CQ

      +
      public static final Organization GUILD_CQ
      +
      +
    • +
    • +
      +

      HOSHIMEGURI_GAKUEN

      +
      public static final Organization HOSHIMEGURI_GAKUEN
      +
      +
    • +
    • +
      +

      HDOT_LIVE

      +
      public static final Organization HDOT_LIVE
      +
      +
    • +
    • +
      +

      IRIDORI

      +
      public static final Organization IRIDORI
      +
      +
    • +
    • +
      +

      IDOL_CORP

      +
      public static final Organization IDOL_CORP
      +
      +
    • +
    • +
      +

      KAMITSUBAKI

      +
      public static final Organization KAMITSUBAKI
      +
      +
    • +
    • +
      +

      KIZUNA_AI

      +
      public static final Organization KIZUNA_AI
      +
      +
    • +
    • +
      +

      KAWAII_MUSIC

      +
      public static final Organization KAWAII_MUSIC
      +
      +
    • +
    • +
      +

      KEMOMIMI_REFLEX

      +
      public static final Organization KEMOMIMI_REFLEX
      +
      +
    • +
    • +
      +

      KEMONO_FRIENDS

      +
      public static final Organization KEMONO_FRIENDS
      +
      +
    • +
    • +
      +

      LA_PECHE_PARTY

      +
      public static final Organization LA_PECHE_PARTY
      +
      +
    • +
    • +
      +

      MARBL_S

      +
      public static final Organization MARBL_S
      +
      +
    • +
    • +
      +

      MASQUERADE

      +
      public static final Organization MASQUERADE
      +
      +
    • +
    • +
      +

      MAHA5

      +
      public static final Organization MAHA5
      +
      +
    • +
    • +
      +

      MYHOLO_TV

      +
      public static final Organization MYHOLO_TV
      +
      +
    • +
    • +
      +

      MERIDIAN_PROJECT

      +
      public static final Organization MERIDIAN_PROJECT
      +
      +
    • +
    • +
      +

      NORI_PRO

      +
      public static final Organization NORI_PRO
      +
      +
    • +
    • +
      +

      NIJIGEN

      +
      public static final Organization NIJIGEN
      +
      +
    • +
    • +
      +

      NEO_PORTE

      +
      public static final Organization NEO_PORTE
      +
      +
    • +
    • +
      +

      NKSHOUJO

      +
      public static final Organization NKSHOUJO
      +
      +
    • +
    • +
      +

      NANAHOLIC

      +
      public static final Organization NANAHOLIC
      +
      +
    • +
    • +
      +

      PRODUCTION_KAWAII

      +
      public static final Organization PRODUCTION_KAWAII
      +
      +
    • +
    • +
      +

      POLYGON

      +
      public static final Organization POLYGON
      +
      +
    • +
    • +
      +

      PHASE_CONNECT

      +
      public static final Organization PHASE_CONNECT
      +
      +
    • +
    • +
      +

      PIXELA_PROJECT

      +
      public static final Organization PIXELA_PROJECT
      +
      +
    • +
    • +
      +

      PRISM

      +
      public static final Organization PRISM
      +
      +
    • +
    • +
      +

      PROPRO

      +
      public static final Organization PROPRO
      +
      +
    • +
    • +
      +

      PINK_PUNK_PRO

      +
      public static final Organization PINK_PUNK_PRO
      +
      +
    • +
    • +
      +

      RIOT_MUSIC

      +
      public static final Organization RIOT_MUSIC
      +
      +
    • +
    • +
      +

      REACT

      +
      public static final Organization REACT
      +
      +
    • +
    • +
      +

      REMEMORIES

      +
      public static final Organization REMEMORIES
      +
      +
    • +
    • +
      +

      REVOLUTION_HEART

      +
      public static final Organization REVOLUTION_HEART
      +
      +
    • +
    • +
      +

      RENEW_LIVE

      +
      public static final Organization RENEW_LIVE
      +
      +
    • +
    • +
      +

      SLEEP_MONSTER

      +
      public static final Organization SLEEP_MONSTER
      +
      +
    • +
    • +
      +

      SQUARE_LIVE

      +
      public static final Organization SQUARE_LIVE
      +
      +
    • +
    • +
      +

      SNACKNILIVE

      +
      public static final Organization SNACKNILIVE
      +
      +
    • +
    • +
      +

      SHINSOGUMI

      +
      public static final Organization SHINSOGUMI
      +
      +
    • +
    • +
      +

      SHEERMUSICV

      +
      public static final Organization SHEERMUSICV
      +
      +
    • +
    • +
      +

      SEDAI_ONE

      +
      public static final Organization SEDAI_ONE
      +
      +
    • +
    • +
      +

      TSUNDERIA

      +
      public static final Organization TSUNDERIA
      +
      +
    • +
    • +
      +

      TWITCH_INDEPENDENTS

      +
      public static final Organization TWITCH_INDEPENDENTS
      +
      +
    • +
    • +
      +

      THE_BOX

      +
      public static final Organization THE_BOX
      +
      +
    • +
    • +
      +

      UNREAL_NIGHT_GIRLS

      +
      public static final Organization UNREAL_NIGHT_GIRLS
      +
      +
    • +
    • +
      +

      V_DIMENSION_DOT_CREATORS

      +
      public static final Organization V_DIMENSION_DOT_CREATORS
      +
      +
    • +
    • +
      +

      VOICE_ORE

      +
      public static final Organization VOICE_ORE
      +
      +
    • +
    • +
      +

      V_AND_U

      +
      public static final Organization V_AND_U
      +
      +
    • +
    • +
      +

      VIVID

      +
      public static final Organization VIVID
      +
      +
    • +
    • +
      +

      VOMS

      +
      public static final Organization VOMS
      +
      +
    • +
    • +
      +

      VSHOJO

      +
      public static final Organization VSHOJO
      +
      +
    • +
    • +
      +

      VSPO

      +
      public static final Organization VSPO
      +
      +
    • +
    • +
      +

      VARIUM

      +
      public static final Organization VARIUM
      +
      +
    • +
    • +
      +

      VREVERIE

      +
      public static final Organization VREVERIE
      +
      +
    • +
    • +
      +

      VEE

      +
      public static final Organization VEE
      +
      +
    • +
    • +
      +

      WACTOR

      +
      public static final Organization WACTOR
      +
      +
    • +
    • +
      +

      WAK_ENTERTAINMENT

      +
      public static final Organization WAK_ENTERTAINMENT
      +
      +
    • +
    • +
      +

      X_ENCOUNT

      +
      public static final Organization X_ENCOUNT
      +
      +
    • +
    • +
      +

      XTREME_DEEP_FIELD_PROJECT

      +
      public static final Organization XTREME_DEEP_FIELD_PROJECT
      +
      +
    • +
    • +
      +

      YUNI_CREATE

      +
      public static final Organization YUNI_CREATE
      +
      +
    • +
    • +
      +

      YUMELIVE

      +
      public static final Organization YUMELIVE
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Field Details

    +
      +
    • +
      +

      name

      +
      public final String name
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Organization[] 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 Organization 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
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Organization>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Sort.html b/com/pinapelz/vtuber/Sort.html new file mode 100644 index 0000000..4cffaa7 --- /dev/null +++ b/com/pinapelz/vtuber/Sort.html @@ -0,0 +1,265 @@ + + + + +Sort + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Sort

+
+
java.lang.Object +
java.lang.Enum<Sort> +
com.pinapelz.vtuber.Sort
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Sort>, Constable
+
+
+
public enum Sort +extends Enum<Sort>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      NEWEST

      +
      public static final Sort NEWEST
      +
      +
    • +
    • +
      +

      START_SCHEDULED

      +
      public static final Sort START_SCHEDULED
      +
      +
    • +
    • +
      +

      START_ACTUAL

      +
      public static final Sort START_ACTUAL
      +
      +
    • +
    • +
      +

      END_ACTUAL

      +
      public static final Sort END_ACTUAL
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Sort[] 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 Sort 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
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Sort>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Status.html b/com/pinapelz/vtuber/Status.html new file mode 100644 index 0000000..0745f57 --- /dev/null +++ b/com/pinapelz/vtuber/Status.html @@ -0,0 +1,273 @@ + + + + +Status + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Status

+
+
java.lang.Object +
java.lang.Enum<Status> +
com.pinapelz.vtuber.Status
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Status>, Constable
+
+
+
public enum Status +extends Enum<Status>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      LIVE

      +
      public static final Status LIVE
      +
      +
    • +
    • +
      +

      UPCOMING

      +
      public static final Status UPCOMING
      +
      +
    • +
    • +
      +

      PAST

      +
      public static final Status PAST
      +
      +
    • +
    • +
      +

      MISSING

      +
      public static final Status MISSING
      +
      +
    • +
    • +
      +

      ALL

      +
      public static final Status ALL
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Status[] 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 Status 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
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Status>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/Type.html b/com/pinapelz/vtuber/Type.html new file mode 100644 index 0000000..75ecb6c --- /dev/null +++ b/com/pinapelz/vtuber/Type.html @@ -0,0 +1,249 @@ + + + + +Type + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Type

+
+
java.lang.Object +
java.lang.Enum<Type> +
com.pinapelz.vtuber.Type
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Type>, Constable
+
+
+
public enum Type +extends Enum<Type>
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    +
      +
    • +
      +

      STREAM

      +
      public static final Type STREAM
      +
      +
    • +
    • +
      +

      CLIP

      +
      public static final Type CLIP
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Type[] 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 Type 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
      +
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class Enum<Type>
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/com/pinapelz/vtuber/package-summary.html b/com/pinapelz/vtuber/package-summary.html new file mode 100644 index 0000000..7cc5ac0 --- /dev/null +++ b/com/pinapelz/vtuber/package-summary.html @@ -0,0 +1,121 @@ + + + + +com.pinapelz.vtuber + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.pinapelz.vtuber

+
+
+
package com.pinapelz.vtuber
+
+ +
+
+
+
+ + diff --git a/com/pinapelz/vtuber/package-tree.html b/com/pinapelz/vtuber/package-tree.html new file mode 100644 index 0000000..28fd8e5 --- /dev/null +++ b/com/pinapelz/vtuber/package-tree.html @@ -0,0 +1,81 @@ + + + + +com.pinapelz.vtuber Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.pinapelz.vtuber

+Package Hierarchies: + +
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + -- cgit v1.2.3