From f6dcb183caebb9e7dd2e0877f0c90406ceff355d Mon Sep 17 00:00:00 2001 From: Iltotore Date: Wed, 5 Feb 2020 19:23:57 +0100 Subject: [PATCH] Refractored Documentation Signed-off-by: Iltotore --- build.gradle | 1 + docs/javadoc/allclasses-frame.html | 154 +- docs/javadoc/allclasses-noframe.html | 145 +- docs/javadoc/constant-values.html | 185 +- docs/javadoc/deprecated-list.html | 275 +- .../entitymetadata/api/EntityMetadataAPI.html | 307 -- .../entitymetadata/api/MetadataUtil.html | 408 --- .../api/VersionEntityMetadataAPI.html | 379 --- .../api/datawatcher/DataWatcher.html | 306 -- .../DataWatcherEntry.VersionEntry.html | 416 --- .../api/datawatcher/DataWatcherEntry.html | 537 --- .../api/datawatcher/DataWatcherKey.html | 758 ----- .../api/datawatcher/DataWatcherManager.html | 259 -- .../api/datawatcher/DataWatcherObject.html | 318 -- .../api/datawatcher/DataWatcherRegistry.html | 268 -- .../datawatcher/DataWatcherSerializer.html | 261 -- .../api/datawatcher/package-frame.html | 39 - .../api/datawatcher/package-summary.html | 201 -- .../api/datawatcher/package-tree.html | 169 - .../entitymetadata/api/nbt/NBTBase.html | 297 -- .../api/nbt/NBTInputStream.html | 519 --- .../entitymetadata/api/nbt/NBTManager.html | 721 ---- .../entitymetadata/api/nbt/NBTNumber.html | 368 -- .../api/nbt/NBTOutputStream.html | 481 --- .../NBTSerializer.ByteArraySerializer.html | 413 --- .../nbt/NBTSerializer.CompoundSerializer.html | 413 --- .../api/nbt/NBTSerializer.EndSerializer.html | 411 --- .../nbt/NBTSerializer.IntArraySerializer.html | 413 --- .../api/nbt/NBTSerializer.ListSerializer.html | 411 --- .../NBTSerializer.SimpleValueSerializer.html | 457 --- .../entitymetadata/api/nbt/NBTSerializer.html | 365 -- .../api/nbt/NBTSingleValue.html | 270 -- .../api/nbt/NBTTagCompound.html | 1113 ------ .../entitymetadata/api/nbt/NBTTagEnd.html | 207 -- .../entitymetadata/api/nbt/NBTTagList.html | 756 ---- .../entitymetadata/api/nbt/NBTTagType.html | 657 ---- .../entitymetadata/api/nbt/NamedNBT.html | 416 --- .../entitymetadata/api/nbt/package-frame.html | 59 - .../api/nbt/package-summary.html | 270 -- .../entitymetadata/api/nbt/package-tree.html | 264 -- .../entitymetadata/api/package-frame.html | 29 - .../entitymetadata/api/package-summary.html | 166 - .../entitymetadata/api/package-tree.html | 148 - .../exception/MojangsonParseException.html | 276 -- .../exception/UnknownIndexException.html | 276 -- .../exception/package-frame.html | 24 - .../exception/package-summary.html | 148 - .../exception/package-tree.html | 153 - .../entitymetadata/util/ServerVersion.html | 1035 ------ .../util/ThrowingBiConsumer.html | 308 -- .../entitymetadata/util/ThrowingConsumer.html | 298 -- .../entitymetadata/util/ThrowingFunction.html | 308 -- .../entitymetadata/util/ThrowingSupplier.html | 286 -- .../entitymetadata/util/TriFunction.html | 254 -- .../entitymetadata/util/package-frame.html | 35 - .../entitymetadata/util/package-summary.html | 183 - .../entitymetadata/util/package-tree.html | 177 - .../spigotmetadata/api/MetadataUtil.html | 313 ++ .../spigotmetadata/api/SpigotMetadataAPI.html | 276 ++ .../api/VersionSpigotMetadataAPI.html | 290 ++ .../api/datawatcher/DataWatcher.html | 259 ++ .../DataWatcherEntry.VersionEntry.html | 355 ++ .../api/datawatcher/DataWatcherEntry.html | 410 +++ .../api/datawatcher/DataWatcherKey.html | 593 ++++ .../api/datawatcher/DataWatcherManager.html | 228 ++ .../api/datawatcher/DataWatcherObject.html | 274 ++ .../api/datawatcher/DataWatcherRegistry.html | 230 ++ .../datawatcher/DataWatcherSerializer.html | 228 ++ .../api/datawatcher/package-frame.html | 30 + .../api/datawatcher/package-summary.html | 179 + .../api/datawatcher/package-tree.html | 145 + .../spigotmetadata/api/nbt/NBTBase.html | 259 ++ .../api/nbt/NBTInputStream.html | 416 +++ .../spigotmetadata/api/nbt/NBTManager.html | 475 +++ .../spigotmetadata/api/nbt/NBTNumber.html | 327 ++ .../api/nbt/NBTOutputStream.html | 411 +++ .../NBTSerializer.ByteArraySerializer.html | 326 ++ .../nbt/NBTSerializer.CompoundSerializer.html | 326 ++ .../api/nbt/NBTSerializer.EndSerializer.html | 326 ++ .../nbt/NBTSerializer.IntArraySerializer.html | 326 ++ .../api/nbt/NBTSerializer.ListSerializer.html | 326 ++ .../NBTSerializer.SimpleValueSerializer.html | 330 ++ .../spigotmetadata/api/nbt/NBTSerializer.html | 293 ++ .../api/nbt/NBTSingleValue.html | 242 ++ .../api/nbt/NBTTagCompound.html | 917 +++++ .../spigotmetadata/api/nbt/NBTTagEnd.html | 191 ++ .../spigotmetadata/api/nbt/NBTTagList.html | 522 +++ .../spigotmetadata/api/nbt/NBTTagType.html | 473 +++ .../spigotmetadata/api/nbt/NamedNBT.html | 354 ++ .../spigotmetadata/api/nbt/package-frame.html | 40 + .../api/nbt/package-summary.html | 219 ++ .../spigotmetadata/api/nbt/package-tree.html | 189 + .../spigotmetadata/api/package-frame.html | 25 + .../spigotmetadata/api/package-summary.html | 159 + .../spigotmetadata/api/package-tree.html | 140 + .../exception/MojangsonParseException.html | 265 ++ .../exception/UnknownIndexException.html | 265 ++ .../exception/package-frame.html | 21 + .../exception/package-summary.html | 144 + .../exception/package-tree.html | 148 + .../spigotmetadata/util/ServerVersion.html | 787 +++++ .../util/ThrowingBiConsumer.html | 266 ++ .../spigotmetadata/util/ThrowingConsumer.html | 262 ++ .../spigotmetadata/util/ThrowingFunction.html | 262 ++ .../spigotmetadata/util/ThrowingSupplier.html | 251 ++ .../spigotmetadata/util/TriFunction.html | 230 ++ .../spigotmetadata/util/package-frame.html | 28 + .../spigotmetadata/util/package-summary.html | 171 + .../spigotmetadata/util/package-tree.html | 159 + docs/javadoc/help-doc.html | 408 ++- docs/javadoc/index-all.html | 3025 +++++------------ docs/javadoc/index.html | 122 +- docs/javadoc/overview-frame.html | 31 +- docs/javadoc/overview-summary.html | 247 +- docs/javadoc/overview-tree.html | 559 ++- docs/javadoc/package-list | 10 +- docs/javadoc/script.js | 16 +- docs/javadoc/serialized-form.html | 221 +- docs/javadoc/stylesheet.css | 627 ++-- 119 files changed, 16972 insertions(+), 21746 deletions(-) delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/EntityMetadataAPI.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/MetadataUtil.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/VersionEntityMetadataAPI.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcher.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherEntry.VersionEntry.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherEntry.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherKey.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherManager.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherObject.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherRegistry.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherSerializer.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-frame.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-summary.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-tree.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTBase.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTInputStream.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTManager.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTNumber.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTOutputStream.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.ByteArraySerializer.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.CompoundSerializer.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.EndSerializer.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.IntArraySerializer.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.ListSerializer.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.SimpleValueSerializer.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSingleValue.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagCompound.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagEnd.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagList.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagType.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NamedNBT.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-frame.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-summary.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-tree.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/package-frame.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/package-summary.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/api/package-tree.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/exception/MojangsonParseException.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/exception/UnknownIndexException.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/exception/package-frame.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/exception/package-summary.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/exception/package-tree.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/util/ServerVersion.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingBiConsumer.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingConsumer.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingFunction.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingSupplier.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/util/TriFunction.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/util/package-frame.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/util/package-summary.html delete mode 100644 docs/javadoc/fr/il_totore/entitymetadata/util/package-tree.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/MetadataUtil.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/SpigotMetadataAPI.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/VersionSpigotMetadataAPI.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcher.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherEntry.VersionEntry.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherEntry.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherKey.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherManager.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherObject.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherRegistry.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherSerializer.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-frame.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-summary.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-tree.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTBase.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTInputStream.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTManager.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTNumber.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTOutputStream.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.ByteArraySerializer.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.CompoundSerializer.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.EndSerializer.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.IntArraySerializer.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.ListSerializer.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.SimpleValueSerializer.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSingleValue.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagCompound.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagEnd.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagList.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagType.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NamedNBT.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-frame.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-summary.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-tree.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/package-frame.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/package-summary.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/api/package-tree.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/exception/MojangsonParseException.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/exception/UnknownIndexException.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/exception/package-frame.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/exception/package-summary.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/exception/package-tree.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/util/ServerVersion.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingBiConsumer.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingConsumer.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingFunction.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingSupplier.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/util/TriFunction.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/util/package-frame.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/util/package-summary.html create mode 100644 docs/javadoc/fr/il_totore/spigotmetadata/util/package-tree.html diff --git a/build.gradle b/build.gradle index 434b918..6cf5c48 100644 --- a/build.gradle +++ b/build.gradle @@ -63,6 +63,7 @@ task alljavadoc(type: Javadoc) { source documentedProjects.collect { name -> project(name).sourceSets.main.allJava } classpath = files(documentedProjects.collect { name -> project(name).sourceSets.main.compileClasspath }) destinationDir = file("${buildDir}/docs/javadoc") + group 'documentation' } publishing { diff --git a/docs/javadoc/allclasses-frame.html b/docs/javadoc/allclasses-frame.html index ee5d12c..9eda1ac 100644 --- a/docs/javadoc/allclasses-frame.html +++ b/docs/javadoc/allclasses-frame.html @@ -2,120 +2,54 @@ - - All Classes (EntityMetadata 3.0-SNAPSHOT API) - - - + +All Classes (SpigotMetadata 3.0-SNAPSHOT API) + + +

All Classes

- +
diff --git a/docs/javadoc/allclasses-noframe.html b/docs/javadoc/allclasses-noframe.html index dbb4f7c..9d96f40 100644 --- a/docs/javadoc/allclasses-noframe.html +++ b/docs/javadoc/allclasses-noframe.html @@ -2,111 +2,54 @@ - - All Classes (EntityMetadata 3.0-SNAPSHOT API) - - - + +All Classes (SpigotMetadata 3.0-SNAPSHOT API) + + +

All Classes

- +
diff --git a/docs/javadoc/constant-values.html b/docs/javadoc/constant-values.html index 895bc07..5691b11 100644 --- a/docs/javadoc/constant-values.html +++ b/docs/javadoc/constant-values.html @@ -2,118 +2,121 @@ - - Constant Field Values (EntityMetadata 3.0-SNAPSHOT API) - - - + +Constant Field Values (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + +
+ +
+ + +
-

Constant Field Values

-

Contents

+

Constant Field Values

+

Contents

+ + + +
+ +
+ + + diff --git a/docs/javadoc/deprecated-list.html b/docs/javadoc/deprecated-list.html index e01559a..faea9b0 100644 --- a/docs/javadoc/deprecated-list.html +++ b/docs/javadoc/deprecated-list.html @@ -2,171 +2,164 @@ - - Deprecated List (EntityMetadata 3.0-SNAPSHOT API) - - - + +Deprecated List (SpigotMetadata 3.0-SNAPSHOT API) + + +
- + - - - - - + + + + +
+ + + +
+ +
+ + +
-

Deprecated API

-

Contents

- +

Deprecated API

+

Contents

+
- + - - - - - + + + + +
- + + + + + - - - - - +
+ + + +
+ +
+ + + diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/EntityMetadataAPI.html b/docs/javadoc/fr/il_totore/entitymetadata/api/EntityMetadataAPI.html deleted file mode 100644 index adcc9e8..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/EntityMetadataAPI.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - EntityMetadataAPI (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api
-

Class EntityMetadataAPI

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.EntityMetadataAPI
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class EntityMetadataAPI
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/MetadataUtil.html b/docs/javadoc/fr/il_totore/entitymetadata/api/MetadataUtil.html deleted file mode 100644 index 26b84c9..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/MetadataUtil.html +++ /dev/null @@ -1,408 +0,0 @@ - - - - - - MetadataUtil (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api
-

Interface MetadataUtil

-
-
-
-
    -
  • -
    -
    Deprecated.
    -
    -
    @Deprecated
    -public interface MetadataUtil
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getDataWatcher

        -
        DataWatcher getDataWatcher(org.bukkit.entity.Entity entity)
        -
        Deprecated. 
        -
        Get the DataWatcher - of the passed Entity
        -
        -
        Parameters:
        -
        entity - the DataWatcher's - owner -
        -
        Returns:
        -
        the DataWatcher - of the given Entity
        -
        -
      • -
      - - - - - - - -
        -
      • -

        setNBTTag

        -
        void setNBTTag(org.bukkit.entity.Entity entity,
        -               NBTTagCompound nbtTagCompound)
        -
        Deprecated. 
        -
        Set to the given Entity the given NBTTagCompound -
        -
        -
        Parameters:
        -
        entity - the owner of data to edit
        -
        nbtTagCompound - the NBTTagCompound - used to set entity's data -
        -
        -
      • -
      - - - - - -
        -
      • -

        nbtOf

        -
        <V,T extends NBTBase> T nbtOf(NBTTagType<T> type,
        -                              V value)
        -
        Deprecated. 
        -
        Create a new child instance of NBTBase -
        -
        -
        Type Parameters:
        -
        V - the value's generic type
        -
        T - the new instance's generic type
        -
        Parameters:
        -
        type - the NBTTagType - of this NBTBase -
        -
        value - the value to set in the new NBTBase - instance -
        -
        Returns:
        -
        a new T instance with the given V value
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/VersionEntityMetadataAPI.html b/docs/javadoc/fr/il_totore/entitymetadata/api/VersionEntityMetadataAPI.html deleted file mode 100644 index ce8bfb1..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/VersionEntityMetadataAPI.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - - VersionEntityMetadataAPI (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api
-

Interface VersionEntityMetadataAPI

-
-
-
-
    -
  • -
    -
    -
    public interface VersionEntityMetadataAPI
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcher.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcher.html deleted file mode 100644 index 9c02afd..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcher.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - DataWatcher (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.datawatcher
-

Interface DataWatcher

-
-
-
-
    -
  • -
    -
    -
    public interface DataWatcher
    -
  • -
-
-
- -
-
-
    -
  • - - -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherEntry.VersionEntry.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherEntry.VersionEntry.html deleted file mode 100644 index 9b0c9a9..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherEntry.VersionEntry.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - DataWatcherEntry.VersionEntry (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.datawatcher
-

Class DataWatcherEntry.VersionEntry<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry.VersionEntry<T>
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        VersionEntry

        -
        public VersionEntry(ServerVersion version,
        -                    DataWatcherKey<T> key,
        -                    int index)
        -
        Create a new VersionEntry
        -
        -
        Parameters:
        -
        version - the entry's version
        -
        key - the entry's DataWatcherKey -
        -
        index - the value/index
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getVersion

        -
        public ServerVersion getVersion()
        -
        Get entry's version
        -
        -
        Returns:
        -
        the entry's version
        -
        -
      • -
      - - - -
        -
      • -

        getKey

        -
        public DataWatcherKey<T> getKey()
        -
        Get the entry's key
        -
        -
        Returns:
        -
        the entry's key
        -
        -
      • -
      - - - -
        -
      • -

        getIndex

        -
        public int getIndex()
        -
        Get the entry's index
        -
        -
        Returns:
        -
        the entry's index
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherEntry.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherEntry.html deleted file mode 100644 index 64d7919..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherEntry.html +++ /dev/null @@ -1,537 +0,0 @@ - - - - - - DataWatcherEntry (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.datawatcher
-

Class DataWatcherEntry

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class DataWatcherEntry
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherKey.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherKey.html deleted file mode 100644 index f6a3970..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherKey.html +++ /dev/null @@ -1,758 +0,0 @@ - - - - - - DataWatcherKey (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.datawatcher
-

Class DataWatcherKey<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey<T>
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class DataWatcherKey<T>
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        BOOLEAN

        -
        public static final DataWatcherKey<java.lang.Boolean> BOOLEAN
        -
      • -
      - - - -
        -
      • -

        BYTE

        -
        public static final DataWatcherKey<java.lang.Byte> BYTE
        -
      • -
      - - - -
        -
      • -

        SHORT

        -
        public static final DataWatcherKey<java.lang.Short> SHORT
        -
      • -
      - - - -
        -
      • -

        INT

        -
        public static final DataWatcherKey<java.lang.Integer> INT
        -
      • -
      - - - -
        -
      • -

        LONG

        -
        public static final DataWatcherKey<java.lang.Long> LONG
        -
      • -
      - - - -
        -
      • -

        FLOAT

        -
        public static final DataWatcherKey<java.lang.Float> FLOAT
        -
      • -
      - - - -
        -
      • -

        DOUBLE

        -
        public static final DataWatcherKey<java.lang.Double> DOUBLE
        -
      • -
      - - - -
        -
      • -

        STRING

        -
        public static final DataWatcherKey<java.lang.String> STRING
        -
      • -
      - - - -
        -
      • -

        OPTIONAL_UUID

        -
        public static final DataWatcherKey<com.google.common.base.Optional<java.util.UUID>> OPTIONAL_UUID
        -
      • -
      - - - -
        -
      • -

        VECTOR

        -
        public static final DataWatcherKey<org.bukkit.util.Vector> VECTOR
        -
      • -
      - - - -
        -
      • -

        POSITION

        -
        public static final DataWatcherKey<org.bukkit.util.Vector> POSITION
        -
      • -
      - - - -
        -
      • -

        OPTIONAL_POSITION

        -
        public static final DataWatcherKey<com.google.common.base.Optional<org.bukkit.util.Vector>> OPTIONAL_POSITION
        -
      • -
      - - - -
        -
      • -

        CHAT_COMPONENT

        -
        public static final DataWatcherKey<net.md_5.bungee.api.chat.BaseComponent> CHAT_COMPONENT
        -
      • -
      - - - -
        -
      • -

        OPTIONAL_CHAT_COMPONENT

        -
        public static final DataWatcherKey<com.google.common.base.Optional<net.md_5.bungee.api.chat.BaseComponent>> OPTIONAL_CHAT_COMPONENT
        -
      • -
      - - - -
        -
      • -

        ROTATION

        -
        public static final DataWatcherKey<org.bukkit.util.EulerAngle> ROTATION
        -
      • -
      - - - -
        -
      • -

        BLOCK_FACE

        -
        public static final DataWatcherKey<org.bukkit.block.BlockFace> BLOCK_FACE
        -
      • -
      - - - -
        -
      • -

        OPTIONAL_ITEM_STACK

        -
        public static final DataWatcherKey<com.google.common.base.Optional<org.bukkit.inventory.ItemStack>> OPTIONAL_ITEM_STACK
        -
      • -
      - - - - -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DataWatcherKey

        -
        public DataWatcherKey(java.lang.String key)
        -
        Create a new DataWatcherKey with a key
        -
        -
        Parameters:
        -
        key - the key of this DataWatcherKey. - Note this key must be unique -
        -
        -
      • -
      - - - -
        -
      • -

        DataWatcherKey

        -
        public DataWatcherKey(java.lang.Class<T> clazz)
        -
        Create a new DataWatcherKey with the class's name
        -
        -
        Parameters:
        -
        clazz - the given class
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getKey

        -
        public java.lang.String getKey()
        -
        Get the key.
        -
        -
        Returns:
        -
        the DataWatcherKey's - key -
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals(java.lang.Object obj)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherManager.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherManager.html deleted file mode 100644 index a488092..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherManager.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - - DataWatcherManager (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.datawatcher
-

Interface DataWatcherManager

-
-
-
-
    -
  • -
    -
    -
    public interface DataWatcherManager
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getDataWatcher

        -
        DataWatcher getDataWatcher(org.bukkit.entity.Entity entity)
        -
        Get the DataWatcher - of the passed Entity
        -
        -
        Parameters:
        -
        entity - the DataWatcher's - owner -
        -
        Returns:
        -
        the DataWatcher - of the given Entity
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherObject.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherObject.html deleted file mode 100644 index 3352709..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherObject.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - DataWatcherObject (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.datawatcher
-

Interface DataWatcherObject<F,T>

-
-
-
-
    -
  • -
    -
    -
    public interface DataWatcherObject<F,T>
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - - - - - - - -
        -
      • -

        bukkitToNotch

        -
        T bukkitToNotch(F from)
        -
        Transform the F (From/Bukkit) value to a T (To/Notchian) value
        -
        -
        Parameters:
        -
        from - T value to transform
        -
        Returns:
        -
        F value transformed
        -
        -
      • -
      - - - - - -
        -
      • -

        notchToBukkit

        -
        F notchToBukkit(T to)
        -
        Transformed the T (To/Notchian) value to F (From/Bukkit) value
        -
        -
        Parameters:
        -
        to - T value to transform
        -
        Returns:
        -
        F value transformed
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherRegistry.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherRegistry.html deleted file mode 100644 index 2fd2982..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherRegistry.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - DataWatcherRegistry (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.datawatcher
-

Interface DataWatcherRegistry

-
-
-
-
    -
  • -
    -
    -
    public interface DataWatcherRegistry
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherSerializer.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherSerializer.html deleted file mode 100644 index 6380ea1..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/DataWatcherSerializer.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - DataWatcherSerializer (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.datawatcher
-

Interface DataWatcherSerializer<F,T>

-
-
-
-
    -
  • -
    -
    -
    public interface DataWatcherSerializer<F,T>
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-frame.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-frame.html deleted file mode 100644 index 7c07f09..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-frame.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.api.datawatcher (EntityMetadata 3.0-SNAPSHOT API) - - - - - -

fr.il_totore.entitymetadata.api.datawatcher

- - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-summary.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-summary.html deleted file mode 100644 index 578315b..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-summary.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.api.datawatcher (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Package fr.il_totore.entitymetadata.api.datawatcher

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-tree.html b/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-tree.html deleted file mode 100644 index 568fcaa..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/datawatcher/package-tree.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.api.datawatcher Class Hierarchy (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package fr.il_totore.entitymetadata.api.datawatcher

- Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTBase.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTBase.html deleted file mode 100644 index 6059ccb..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTBase.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - NBTBase (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Interface NBTBase

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isEmpty

        -
        boolean isEmpty()
        -
        Check if the NBTBase - is empty -
        -
        -
        Returns:
        -
        true if empty
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTInputStream.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTInputStream.html deleted file mode 100644 index 7abbed8..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTInputStream.html +++ /dev/null @@ -1,519 +0,0 @@ - - - - - - NBTInputStream (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Class NBTInputStream

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.io.InputStream
    • -
    • -
        -
      • java.io.FilterInputStream
      • -
      • -
          -
        • java.io.DataInputStream
        • -
        • -
            -
          • fr.il_totore.entitymetadata.api.nbt.NBTInputStream
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Closeable, java.io.DataInput, java.lang.AutoCloseable
    -
    -
    -
    -
    public class NBTInputStream
    -extends java.io.DataInputStream
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class java.io.FilterInputStream

        - in
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      NBTInputStream(NBTManager nbtManager, - java.io.InputStream in) -
      Creates a NBTInputStream - that uses the specified - underlying InputStream. -
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      NamedNBT<?> - readNamedTag() -
      Read the next named tag.
      -
      <T extends NBTBase>
      NamedNBT<T>
      -
      readNamedTag(NBTTagType<T> nbtTagType) -
      Read the next unnamed tag.
      -
      NBTBasereadTag() -
      Read the next unnamed tag.
      -
      <T extends NBTBase>
      T
      -
      readTag(NBTTagType<T> nbtTagType) -
      Read the next unnamed tag.
      -
      -
        -
      • - - -

        Methods inherited from class java.io.DataInputStream

        - read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, - readFully, readInt, readLine, readLong, readShort, readUnsignedByte, - readUnsignedShort, readUTF, readUTF, skipBytes
      • -
      -
        -
      • - - -

        Methods inherited from class java.io.FilterInputStream

        - available, close, mark, markSupported, read, reset, skip
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, - wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NBTInputStream

        -
        public NBTInputStream(NBTManager nbtManager,
        -                      java.io.InputStream in)
        -
        Creates a NBTInputStream - that uses the specified - underlying InputStream. -
        -
        -
        Parameters:
        -
        nbtManager - the NBTManager - instance -
        -
        in - the specified input stream
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        readTag

        -
        public NBTBase readTag()
        -                throws java.io.IOException
        -
        Read the next unnamed tag. An additive byte will be read to find the - tag's type. -
        -
        -
        Returns:
        -
        the next NBTTag
        -
        Throws:
        -
        java.io.IOException - if the discovered tag type is unknown or if a - deserialization error occurs -
        -
        -
      • -
      - - - -
        -
      • -

        readTag

        -
        public <T extends NBTBase> T readTag(NBTTagType<T> nbtTagType)
        -                              throws java.io.IOException
        -
        Read the next unnamed tag.
        -
        -
        Type Parameters:
        -
        T - the returned NBTBase - type passed thought the NBTTagType -
        -
        Parameters:
        -
        nbtTagType - the NBTTagType - used to read the tag. It is also used to pass the generic NBT type. -
        -
        Returns:
        -
        the next NBTTag
        -
        Throws:
        -
        java.io.IOException - if the discovered tag type is unknown or if a - deserialization error occurs -
        -
        -
      • -
      - - - -
        -
      • -

        readNamedTag

        -
        public NamedNBT<?> readNamedTag()
        -                         throws java.io.IOException
        -
        Read the next named tag. An additive byte and a UTF - String will be read to find the tag's type and name. -
        -
        -
        Returns:
        -
        the next NBTTag
        -
        Throws:
        -
        java.io.IOException - if the discovered tag type is unknown or if a - deserialization error occurs -
        -
        -
      • -
      - - - -
        -
      • -

        readNamedTag

        -
        public <T extends NBTBaseNamedNBT<T> readNamedTag(NBTTagType<T> nbtTagType)
        -                                             throws java.io.IOException
        -
        Read the next unnamed tag. An additive UTF String will - be read to find the tag's name -
        -
        -
        Type Parameters:
        -
        T - the returned NBTBase - type passed thought the NBTTagType -
        -
        Parameters:
        -
        nbtTagType - the NBTTagType - used to read the tag. It is also used to pass the generic NBT type. -
        -
        Returns:
        -
        the next NBTTag
        -
        Throws:
        -
        java.io.IOException - if the discovered tag type is unknown or if a - deserialization error occurs -
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTManager.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTManager.html deleted file mode 100644 index 239a797..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTManager.html +++ /dev/null @@ -1,721 +0,0 @@ - - - - - - NBTManager (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Interface NBTManager

-
-
-
-
    -
  • -
    -
    -
    public interface NBTManager
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        setNBTTag

        -
        void setNBTTag(org.bukkit.entity.Entity entity,
        -               NBTTagCompound nbtTagCompound)
        -
        Set to the given Entity the given NBTTagCompound -
        -
        -
        Parameters:
        -
        entity - the owner of data to edit
        -
        nbtTagCompound - the NBTTagCompound - used to set entity's data -
        -
        -
      • -
      - - - - - - - -
        -
      • -

        setNBTTag

        -
        void setNBTTag(org.bukkit.inventory.ItemStack itemStack,
        -               NBTTagCompound nbtTagCompound)
        -
        Set to the given ItemStack the given NBTTagCompound -
        -
        -
        Parameters:
        -
        itemStack - the owner of data to edit
        -
        nbtTagCompound - the NBTTagCompound - used to set entity's data -
        -
        -
      • -
      - - - - - - - -
        -
      • -

        setNBTTag

        -
        void setNBTTag(org.bukkit.block.Block block,
        -               NBTTagCompound nbtTagCompound)
        -
        Set to the given Block the given NBTTagCompound -
        -
        -
        Parameters:
        -
        block - the owner of data to edit
        -
        nbtTagCompound - the NBTTagCompound - used to set entity's data -
        -
        -
      • -
      - - - - - - - -
        -
      • -

        setNBTTag

        -
        void setNBTTag(org.bukkit.Location location,
        -               NBTTagCompound nbtTagCompound)
        -
        Set to the given Location the given NBTTagCompound -
        -
        -
        Parameters:
        -
        location - the owner of data to edit
        -
        nbtTagCompound - the NBTTagCompound - used to set entity's data -
        -
        -
      • -
      - - - - - -
        -
      • -

        of

        -
        <V,T extends NBTBase> T of(NBTTagType<T> type,
        -                           V value)
        -
        Create a new child instance of NBTBase -
        -
        -
        Type Parameters:
        -
        V - the value's generic type
        -
        T - the new instance's generic type
        -
        Parameters:
        -
        type - the NBTTagType - of this NBTBase -
        -
        value - the value to set in the new NBTBase - instance -
        -
        Returns:
        -
        a new T instance with the given V value
        -
        -
      • -
      - - - -
        -
      • -

        of

        -
        <T extends NBTBase> T of(NBTTagType<T> type)
        -
        Create a new child instance of NBTBase -
        -
        -
        Type Parameters:
        -
        T - the new instance's generic type
        -
        Parameters:
        -
        type - the NBTTagType - of this NBTBase -
        -
        Returns:
        -
        a new T empty instance
        -
        -
      • -
      - - - - - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTNumber.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTNumber.html deleted file mode 100644 index e91dfd0..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTNumber.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - NBTNumber (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Interface NBTNumber<V extends java.lang.Number>

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        byteValue

        -
        byte byteValue()
        -
        -
        Returns:
        -
        NBT's value as byte
        -
        -
      • -
      - - - -
        -
      • -

        shortValue

        -
        short shortValue()
        -
        -
        Returns:
        -
        NBT's value as short
        -
        -
      • -
      - - - -
        -
      • -

        intValue

        -
        int intValue()
        -
        -
        Returns:
        -
        NBT's value as int
        -
        -
      • -
      - - - -
        -
      • -

        longValue

        -
        long longValue()
        -
        -
        Returns:
        -
        NBT's value as long
        -
        -
      • -
      - - - -
        -
      • -

        floatValue

        -
        float floatValue()
        -
        -
        Returns:
        -
        NBT's value as float
        -
        -
      • -
      - - - -
        -
      • -

        doubleValue

        -
        double doubleValue()
        -
        -
        Returns:
        -
        NBT's value as double
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTOutputStream.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTOutputStream.html deleted file mode 100644 index f723bda..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTOutputStream.html +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - NBTOutputStream (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Class NBTOutputStream

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.io.OutputStream
    • -
    • -
        -
      • java.io.FilterOutputStream
      • -
      • -
          -
        • java.io.DataOutputStream
        • -
        • -
            -
          • fr.il_totore.entitymetadata.api.nbt.NBTOutputStream
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Closeable, java.io.DataOutput, java.io.Flushable, java.lang.AutoCloseable
    -
    -
    -
    -
    public class NBTOutputStream
    -extends java.io.DataOutputStream
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class java.io.DataOutputStream

        - written
      • -
      -
        -
      • - - -

        Fields inherited from class java.io.FilterOutputStream

        - out
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      NBTOutputStream(NBTManager nbtManager, - java.io.OutputStream out) -
      Creates a new NBTOutputStream - to write NBTTags to the specified - underlying output stream. -
      -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidwriteNamedTag(NamedNBT nbt)  -
      <T extends NBTBase>
      void
      -
      writeNamedTag(NBTTagType<T> nbtTagType, - NamedNBT<T> nbt)  -
      voidwriteTag(NBTBase nbtBase)  -
      <T extends NBTBase>
      void
      -
      writeTag(NBTTagType<T> nbtTagType, - T nbtBase)  -
      -
        -
      • - - -

        Methods inherited from class java.io.DataOutputStream

        - flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, - writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, - writeUTF
      • -
      -
        -
      • - - -

        Methods inherited from class java.io.FilterOutputStream

        - close, write
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, - wait, wait
      • -
      -
        -
      • - - -

        Methods inherited from interface java.io.DataOutput

        - write
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NBTOutputStream

        -
        public NBTOutputStream(NBTManager nbtManager,
        -                       java.io.OutputStream out)
        -
        Creates a new NBTOutputStream - to write NBTTags to the specified - underlying output stream. The counter written is - set to zero. -
        -
        -
        Parameters:
        -
        nbtManager - the NBTManager - instance -
        -
        out - the underlying output stream, to be saved for later use.
        -
        See Also:
        -
        FilterOutputStream.out
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        writeTag

        -
        public void writeTag(NBTBase nbtBase)
        -              throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - - - -
        -
      • -

        writeTag

        -
        public <T extends NBTBase> void writeTag(NBTTagType<T> nbtTagType,
        -                                         T nbtBase)
        -                                  throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        writeNamedTag

        -
        public void writeNamedTag(NamedNBT nbt)
        -                   throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        writeNamedTag

        -
        public <T extends NBTBase> void writeNamedTag(NBTTagType<T> nbtTagType,
        -                                              NamedNBT<T> nbt)
        -                                       throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.ByteArraySerializer.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.ByteArraySerializer.html deleted file mode 100644 index 512f907..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.ByteArraySerializer.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - NBTSerializer.ByteArraySerializer (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Class NBTSerializer.ByteArraySerializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.nbt.NBTSerializer.ByteArraySerializer
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.CompoundSerializer.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.CompoundSerializer.html deleted file mode 100644 index 8eadf8e..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.CompoundSerializer.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - NBTSerializer.CompoundSerializer (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Class NBTSerializer.CompoundSerializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.nbt.NBTSerializer.CompoundSerializer
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.EndSerializer.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.EndSerializer.html deleted file mode 100644 index 13cf044..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.EndSerializer.html +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - NBTSerializer.EndSerializer (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Class NBTSerializer.EndSerializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.nbt.NBTSerializer.EndSerializer
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.IntArraySerializer.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.IntArraySerializer.html deleted file mode 100644 index 20328ba..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.IntArraySerializer.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - NBTSerializer.IntArraySerializer (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Class NBTSerializer.IntArraySerializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.nbt.NBTSerializer.IntArraySerializer
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.ListSerializer.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.ListSerializer.html deleted file mode 100644 index 29f7859..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.ListSerializer.html +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - NBTSerializer.ListSerializer (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Class NBTSerializer.ListSerializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.nbt.NBTSerializer.ListSerializer
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.SimpleValueSerializer.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.SimpleValueSerializer.html deleted file mode 100644 index 86e4ac9..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.SimpleValueSerializer.html +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - NBTSerializer.SimpleValueSerializer (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Class NBTSerializer.SimpleValueSerializer<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.nbt.NBTSerializer.SimpleValueSerializer<T>
    • -
    -
  • -
-
- -
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.html deleted file mode 100644 index ed20cf8..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSerializer.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - NBTSerializer (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Interface NBTSerializer<T extends NBTBase>

-
-
- -
- -
-
-
    -
  • - - -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSingleValue.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSingleValue.html deleted file mode 100644 index 412c32e..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTSingleValue.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - NBTSingleValue (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Interface NBTSingleValue<T>

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    java.lang.Cloneable, NBTBase -
    -
    -
    -
    All Known Subinterfaces:
    -
    NBTNumber<V> -
    -
    -
    -
    -
    public interface NBTSingleValue<T>
    -extends NBTBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        get

        -
        T get()
        -
        Get the NBT's value
        -
        -
        Returns:
        -
        the NBT's value as T
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagCompound.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagCompound.html deleted file mode 100644 index 2740d23..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagCompound.html +++ /dev/null @@ -1,1113 +0,0 @@ - - - - - - NBTTagCompound (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Interface NBTTagCompound

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    java.lang.Cloneable, NBTBase -
    -
    -
    -
    -
    public interface NBTTagCompound
    -extends NBTBase
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      booleangetBoolean(java.lang.String key) -
      Get the value associated to the given key
      -
      bytegetByte(java.lang.String key) -
      Get the value associated to the given key
      -
      byte[]getByteArray(java.lang.String key) -
      Get the value associated to the given key
      -
      NBTTagCompound - getCompound(java.lang.String key) -
      Get the value associated to the given key
      -
      doublegetDouble(java.lang.String key) -
      Get the value associated to the given key
      -
      floatgetFloat(java.lang.String key) -
      Get the value associated to the given key
      -
      intgetInt(java.lang.String key) -
      Get the value associated to the given key
      -
      int[]getIntArray(java.lang.String key) -
      Get the value associated to the given key
      -
      NBTTagList - getList(java.lang.String key, - NBTTagType type) -
      Get the value associated to the given key
      -
      longgetLong(java.lang.String key) -
      Get the value associated to the given key
      -
      shortgetShort(java.lang.String key) -
      Get the value associated to the given key
      -
      java.lang.StringgetString(java.lang.String key) -
      Get the value associated to the given key
      -
      NBTTagTypegetType() -
      Get the NBTTag's type
      -
      NBTTagTypegetTypeOf(java.lang.String key) -
      return the NBTTagType - of the value associated to the given key -
      -
      booleanhasKey(java.lang.String key) -
      check if the given key exists
      -
      booleanhasKeyOfType(java.lang.String key, - NBTTagType type) -
      Check if the NBTTagCompound - has a value of the given NBTTagType - associated with the given key -
      -
      booleanisEmpty() -
      Check if the NBTTagCompound - is empty -
      -
      java.util.Set<java.lang.String>keySet()  -
      NBTTagCompound - merge(NBTTagCompound nbtTagCompound) -
      Merge this NBTTagCompound - with the parameter one. -
      -
      voidremove(java.lang.String key) -
      Remove the value associated to the given key
      -
      voidsetBoolean(java.lang.String key, - boolean value) -
      Put the given boolean value with the key.
      -
      voidsetByte(java.lang.String key, - byte value) -
      Put the given byte value with the key.
      -
      voidsetByteArray(java.lang.String key, - byte[] value) -
      Put the given byte array with the key.
      -
      voidsetDouble(java.lang.String key, - double value) -
      Put the given double value with the key.
      -
      voidsetFloat(java.lang.String key, - float value) -
      Put the given float value with the key.
      -
      voidsetInt(java.lang.String key, - int value) -
      Put the given int value with the key.
      -
      voidsetIntArray(java.lang.String key, - int[] value) -
      Put the given int array with the key.
      -
      voidsetLong(java.lang.String key, - long value) -
      Put the given long value with the key.
      -
      voidsetShort(java.lang.String key, - short value) -
      Put the given short value with the key.
      -
      voidsetString(java.lang.String key, - java.lang.String value) -
      Put the given String value with the key.
      -
      voidsetTag(java.lang.String key, - NBTBase nbtBase)  -
      java.lang.StringtoString() -
      Parse this NBTTagCompound - to String -
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setTag

        -
        void setTag(java.lang.String key,
        -            NBTBase nbtBase)
        -
      • -
      - - - -
        -
      • -

        setByte

        -
        void setByte(java.lang.String key,
        -             byte value)
        -
        Put the given byte value with the key.
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        value - the value to put with the key
        -
        -
      • -
      - - - -
        -
      • -

        setShort

        -
        void setShort(java.lang.String key,
        -              short value)
        -
        Put the given short value with the key.
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        value - the value to put with the key
        -
        -
      • -
      - - - -
        -
      • -

        setInt

        -
        void setInt(java.lang.String key,
        -            int value)
        -
        Put the given int value with the key.
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        value - the value to put with the key
        -
        -
      • -
      - - - -
        -
      • -

        setLong

        -
        void setLong(java.lang.String key,
        -             long value)
        -
        Put the given long value with the key.
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        value - the value to put with the key
        -
        -
      • -
      - - - -
        -
      • -

        setFloat

        -
        void setFloat(java.lang.String key,
        -              float value)
        -
        Put the given float value with the key.
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        value - the value to put with the key
        -
        -
      • -
      - - - -
        -
      • -

        setDouble

        -
        void setDouble(java.lang.String key,
        -               double value)
        -
        Put the given double value with the key.
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        value - the value to put with the key
        -
        -
      • -
      - - - -
        -
      • -

        setString

        -
        void setString(java.lang.String key,
        -               java.lang.String value)
        -
        Put the given String value with the key.
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        value - the value to put with the key
        -
        -
      • -
      - - - -
        -
      • -

        setByteArray

        -
        void setByteArray(java.lang.String key,
        -                  byte[] value)
        -
        Put the given byte array with the key.
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        value - the value to put with the key
        -
        -
      • -
      - - - -
        -
      • -

        setIntArray

        -
        void setIntArray(java.lang.String key,
        -                 int[] value)
        -
        Put the given int array with the key.
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        value - the value to put with the key
        -
        -
      • -
      - - - -
        -
      • -

        setBoolean

        -
        void setBoolean(java.lang.String key,
        -                boolean value)
        -
        Put the given boolean value with the key.
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        value - the value to put with the key
        -
        -
      • -
      - - - -
        -
      • -

        getByte

        -
        byte getByte(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getShort

        -
        short getShort(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getInt

        -
        int getInt(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getLong

        -
        long getLong(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getFloat

        -
        float getFloat(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getDouble

        -
        double getDouble(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getString

        -
        java.lang.String getString(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getByteArray

        -
        byte[] getByteArray(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getIntArray

        -
        int[] getIntArray(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getCompound

        -
        NBTTagCompound getCompound(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getList

        -
        NBTTagList getList(java.lang.String key,
        -                   NBTTagType type)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        type - the NBTTagType - of the NBTTagList -
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        getBoolean

        -
        boolean getBoolean(java.lang.String key)
        -
        Get the value associated to the given key
        -
        -
        Parameters:
        -
        key - the given key as String
        -
        Returns:
        -
        the value associated to the given key
        -
        -
      • -
      - - - -
        -
      • -

        remove

        -
        void remove(java.lang.String key)
        -
        Remove the value associated to the given key
        -
        -
        Parameters:
        -
        key - the key of the entry to remove
        -
        -
      • -
      - - - -
        -
      • -

        getTypeOf

        -
        NBTTagType getTypeOf(java.lang.String key)
        -
        return the NBTTagType - of the value associated to the given key -
        -
        -
        Parameters:
        -
        key - the key of the value
        -
        Returns:
        -
        the NBTTagType - of the value at the given key -
        -
        -
      • -
      - - - -
        -
      • -

        hasKey

        -
        boolean hasKey(java.lang.String key)
        -
        check if the given key exists
        -
        -
        Parameters:
        -
        key - the given key
        -
        Returns:
        -
        true if an entry with the given key exists
        -
        -
      • -
      - - - -
        -
      • -

        hasKeyOfType

        -
        boolean hasKeyOfType(java.lang.String key,
        -                     NBTTagType type)
        -
        Check if the NBTTagCompound - has a value of the given NBTTagType - associated with the given key -
        -
        -
        Parameters:
        -
        key - the given key
        -
        type - the type co compare
        -
        Returns:
        -
        true if a value associated with the given key is of the given type
        -
        -
      • -
      - - - -
        -
      • -

        isEmpty

        -
        boolean isEmpty()
        -
        Check if the NBTTagCompound - is empty -
        -
        -
        Specified by:
        -
        isEmpty in - interface NBTBase -
        -
        Returns:
        -
        true if empty
        -
        -
      • -
      - - - -
        -
      • -

        keySet

        -
        java.util.Set<java.lang.String> keySet()
        -
        -
        Returns:
        -
        a set of the NBTTagCompound - keys -
        -
        -
      • -
      - - - - - - - -
        -
      • -

        toString

        -
        java.lang.String toString()
        -
        Parse this NBTTagCompound - to String -
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        Returns:
        -
        the String representation of this NBTTagCompound -
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagEnd.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagEnd.html deleted file mode 100644 index 7feeb8c..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagEnd.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - NBTTagEnd (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Interface NBTTagEnd

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    java.lang.Cloneable, NBTBase -
    -
    -
    -
    -
    public interface NBTTagEnd
    -extends NBTBase
    -
  • -
-
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagList.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagList.html deleted file mode 100644 index 8477c6d..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagList.html +++ /dev/null @@ -1,756 +0,0 @@ - - - - - - NBTTagList (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Interface NBTTagList

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    java.lang.Cloneable, NBTBase -
    -
    -
    -
    -
    public interface NBTTagList
    -extends NBTBase
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        add

        -
        void add(NBTBase nbtBase)
        -
        Add a NBTBase -
        -
        -
        Parameters:
        -
        nbtBase - the element to be added
        -
        -
      • -
      - - - -
        -
      • -

        addAll

        -
        void addAll(java.util.Collection<NBTBase> nbtBases)
        -
        Add all NBTBase -
        -
        -
        Parameters:
        -
        nbtBases - the Collection of NBTBase - to be added -
        -
        -
      • -
      - - - -
        -
      • -

        set

        -
        void set(int i,
        -         NBTBase nbtBase)
        -
        Set a NBTBase - at the given index -
        -
        -
        Parameters:
        -
        i - the index to set the element
        -
        nbtBase - the element to set
        -
        -
      • -
      - - - -
        -
      • -

        remove

        -
        void remove(int i)
        -
        Remove an element at the given index
        -
        -
        Parameters:
        -
        i - the element to remove's index
        -
        -
      • -
      - - - -
        -
      • -

        get

        -
        default <T extends NBTBase> T get(NBTManager nbtManager,
        -                                  int i)
        -
        Get the NBTBase - at the given index -
        -
        -
        Type Parameters:
        -
        T - the NBTBase - type -
        -
        Parameters:
        -
        nbtManager - the NBTManager - instance -
        -
        i - location of the NBTBase -
        -
        Returns:
        -
        the NBTBase - at the given index -
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getFloat

        -
        NBTNumber<java.lang.Float> getFloat(int i)
        -
        Get the Float value at the given index
        -
        -
        Parameters:
        -
        i - location of the NBTNumber -
        -
        Returns:
        -
        the NBTNumber - containing the float value at the given index -
        -
        -
      • -
      - - - -
        -
      • -

        getDouble

        -
        NBTNumber<java.lang.Double> getDouble(int i)
        -
        Get the Double value at the given index
        -
        -
        Parameters:
        -
        i - location of the NBTNumber -
        -
        Returns:
        -
        the NBTNumber - containing the double value at the given index -
        -
        -
      • -
      - - - -
        -
      • -

        getIntArray

        -
        NBTSingleValue<java.util.List<java.lang.Integer>> getIntArray(int i)
        -
        Get the int values at the given index
        -
        -
        Parameters:
        -
        i - location of the array
        -
        Returns:
        -
        the NBTSingleValue - containing the int values at the given index -
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getTags

        -
        default java.util.Collection<NBTBase> getTags(NBTManager nbtManager)
        -
        Get all contained tags
        -
        -
        Parameters:
        -
        nbtManager - the NBTManager - instance -
        -
        Returns:
        -
        all contained NBTBase - as Collection
        -
        -
      • -
      - - - -
        -
      • -

        size

        -
        int size()
        -
        Get the NBTTagList's - size -
        -
        -
        Returns:
        -
        the list's size
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getValueType

        -
        NBTTagType<?> getValueType()
        -
        Return the type of contained values
        -
        -
        Returns:
        -
        the NBTTagType - of contained values -
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagType.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagType.html deleted file mode 100644 index 408a10b..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NBTTagType.html +++ /dev/null @@ -1,657 +0,0 @@ - - - - - - NBTTagType (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Class NBTTagType<T extends NBTBase>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.nbt.NBTTagType<T>
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class NBTTagType<T extends NBTBase>
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NamedNBT.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NamedNBT.html deleted file mode 100644 index d21d5d9..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/NamedNBT.html +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - NamedNBT (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.api.nbt
-

Class NamedNBT<T extends NBTBase>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.api.nbt.NamedNBT<T>
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    NBTBase, java.lang.Cloneable -
    -
    -
    -
    -
    public class NamedNBT<T extends NBTBase>
    -extends java.lang.Object
    -implements NBTBase
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      NamedNBT(java.lang.String name, - T nbtBase)  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetName()  -
      NBTTagTypegetType() -
      Get the NBTTag's type
      -
      TgetValue()  -
      booleanisEmpty() -
      Check if the NBTBase - is empty -
      -
      java.lang.StringtoString()  -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, - wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - - - -
        -
      • -

        NamedNBT

        -
        public NamedNBT(java.lang.String name,
        -                T nbtBase)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isEmpty

        -
        public boolean isEmpty()
        -
        Description copied from interface: NBTBase -
        -
        Check if the NBTBase - is empty -
        -
        -
        Specified by:
        -
        isEmpty in - interface NBTBase -
        -
        Returns:
        -
        true if empty
        -
        -
      • -
      - - - -
        -
      • -

        getType

        -
        public NBTTagType getType()
        -
        Description copied from interface: NBTBase -
        -
        Get the NBTTag's type
        -
        -
        Specified by:
        -
        getType in - interface NBTBase -
        -
        Returns:
        -
        the NBTTagType -
        -
        -
      • -
      - - - -
        -
      • -

        getName

        -
        public java.lang.String getName()
        -
      • -
      - - - -
        -
      • -

        getValue

        -
        public T getValue()
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-frame.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-frame.html deleted file mode 100644 index 2b005fc..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-frame.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.api.nbt (EntityMetadata 3.0-SNAPSHOT API) - - - - - -

fr.il_totore.entitymetadata.api.nbt -

- - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-summary.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-summary.html deleted file mode 100644 index e4ea511..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-summary.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.api.nbt (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Package fr.il_totore.entitymetadata.api.nbt

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-tree.html b/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-tree.html deleted file mode 100644 index 631cdf8..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/nbt/package-tree.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.api.nbt Class Hierarchy (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package fr.il_totore.entitymetadata.api.nbt

- Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

-
    -
  • java.lang.Cloneable -
      -
    • fr.il_totore.entitymetadata.api.nbt.NBTBase - -
    • -
    -
  • -
  • fr.il_totore.entitymetadata.api.nbt.NBTManager
  • -
  • fr.il_totore.entitymetadata.api.nbt.NBTSerializer<T> -
  • -
-
- - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/package-frame.html b/docs/javadoc/fr/il_totore/entitymetadata/api/package-frame.html deleted file mode 100644 index ca45186..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.api (EntityMetadata 3.0-SNAPSHOT API) - - - - - -

fr.il_totore.entitymetadata.api -

-
-

Interfaces

- -

Classes

- -
- - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/package-summary.html b/docs/javadoc/fr/il_totore/entitymetadata/api/package-summary.html deleted file mode 100644 index 76b82bc..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/package-summary.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.api (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Package fr.il_totore.entitymetadata.api

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/api/package-tree.html b/docs/javadoc/fr/il_totore/entitymetadata/api/package-tree.html deleted file mode 100644 index c234709..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/api/package-tree.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.api Class Hierarchy (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package fr.il_totore.entitymetadata.api

- Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/exception/MojangsonParseException.html b/docs/javadoc/fr/il_totore/entitymetadata/exception/MojangsonParseException.html deleted file mode 100644 index 9f60aac..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/exception/MojangsonParseException.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - MojangsonParseException (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.exception
-

Class MojangsonParseException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • fr.il_totore.entitymetadata.exception.MojangsonParseException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class MojangsonParseException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    - Serialized - Form
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      MojangsonParseException(java.lang.String string)  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        - addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, - getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, - printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, - wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MojangsonParseException

        -
        public MojangsonParseException(java.lang.String string)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/exception/UnknownIndexException.html b/docs/javadoc/fr/il_totore/entitymetadata/exception/UnknownIndexException.html deleted file mode 100644 index d6f7381..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/exception/UnknownIndexException.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - UnknownIndexException (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.exception
-

Class UnknownIndexException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • fr.il_totore.entitymetadata.exception.UnknownIndexException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class UnknownIndexException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    - Serialized - Form
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      UnknownIndexException(int index)  -
      -
    • -
    - -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        - addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, - getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, - printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        - clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, - wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UnknownIndexException

        -
        public UnknownIndexException(int index)
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/exception/package-frame.html b/docs/javadoc/fr/il_totore/entitymetadata/exception/package-frame.html deleted file mode 100644 index 3712704..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/exception/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.exception (EntityMetadata 3.0-SNAPSHOT API) - - - - - -

fr.il_totore.entitymetadata.exception -

- - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/exception/package-summary.html b/docs/javadoc/fr/il_totore/entitymetadata/exception/package-summary.html deleted file mode 100644 index c2cb13e..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/exception/package-summary.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.exception (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Package fr.il_totore.entitymetadata.exception

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/exception/package-tree.html b/docs/javadoc/fr/il_totore/entitymetadata/exception/package-tree.html deleted file mode 100644 index 6c624f2..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/exception/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.exception Class Hierarchy (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package fr.il_totore.entitymetadata.exception

- Package Hierarchies: - -
-
-

Class Hierarchy

-
    -
  • java.lang.Object -
      -
    • java.lang.Throwable (implements java.io.Serializable) - -
    • -
    -
  • -
-
- - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/util/ServerVersion.html b/docs/javadoc/fr/il_totore/entitymetadata/util/ServerVersion.html deleted file mode 100644 index 748ee8e..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/util/ServerVersion.html +++ /dev/null @@ -1,1035 +0,0 @@ - - - - - - ServerVersion (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.util
-

Class ServerVersion

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • fr.il_totore.entitymetadata.util.ServerVersion
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable<ServerVersion> -
    -
    -
    -
    -
    public class ServerVersion
    -extends java.lang.Object
    -implements java.lang.Comparable<ServerVersion>
    -
  • -
-
-
- -
-
- -
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingBiConsumer.html b/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingBiConsumer.html deleted file mode 100644 index 596926c..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingBiConsumer.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - ThrowingBiConsumer (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.util
-

Interface ThrowingBiConsumer<I,O>

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    java.util.function.BiConsumer<I,O>
    -
    -
    -
    Functional Interface:
    -
    This is a functional interface and can therefore be used as the assignment target for a lambda - expression or method reference. -
    -
    -
    -
    -
    @FunctionalInterface
    -public interface ThrowingBiConsumer<I,O>
    -extends java.util.function.BiConsumer<I,O>
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - - - -
        -
      • -

        accept

        -
        default void accept(I input,
        -                    O output)
        -
        -
        Specified by:
        -
        accept in interface java.util.function.BiConsumer<I,O>
        -
        -
      • -
      - - - - - -
        -
      • -

        acceptThrow

        -
        void acceptThrow(I input,
        -                 O output)
        -          throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingConsumer.html b/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingConsumer.html deleted file mode 100644 index 4261700..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingConsumer.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - ThrowingConsumer (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.util
-

Interface ThrowingConsumer<T>

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    java.util.function.Consumer<T>
    -
    -
    -
    Functional Interface:
    -
    This is a functional interface and can therefore be used as the assignment target for a lambda - expression or method reference. -
    -
    -
    -
    -
    @FunctionalInterface
    -public interface ThrowingConsumer<T>
    -extends java.util.function.Consumer<T>
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - - - -
        -
      • -

        accept

        -
        default void accept(T t)
        -
        -
        Specified by:
        -
        accept in interface java.util.function.Consumer<T>
        -
        -
      • -
      - - - - - -
        -
      • -

        acceptThrow

        -
        void acceptThrow(T value)
        -          throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingFunction.html b/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingFunction.html deleted file mode 100644 index 55ae7b6..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingFunction.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - ThrowingFunction (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.util
-

Interface ThrowingFunction<I,O>

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    java.util.function.Function<I,O>
    -
    -
    -
    Functional Interface:
    -
    This is a functional interface and can therefore be used as the assignment target for a lambda - expression or method reference. -
    -
    -
    -
    -
    @FunctionalInterface
    -public interface ThrowingFunction<I,O>
    -extends java.util.function.Function<I,O>
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - - - -
        -
      • -

        apply

        -
        default O apply(I i)
        -
        -
        Specified by:
        -
        apply in - interface java.util.function.Function<I,O>
        -
        -
      • -
      - - - - - -
        -
      • -

        applyThrow

        -
        O applyThrow(I i)
        -      throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingSupplier.html b/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingSupplier.html deleted file mode 100644 index 33d556c..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/util/ThrowingSupplier.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - ThrowingSupplier (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.util
-

Interface ThrowingSupplier<T>

-
-
-
-
    -
  • -
    -
    All Superinterfaces:
    -
    java.util.function.Supplier<T>
    -
    -
    -
    Functional Interface:
    -
    This is a functional interface and can therefore be used as the assignment target for a lambda - expression or method reference. -
    -
    -
    -
    -
    @FunctionalInterface
    -public interface ThrowingSupplier<T>
    -extends java.util.function.Supplier<T>
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        get

        -
        default T get()
        -
        -
        Specified by:
        -
        get in interface java.util.function.Supplier<T>
        -
        -
      • -
      - - - -
        -
      • -

        getThrow

        -
        T getThrow()
        -    throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/util/TriFunction.html b/docs/javadoc/fr/il_totore/entitymetadata/util/TriFunction.html deleted file mode 100644 index bc01ad3..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/util/TriFunction.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - TriFunction (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - - -
-
fr.il_totore.entitymetadata.util
-

Interface TriFunction<I,J,K,O>

-
-
-
-
    -
  • -
    -
    Functional Interface:
    -
    This is a functional interface and can therefore be used as the assignment target for a lambda - expression or method reference. -
    -
    -
    -
    -
    @FunctionalInterface
    -public interface TriFunction<I,J,K,O>
    -
  • -
-
-
- -
-
-
    -
  • - - -
  • -
-
-
- - - - - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/util/package-frame.html b/docs/javadoc/fr/il_totore/entitymetadata/util/package-frame.html deleted file mode 100644 index 4a8de88..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/util/package-frame.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.util (EntityMetadata 3.0-SNAPSHOT API) - - - - - -

fr.il_totore.entitymetadata.util -

- - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/util/package-summary.html b/docs/javadoc/fr/il_totore/entitymetadata/util/package-summary.html deleted file mode 100644 index cdf13ac..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/util/package-summary.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.util (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - -
- - - - - - - -
- - -
-

Package fr.il_totore.entitymetadata.util

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/docs/javadoc/fr/il_totore/entitymetadata/util/package-tree.html b/docs/javadoc/fr/il_totore/entitymetadata/util/package-tree.html deleted file mode 100644 index 6a5cd6f..0000000 --- a/docs/javadoc/fr/il_totore/entitymetadata/util/package-tree.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - fr.il_totore.entitymetadata.util Class Hierarchy (EntityMetadata 3.0-SNAPSHOT API) - - - - - - - - - - - -
-

Hierarchy For Package fr.il_totore.entitymetadata.util

- Package Hierarchies: - -
-
-

Class Hierarchy

-
    -
  • java.lang.Object -
      -
    • fr.il_totore.entitymetadata.util.ServerVersion (implements java.lang.Comparable<T>) -
    • -
    -
  • -
-

Interface Hierarchy

-
    -
  • java.util.function.BiConsumer<T,U> - -
  • -
  • java.util.function.Consumer<T> - -
  • -
  • java.util.function.Function<T,R> - -
  • -
  • java.util.function.Supplier<T> - -
  • -
  • fr.il_totore.entitymetadata.util.TriFunction<I,J,K,O> -
  • -
-
- - - - - - diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/MetadataUtil.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/MetadataUtil.html new file mode 100644 index 0000000..e323e46 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/MetadataUtil.html @@ -0,0 +1,313 @@ + + + + + +MetadataUtil (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api
+

Interface MetadataUtil

+
+
+
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface MetadataUtil
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDataWatcher

        +
        DataWatcher getDataWatcher(org.bukkit.entity.Entity entity)
        +
        Deprecated. 
        +
        Get the DataWatcher of the passed Entity
        +
        +
        Parameters:
        +
        entity - the DataWatcher's owner
        +
        Returns:
        +
        the DataWatcher of the given Entity
        +
        +
      • +
      + + + + + + + +
        +
      • +

        setNBTTag

        +
        void setNBTTag(org.bukkit.entity.Entity entity,
        +               NBTTagCompound nbtTagCompound)
        +
        Deprecated. 
        +
        Set to the given Entity the given NBTTagCompound
        +
        +
        Parameters:
        +
        entity - the owner of data to edit
        +
        nbtTagCompound - the NBTTagCompound used to set entity's data
        +
        +
      • +
      + + + + + +
        +
      • +

        nbtOf

        +
        <V,T extends NBTBase> T nbtOf(NBTTagType<T> type,
        +                              V value)
        +
        Deprecated. 
        +
        Create a new child instance of NBTBase
        +
        +
        Type Parameters:
        +
        V - the value's generic type
        +
        T - the new instance's generic type
        +
        Parameters:
        +
        type - the NBTTagType of this NBTBase
        +
        value - the value to set in the new NBTBase instance
        +
        Returns:
        +
        a new T instance with the given V value
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/SpigotMetadataAPI.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/SpigotMetadataAPI.html new file mode 100644 index 0000000..e20f887 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/SpigotMetadataAPI.html @@ -0,0 +1,276 @@ + + + + + +SpigotMetadataAPI (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api
+

Class SpigotMetadataAPI

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.SpigotMetadataAPI
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class SpigotMetadataAPI
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/VersionSpigotMetadataAPI.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/VersionSpigotMetadataAPI.html new file mode 100644 index 0000000..2c4f738 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/VersionSpigotMetadataAPI.html @@ -0,0 +1,290 @@ + + + + + +VersionSpigotMetadataAPI (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api
+

Interface VersionSpigotMetadataAPI

+
+
+
+
    +
  • +
    +
    +
    public interface VersionSpigotMetadataAPI
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcher.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcher.html new file mode 100644 index 0000000..f044859 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcher.html @@ -0,0 +1,259 @@ + + + + + +DataWatcher (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.datawatcher
+

Interface DataWatcher

+
+
+
+
    +
  • +
    +
    +
    public interface DataWatcher
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherEntry.VersionEntry.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherEntry.VersionEntry.html new file mode 100644 index 0000000..554d767 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherEntry.VersionEntry.html @@ -0,0 +1,355 @@ + + + + + +DataWatcherEntry.VersionEntry (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.datawatcher
+

Class DataWatcherEntry.VersionEntry<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry.VersionEntry<T>
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        VersionEntry

        +
        public VersionEntry(ServerVersion version,
        +                    DataWatcherKey<T> key,
        +                    int index)
        +
        Create a new VersionEntry
        +
        +
        Parameters:
        +
        version - the entry's version
        +
        key - the entry's DataWatcherKey
        +
        index - the value/index
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public ServerVersion getVersion()
        +
        Get entry's version
        +
        +
        Returns:
        +
        the entry's version
        +
        +
      • +
      + + + +
        +
      • +

        getKey

        +
        public DataWatcherKey<T> getKey()
        +
        Get the entry's key
        +
        +
        Returns:
        +
        the entry's key
        +
        +
      • +
      + + + +
        +
      • +

        getIndex

        +
        public int getIndex()
        +
        Get the entry's index
        +
        +
        Returns:
        +
        the entry's index
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherEntry.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherEntry.html new file mode 100644 index 0000000..41d11b9 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherEntry.html @@ -0,0 +1,410 @@ + + + + + +DataWatcherEntry (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.datawatcher
+

Class DataWatcherEntry

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class DataWatcherEntry
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherKey.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherKey.html new file mode 100644 index 0000000..098c534 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherKey.html @@ -0,0 +1,593 @@ + + + + + +DataWatcherKey (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.datawatcher
+

Class DataWatcherKey<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class DataWatcherKey<T>
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        BOOLEAN

        +
        public static final DataWatcherKey<java.lang.Boolean> BOOLEAN
        +
      • +
      + + + +
        +
      • +

        BYTE

        +
        public static final DataWatcherKey<java.lang.Byte> BYTE
        +
      • +
      + + + +
        +
      • +

        SHORT

        +
        public static final DataWatcherKey<java.lang.Short> SHORT
        +
      • +
      + + + +
        +
      • +

        INT

        +
        public static final DataWatcherKey<java.lang.Integer> INT
        +
      • +
      + + + +
        +
      • +

        LONG

        +
        public static final DataWatcherKey<java.lang.Long> LONG
        +
      • +
      + + + +
        +
      • +

        FLOAT

        +
        public static final DataWatcherKey<java.lang.Float> FLOAT
        +
      • +
      + + + +
        +
      • +

        DOUBLE

        +
        public static final DataWatcherKey<java.lang.Double> DOUBLE
        +
      • +
      + + + +
        +
      • +

        STRING

        +
        public static final DataWatcherKey<java.lang.String> STRING
        +
      • +
      + + + +
        +
      • +

        OPTIONAL_UUID

        +
        public static final DataWatcherKey<com.google.common.base.Optional<java.util.UUID>> OPTIONAL_UUID
        +
      • +
      + + + +
        +
      • +

        VECTOR

        +
        public static final DataWatcherKey<org.bukkit.util.Vector> VECTOR
        +
      • +
      + + + +
        +
      • +

        POSITION

        +
        public static final DataWatcherKey<org.bukkit.util.Vector> POSITION
        +
      • +
      + + + +
        +
      • +

        OPTIONAL_POSITION

        +
        public static final DataWatcherKey<com.google.common.base.Optional<org.bukkit.util.Vector>> OPTIONAL_POSITION
        +
      • +
      + + + +
        +
      • +

        CHAT_COMPONENT

        +
        public static final DataWatcherKey<net.md_5.bungee.api.chat.BaseComponent> CHAT_COMPONENT
        +
      • +
      + + + +
        +
      • +

        OPTIONAL_CHAT_COMPONENT

        +
        public static final DataWatcherKey<com.google.common.base.Optional<net.md_5.bungee.api.chat.BaseComponent>> OPTIONAL_CHAT_COMPONENT
        +
      • +
      + + + +
        +
      • +

        ROTATION

        +
        public static final DataWatcherKey<org.bukkit.util.EulerAngle> ROTATION
        +
      • +
      + + + +
        +
      • +

        BLOCK_FACE

        +
        public static final DataWatcherKey<org.bukkit.block.BlockFace> BLOCK_FACE
        +
      • +
      + + + +
        +
      • +

        OPTIONAL_ITEM_STACK

        +
        public static final DataWatcherKey<com.google.common.base.Optional<org.bukkit.inventory.ItemStack>> OPTIONAL_ITEM_STACK
        +
      • +
      + + + + +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DataWatcherKey

        +
        public DataWatcherKey(java.lang.String key)
        +
        Create a new DataWatcherKey with a key
        +
        +
        Parameters:
        +
        key - the key of this DataWatcherKey. Note this key must be unique
        +
        +
      • +
      + + + +
        +
      • +

        DataWatcherKey

        +
        public DataWatcherKey(java.lang.Class<T> clazz)
        +
        Create a new DataWatcherKey with the class's name
        +
        +
        Parameters:
        +
        clazz - the given class
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getKey

        +
        public java.lang.String getKey()
        +
        Get the key.
        +
        +
        Returns:
        +
        the DataWatcherKey's key
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherManager.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherManager.html new file mode 100644 index 0000000..2a9cc26 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherManager.html @@ -0,0 +1,228 @@ + + + + + +DataWatcherManager (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.datawatcher
+

Interface DataWatcherManager

+
+
+
+
    +
  • +
    +
    +
    public interface DataWatcherManager
    +
  • +
+
+
+ +
+
+
    +
  • + + +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherObject.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherObject.html new file mode 100644 index 0000000..8cffbf9 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherObject.html @@ -0,0 +1,274 @@ + + + + + +DataWatcherObject (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.datawatcher
+

Interface DataWatcherObject<F,T>

+
+
+
+
    +
  • +
    +
    +
    public interface DataWatcherObject<F,T>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + + + + + +
        +
      • +

        bukkitToNotch

        +
        T bukkitToNotch(F from)
        +
        Transform the F (From/Bukkit) value to a T (To/Notchian) value
        +
        +
        Parameters:
        +
        from - T value to transform
        +
        Returns:
        +
        F value transformed
        +
        +
      • +
      + + + + + +
        +
      • +

        notchToBukkit

        +
        F notchToBukkit(T to)
        +
        Transformed the T (To/Notchian) value to F (From/Bukkit) value
        +
        +
        Parameters:
        +
        to - T value to transform
        +
        Returns:
        +
        F value transformed
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherRegistry.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherRegistry.html new file mode 100644 index 0000000..28239b1 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherRegistry.html @@ -0,0 +1,230 @@ + + + + + +DataWatcherRegistry (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.datawatcher
+

Interface DataWatcherRegistry

+
+
+
+
    +
  • +
    +
    +
    public interface DataWatcherRegistry
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherSerializer.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherSerializer.html new file mode 100644 index 0000000..1d339ed --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/DataWatcherSerializer.html @@ -0,0 +1,228 @@ + + + + + +DataWatcherSerializer (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.datawatcher
+

Interface DataWatcherSerializer<F,T>

+
+
+
+
    +
  • +
    +
    +
    public interface DataWatcherSerializer<F,T>
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-frame.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-frame.html new file mode 100644 index 0000000..3d0a526 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-frame.html @@ -0,0 +1,30 @@ + + + + + +fr.il_totore.spigotmetadata.api.datawatcher (SpigotMetadata 3.0-SNAPSHOT API) + + + + + +

fr.il_totore.spigotmetadata.api.datawatcher

+ + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-summary.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-summary.html new file mode 100644 index 0000000..f507f4a --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-summary.html @@ -0,0 +1,179 @@ + + + + + +fr.il_totore.spigotmetadata.api.datawatcher (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package fr.il_totore.spigotmetadata.api.datawatcher

+
+
+ +
+ + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-tree.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-tree.html new file mode 100644 index 0000000..6b6aedb --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/datawatcher/package-tree.html @@ -0,0 +1,145 @@ + + + + + +fr.il_totore.spigotmetadata.api.datawatcher Class Hierarchy (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package fr.il_totore.spigotmetadata.api.datawatcher

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTBase.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTBase.html new file mode 100644 index 0000000..6936a48 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTBase.html @@ -0,0 +1,259 @@ + + + + + +NBTBase (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Interface NBTBase

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isEmpty

        +
        boolean isEmpty()
        +
        Check if the NBTBase is empty
        +
        +
        Returns:
        +
        true if empty
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTInputStream.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTInputStream.html new file mode 100644 index 0000000..00ef1a7 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTInputStream.html @@ -0,0 +1,416 @@ + + + + + +NBTInputStream (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Class NBTInputStream

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.io.InputStream
    • +
    • +
        +
      • java.io.FilterInputStream
      • +
      • +
          +
        • java.io.DataInputStream
        • +
        • +
            +
          • fr.il_totore.spigotmetadata.api.nbt.NBTInputStream
          • +
          +
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Closeable, java.io.DataInput, java.lang.AutoCloseable
    +
    +
    +
    +
    public class NBTInputStream
    +extends java.io.DataInputStream
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class java.io.FilterInputStream

        +in
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NBTInputStream(NBTManager nbtManager, + java.io.InputStream in) +
      Creates a NBTInputStream that uses the specified + underlying InputStream.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      NamedNBT<?>readNamedTag() +
      Read the next named tag.
      +
      <T extends NBTBase>
      NamedNBT<T>
      readNamedTag(NBTTagType<T> nbtTagType) +
      Read the next unnamed tag.
      +
      NBTBasereadTag() +
      Read the next unnamed tag.
      +
      <T extends NBTBase>
      T
      readTag(NBTTagType<T> nbtTagType) +
      Read the next unnamed tag.
      +
      +
        +
      • + + +

        Methods inherited from class java.io.DataInputStream

        +read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
      • +
      +
        +
      • + + +

        Methods inherited from class java.io.FilterInputStream

        +available, close, mark, markSupported, read, reset, skip
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NBTInputStream

        +
        public NBTInputStream(NBTManager nbtManager,
        +                      java.io.InputStream in)
        +
        Creates a NBTInputStream that uses the specified + underlying InputStream.
        +
        +
        Parameters:
        +
        nbtManager - the NBTManager instance
        +
        in - the specified input stream
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readTag

        +
        public NBTBase readTag()
        +                throws java.io.IOException
        +
        Read the next unnamed tag. An additive byte will be read to find the tag's type.
        +
        +
        Returns:
        +
        the next NBTTag
        +
        Throws:
        +
        java.io.IOException - if the discovered tag type is unknown or if a deserialization error occurs
        +
        +
      • +
      + + + +
        +
      • +

        readTag

        +
        public <T extends NBTBase> T readTag(NBTTagType<T> nbtTagType)
        +                              throws java.io.IOException
        +
        Read the next unnamed tag.
        +
        +
        Type Parameters:
        +
        T - the returned NBTBase type passed thought the NBTTagType
        +
        Parameters:
        +
        nbtTagType - the NBTTagType used to read the tag. It is also used to pass the generic NBT type.
        +
        Returns:
        +
        the next NBTTag
        +
        Throws:
        +
        java.io.IOException - if the discovered tag type is unknown or if a deserialization error occurs
        +
        +
      • +
      + + + +
        +
      • +

        readNamedTag

        +
        public NamedNBT<?> readNamedTag()
        +                         throws java.io.IOException
        +
        Read the next named tag. An additive byte and a UTF String will be read to find the tag's type and name.
        +
        +
        Returns:
        +
        the next NBTTag
        +
        Throws:
        +
        java.io.IOException - if the discovered tag type is unknown or if a deserialization error occurs
        +
        +
      • +
      + + + +
        +
      • +

        readNamedTag

        +
        public <T extends NBTBaseNamedNBT<T> readNamedTag(NBTTagType<T> nbtTagType)
        +                                             throws java.io.IOException
        +
        Read the next unnamed tag. An additive UTF String will be read to find the tag's name
        +
        +
        Type Parameters:
        +
        T - the returned NBTBase type passed thought the NBTTagType
        +
        Parameters:
        +
        nbtTagType - the NBTTagType used to read the tag. It is also used to pass the generic NBT type.
        +
        Returns:
        +
        the next NBTTag
        +
        Throws:
        +
        java.io.IOException - if the discovered tag type is unknown or if a deserialization error occurs
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTManager.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTManager.html new file mode 100644 index 0000000..7e48bf5 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTManager.html @@ -0,0 +1,475 @@ + + + + + +NBTManager (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Interface NBTManager

+
+
+
+
    +
  • +
    +
    +
    public interface NBTManager
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTNumber.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTNumber.html new file mode 100644 index 0000000..9061706 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTNumber.html @@ -0,0 +1,327 @@ + + + + + +NBTNumber (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Interface NBTNumber<V extends java.lang.Number>

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        byteValue

        +
        byte byteValue()
        +
        +
        Returns:
        +
        NBT's value as byte
        +
        +
      • +
      + + + +
        +
      • +

        shortValue

        +
        short shortValue()
        +
        +
        Returns:
        +
        NBT's value as short
        +
        +
      • +
      + + + +
        +
      • +

        intValue

        +
        int intValue()
        +
        +
        Returns:
        +
        NBT's value as int
        +
        +
      • +
      + + + +
        +
      • +

        longValue

        +
        long longValue()
        +
        +
        Returns:
        +
        NBT's value as long
        +
        +
      • +
      + + + +
        +
      • +

        floatValue

        +
        float floatValue()
        +
        +
        Returns:
        +
        NBT's value as float
        +
        +
      • +
      + + + +
        +
      • +

        doubleValue

        +
        double doubleValue()
        +
        +
        Returns:
        +
        NBT's value as double
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTOutputStream.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTOutputStream.html new file mode 100644 index 0000000..fb7fb6e --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTOutputStream.html @@ -0,0 +1,411 @@ + + + + + +NBTOutputStream (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Class NBTOutputStream

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.io.OutputStream
    • +
    • +
        +
      • java.io.FilterOutputStream
      • +
      • +
          +
        • java.io.DataOutputStream
        • +
        • +
            +
          • fr.il_totore.spigotmetadata.api.nbt.NBTOutputStream
          • +
          +
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Closeable, java.io.DataOutput, java.io.Flushable, java.lang.AutoCloseable
    +
    +
    +
    +
    public class NBTOutputStream
    +extends java.io.DataOutputStream
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      +
        +
      • + + +

        Fields inherited from class java.io.DataOutputStream

        +written
      • +
      +
        +
      • + + +

        Fields inherited from class java.io.FilterOutputStream

        +out
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NBTOutputStream(NBTManager nbtManager, + java.io.OutputStream out) +
      Creates a new NBTOutputStream to write NBTTags to the specified + underlying output stream.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidwriteNamedTag(NamedNBT nbt) 
      <T extends NBTBase>
      void
      writeNamedTag(NBTTagType<T> nbtTagType, + NamedNBT<T> nbt) 
      voidwriteTag(NBTBase nbtBase) 
      <T extends NBTBase>
      void
      writeTag(NBTTagType<T> nbtTagType, + T nbtBase) 
      +
        +
      • + + +

        Methods inherited from class java.io.DataOutputStream

        +flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
      • +
      +
        +
      • + + +

        Methods inherited from class java.io.FilterOutputStream

        +close, write
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface java.io.DataOutput

        +write
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NBTOutputStream

        +
        public NBTOutputStream(NBTManager nbtManager,
        +                       java.io.OutputStream out)
        +
        Creates a new NBTOutputStream to write NBTTags to the specified + underlying output stream. The counter written is + set to zero.
        +
        +
        Parameters:
        +
        nbtManager - the NBTManager instance
        +
        out - the underlying output stream, to be saved for later use.
        +
        See Also:
        +
        FilterOutputStream.out
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        writeTag

        +
        public void writeTag(NBTBase nbtBase)
        +              throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        writeTag

        +
        public <T extends NBTBase> void writeTag(NBTTagType<T> nbtTagType,
        +                                         T nbtBase)
        +                                  throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeNamedTag

        +
        public void writeNamedTag(NamedNBT nbt)
        +                   throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + +
        +
      • +

        writeNamedTag

        +
        public <T extends NBTBase> void writeNamedTag(NBTTagType<T> nbtTagType,
        +                                              NamedNBT<T> nbt)
        +                                       throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.ByteArraySerializer.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.ByteArraySerializer.html new file mode 100644 index 0000000..c6b5fb3 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.ByteArraySerializer.html @@ -0,0 +1,326 @@ + + + + + +NBTSerializer.ByteArraySerializer (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Class NBTSerializer.ByteArraySerializer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.ByteArraySerializer
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.CompoundSerializer.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.CompoundSerializer.html new file mode 100644 index 0000000..43bcd6e --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.CompoundSerializer.html @@ -0,0 +1,326 @@ + + + + + +NBTSerializer.CompoundSerializer (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Class NBTSerializer.CompoundSerializer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.CompoundSerializer
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.EndSerializer.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.EndSerializer.html new file mode 100644 index 0000000..adc9950 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.EndSerializer.html @@ -0,0 +1,326 @@ + + + + + +NBTSerializer.EndSerializer (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Class NBTSerializer.EndSerializer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.EndSerializer
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.IntArraySerializer.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.IntArraySerializer.html new file mode 100644 index 0000000..48c0b66 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.IntArraySerializer.html @@ -0,0 +1,326 @@ + + + + + +NBTSerializer.IntArraySerializer (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Class NBTSerializer.IntArraySerializer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.IntArraySerializer
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.ListSerializer.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.ListSerializer.html new file mode 100644 index 0000000..c882638 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.ListSerializer.html @@ -0,0 +1,326 @@ + + + + + +NBTSerializer.ListSerializer (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Class NBTSerializer.ListSerializer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.ListSerializer
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.SimpleValueSerializer.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.SimpleValueSerializer.html new file mode 100644 index 0000000..0b8b939 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.SimpleValueSerializer.html @@ -0,0 +1,330 @@ + + + + + +NBTSerializer.SimpleValueSerializer (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Class NBTSerializer.SimpleValueSerializer<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.SimpleValueSerializer<T>
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.html new file mode 100644 index 0000000..5f0a90c --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSerializer.html @@ -0,0 +1,293 @@ + + + + + +NBTSerializer (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Interface NBTSerializer<T extends NBTBase>

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        read

        +
        T read(NBTManager nbtManager,
        +       NBTInputStream inputStream)
        +throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      + + + + + +
        +
      • +

        write

        +
        void write(NBTManager nbtManager,
        +           NBTOutputStream outputStream,
        +           T nbt)
        +    throws java.io.IOException
        +
        +
        Throws:
        +
        java.io.IOException
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSingleValue.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSingleValue.html new file mode 100644 index 0000000..3ed61e0 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTSingleValue.html @@ -0,0 +1,242 @@ + + + + + +NBTSingleValue (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Interface NBTSingleValue<T>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.lang.Cloneable, NBTBase
    +
    +
    +
    All Known Subinterfaces:
    +
    NBTNumber<V>
    +
    +
    +
    +
    public interface NBTSingleValue<T>
    +extends NBTBase
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        get

        +
        T get()
        +
        Get the NBT's value
        +
        +
        Returns:
        +
        the NBT's value as T
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagCompound.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagCompound.html new file mode 100644 index 0000000..d441e04 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagCompound.html @@ -0,0 +1,917 @@ + + + + + +NBTTagCompound (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Interface NBTTagCompound

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.lang.Cloneable, NBTBase
    +
    +
    +
    +
    public interface NBTTagCompound
    +extends NBTBase
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      booleangetBoolean(java.lang.String key) +
      Get the value associated to the given key
      +
      bytegetByte(java.lang.String key) +
      Get the value associated to the given key
      +
      byte[]getByteArray(java.lang.String key) +
      Get the value associated to the given key
      +
      NBTTagCompoundgetCompound(java.lang.String key) +
      Get the value associated to the given key
      +
      doublegetDouble(java.lang.String key) +
      Get the value associated to the given key
      +
      floatgetFloat(java.lang.String key) +
      Get the value associated to the given key
      +
      intgetInt(java.lang.String key) +
      Get the value associated to the given key
      +
      int[]getIntArray(java.lang.String key) +
      Get the value associated to the given key
      +
      NBTTagListgetList(java.lang.String key, + NBTTagType type) +
      Get the value associated to the given key
      +
      longgetLong(java.lang.String key) +
      Get the value associated to the given key
      +
      shortgetShort(java.lang.String key) +
      Get the value associated to the given key
      +
      java.lang.StringgetString(java.lang.String key) +
      Get the value associated to the given key
      +
      NBTTagTypegetType() +
      Get the NBTTag's type
      +
      NBTTagTypegetTypeOf(java.lang.String key) +
      return the NBTTagType of the value associated to the given key
      +
      booleanhasKey(java.lang.String key) +
      check if the given key exists
      +
      booleanhasKeyOfType(java.lang.String key, + NBTTagType type) +
      Check if the NBTTagCompound has a value of the given NBTTagType associated with the given key
      +
      booleanisEmpty() +
      Check if the NBTTagCompound is empty
      +
      java.util.Set<java.lang.String>keySet() 
      NBTTagCompoundmerge(NBTTagCompound nbtTagCompound) +
      Merge this NBTTagCompound with the parameter one.
      +
      voidremove(java.lang.String key) +
      Remove the value associated to the given key
      +
      voidsetBoolean(java.lang.String key, + boolean value) +
      Put the given boolean value with the key.
      +
      voidsetByte(java.lang.String key, + byte value) +
      Put the given byte value with the key.
      +
      voidsetByteArray(java.lang.String key, + byte[] value) +
      Put the given byte array with the key.
      +
      voidsetDouble(java.lang.String key, + double value) +
      Put the given double value with the key.
      +
      voidsetFloat(java.lang.String key, + float value) +
      Put the given float value with the key.
      +
      voidsetInt(java.lang.String key, + int value) +
      Put the given int value with the key.
      +
      voidsetIntArray(java.lang.String key, + int[] value) +
      Put the given int array with the key.
      +
      voidsetLong(java.lang.String key, + long value) +
      Put the given long value with the key.
      +
      voidsetShort(java.lang.String key, + short value) +
      Put the given short value with the key.
      +
      voidsetString(java.lang.String key, + java.lang.String value) +
      Put the given String value with the key.
      +
      voidsetTag(java.lang.String key, + NBTBase nbtBase) 
      java.lang.StringtoString() +
      Parse this NBTTagCompound to String
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setTag

        +
        void setTag(java.lang.String key,
        +            NBTBase nbtBase)
        +
      • +
      + + + +
        +
      • +

        setByte

        +
        void setByte(java.lang.String key,
        +             byte value)
        +
        Put the given byte value with the key.
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        value - the value to put with the key
        +
        +
      • +
      + + + +
        +
      • +

        setShort

        +
        void setShort(java.lang.String key,
        +              short value)
        +
        Put the given short value with the key.
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        value - the value to put with the key
        +
        +
      • +
      + + + +
        +
      • +

        setInt

        +
        void setInt(java.lang.String key,
        +            int value)
        +
        Put the given int value with the key.
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        value - the value to put with the key
        +
        +
      • +
      + + + +
        +
      • +

        setLong

        +
        void setLong(java.lang.String key,
        +             long value)
        +
        Put the given long value with the key.
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        value - the value to put with the key
        +
        +
      • +
      + + + +
        +
      • +

        setFloat

        +
        void setFloat(java.lang.String key,
        +              float value)
        +
        Put the given float value with the key.
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        value - the value to put with the key
        +
        +
      • +
      + + + +
        +
      • +

        setDouble

        +
        void setDouble(java.lang.String key,
        +               double value)
        +
        Put the given double value with the key.
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        value - the value to put with the key
        +
        +
      • +
      + + + +
        +
      • +

        setString

        +
        void setString(java.lang.String key,
        +               java.lang.String value)
        +
        Put the given String value with the key.
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        value - the value to put with the key
        +
        +
      • +
      + + + +
        +
      • +

        setByteArray

        +
        void setByteArray(java.lang.String key,
        +                  byte[] value)
        +
        Put the given byte array with the key.
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        value - the value to put with the key
        +
        +
      • +
      + + + +
        +
      • +

        setIntArray

        +
        void setIntArray(java.lang.String key,
        +                 int[] value)
        +
        Put the given int array with the key.
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        value - the value to put with the key
        +
        +
      • +
      + + + +
        +
      • +

        setBoolean

        +
        void setBoolean(java.lang.String key,
        +                boolean value)
        +
        Put the given boolean value with the key.
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        value - the value to put with the key
        +
        +
      • +
      + + + +
        +
      • +

        getByte

        +
        byte getByte(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getShort

        +
        short getShort(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getInt

        +
        int getInt(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getLong

        +
        long getLong(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getFloat

        +
        float getFloat(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getDouble

        +
        double getDouble(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getString

        +
        java.lang.String getString(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        byte[] getByteArray(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getIntArray

        +
        int[] getIntArray(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getCompound

        +
        NBTTagCompound getCompound(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getList

        +
        NBTTagList getList(java.lang.String key,
        +                   NBTTagType type)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        type - the NBTTagType of the NBTTagList
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        getBoolean

        +
        boolean getBoolean(java.lang.String key)
        +
        Get the value associated to the given key
        +
        +
        Parameters:
        +
        key - the given key as String
        +
        Returns:
        +
        the value associated to the given key
        +
        +
      • +
      + + + +
        +
      • +

        remove

        +
        void remove(java.lang.String key)
        +
        Remove the value associated to the given key
        +
        +
        Parameters:
        +
        key - the key of the entry to remove
        +
        +
      • +
      + + + +
        +
      • +

        getTypeOf

        +
        NBTTagType getTypeOf(java.lang.String key)
        +
        return the NBTTagType of the value associated to the given key
        +
        +
        Parameters:
        +
        key - the key of the value
        +
        Returns:
        +
        the NBTTagType of the value at the given key
        +
        +
      • +
      + + + +
        +
      • +

        hasKey

        +
        boolean hasKey(java.lang.String key)
        +
        check if the given key exists
        +
        +
        Parameters:
        +
        key - the given key
        +
        Returns:
        +
        true if an entry with the given key exists
        +
        +
      • +
      + + + +
        +
      • +

        hasKeyOfType

        +
        boolean hasKeyOfType(java.lang.String key,
        +                     NBTTagType type)
        +
        Check if the NBTTagCompound has a value of the given NBTTagType associated with the given key
        +
        +
        Parameters:
        +
        key - the given key
        +
        type - the type co compare
        +
        Returns:
        +
        true if a value associated with the given key is of the given type
        +
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        boolean isEmpty()
        +
        Check if the NBTTagCompound is empty
        +
        +
        Specified by:
        +
        isEmpty in interface NBTBase
        +
        Returns:
        +
        true if empty
        +
        +
      • +
      + + + +
        +
      • +

        keySet

        +
        java.util.Set<java.lang.String> keySet()
        +
        +
        Returns:
        +
        a set of the NBTTagCompound keys
        +
        +
      • +
      + + + + + + + +
        +
      • +

        toString

        +
        java.lang.String toString()
        +
        Parse this NBTTagCompound to String
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        Returns:
        +
        the String representation of this NBTTagCompound
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagEnd.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagEnd.html new file mode 100644 index 0000000..9b4694e --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagEnd.html @@ -0,0 +1,191 @@ + + + + + +NBTTagEnd (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Interface NBTTagEnd

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.lang.Cloneable, NBTBase
    +
    +
    +
    +
    public interface NBTTagEnd
    +extends NBTBase
    +
  • +
+
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagList.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagList.html new file mode 100644 index 0000000..42ea7f5 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagList.html @@ -0,0 +1,522 @@ + + + + + +NBTTagList (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Interface NBTTagList

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.lang.Cloneable, NBTBase
    +
    +
    +
    +
    public interface NBTTagList
    +extends NBTBase
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        add

        +
        void add(NBTBase nbtBase)
        +
        Add a NBTBase
        +
        +
        Parameters:
        +
        nbtBase - the element to be added
        +
        +
      • +
      + + + +
        +
      • +

        addAll

        +
        void addAll(java.util.Collection<NBTBase> nbtBases)
        +
        Add all NBTBase
        +
        +
        Parameters:
        +
        nbtBases - the Collection of NBTBase to be added
        +
        +
      • +
      + + + +
        +
      • +

        set

        +
        void set(int i,
        +         NBTBase nbtBase)
        +
        Set a NBTBase at the given index
        +
        +
        Parameters:
        +
        i - the index to set the element
        +
        nbtBase - the element to set
        +
        +
      • +
      + + + +
        +
      • +

        remove

        +
        void remove(int i)
        +
        Remove an element at the given index
        +
        +
        Parameters:
        +
        i - the element to remove's index
        +
        +
      • +
      + + + +
        +
      • +

        get

        +
        default <T extends NBTBase> T get(NBTManager nbtManager,
        +                                  int i)
        +
        Get the NBTBase at the given index
        +
        +
        Type Parameters:
        +
        T - the NBTBase type
        +
        Parameters:
        +
        nbtManager - the NBTManager instance
        +
        i - location of the NBTBase
        +
        Returns:
        +
        the NBTBase at the given index
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getFloat

        +
        NBTNumber<java.lang.Float> getFloat(int i)
        +
        Get the Float value at the given index
        +
        +
        Parameters:
        +
        i - location of the NBTNumber
        +
        Returns:
        +
        the NBTNumber containing the float value at the given index
        +
        +
      • +
      + + + +
        +
      • +

        getDouble

        +
        NBTNumber<java.lang.Double> getDouble(int i)
        +
        Get the Double value at the given index
        +
        +
        Parameters:
        +
        i - location of the NBTNumber
        +
        Returns:
        +
        the NBTNumber containing the double value at the given index
        +
        +
      • +
      + + + +
        +
      • +

        getIntArray

        +
        NBTSingleValue<java.util.List<java.lang.Integer>> getIntArray(int i)
        +
        Get the int values at the given index
        +
        +
        Parameters:
        +
        i - location of the array
        +
        Returns:
        +
        the NBTSingleValue containing the int values at the given index
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getTags

        +
        default java.util.Collection<NBTBase> getTags(NBTManager nbtManager)
        +
        Get all contained tags
        +
        +
        Parameters:
        +
        nbtManager - the NBTManager instance
        +
        Returns:
        +
        all contained NBTBase as Collection
        +
        +
      • +
      + + + +
        +
      • +

        size

        +
        int size()
        +
        Get the NBTTagList's size
        +
        +
        Returns:
        +
        the list's size
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getValueType

        +
        NBTTagType<?> getValueType()
        +
        Return the type of contained values
        +
        +
        Returns:
        +
        the NBTTagType of contained values
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagType.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagType.html new file mode 100644 index 0000000..9aaa27d --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NBTTagType.html @@ -0,0 +1,473 @@ + + + + + +NBTTagType (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Class NBTTagType<T extends NBTBase>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.nbt.NBTTagType<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class NBTTagType<T extends NBTBase>
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NamedNBT.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NamedNBT.html new file mode 100644 index 0000000..714c39f --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/NamedNBT.html @@ -0,0 +1,354 @@ + + + + + +NamedNBT (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.api.nbt
+

Class NamedNBT<T extends NBTBase>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.api.nbt.NamedNBT<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    NBTBase, java.lang.Cloneable
    +
    +
    +
    +
    public class NamedNBT<T extends NBTBase>
    +extends java.lang.Object
    +implements NBTBase
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NamedNBT(java.lang.String name, + T nbtBase) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + + + +
        +
      • +

        NamedNBT

        +
        public NamedNBT(java.lang.String name,
        +                T nbtBase)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isEmpty

        +
        public boolean isEmpty()
        +
        Description copied from interface: NBTBase
        +
        Check if the NBTBase is empty
        +
        +
        Specified by:
        +
        isEmpty in interface NBTBase
        +
        Returns:
        +
        true if empty
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
      • +
      + + + +
        +
      • +

        getValue

        +
        public T getValue()
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-frame.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-frame.html new file mode 100644 index 0000000..e640dcf --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-frame.html @@ -0,0 +1,40 @@ + + + + + +fr.il_totore.spigotmetadata.api.nbt (SpigotMetadata 3.0-SNAPSHOT API) + + + + + +

fr.il_totore.spigotmetadata.api.nbt

+ + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-summary.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-summary.html new file mode 100644 index 0000000..375ad12 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-summary.html @@ -0,0 +1,219 @@ + + + + + +fr.il_totore.spigotmetadata.api.nbt (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package fr.il_totore.spigotmetadata.api.nbt

+
+
+ +
+ + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-tree.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-tree.html new file mode 100644 index 0000000..5df04a3 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/nbt/package-tree.html @@ -0,0 +1,189 @@ + + + + + +fr.il_totore.spigotmetadata.api.nbt Class Hierarchy (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package fr.il_totore.spigotmetadata.api.nbt

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+
    +
  • java.lang.Cloneable + +
  • +
  • fr.il_totore.spigotmetadata.api.nbt.NBTManager
  • +
  • fr.il_totore.spigotmetadata.api.nbt.NBTSerializer<T>
  • +
+
+ + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/package-frame.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/package-frame.html new file mode 100644 index 0000000..6b5dcd3 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/package-frame.html @@ -0,0 +1,25 @@ + + + + + +fr.il_totore.spigotmetadata.api (SpigotMetadata 3.0-SNAPSHOT API) + + + + + +

fr.il_totore.spigotmetadata.api

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/package-summary.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/package-summary.html new file mode 100644 index 0000000..7881904 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/package-summary.html @@ -0,0 +1,159 @@ + + + + + +fr.il_totore.spigotmetadata.api (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package fr.il_totore.spigotmetadata.api

+
+
+ +
+ + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/api/package-tree.html b/docs/javadoc/fr/il_totore/spigotmetadata/api/package-tree.html new file mode 100644 index 0000000..b8d974a --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/api/package-tree.html @@ -0,0 +1,140 @@ + + + + + +fr.il_totore.spigotmetadata.api Class Hierarchy (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package fr.il_totore.spigotmetadata.api

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/exception/MojangsonParseException.html b/docs/javadoc/fr/il_totore/spigotmetadata/exception/MojangsonParseException.html new file mode 100644 index 0000000..c81170f --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/exception/MojangsonParseException.html @@ -0,0 +1,265 @@ + + + + + +MojangsonParseException (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.exception
+

Class MojangsonParseException

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Throwable
    • +
    • +
        +
      • java.lang.Exception
      • +
      • +
          +
        • java.lang.RuntimeException
        • +
        • +
            +
          • fr.il_totore.spigotmetadata.exception.MojangsonParseException
          • +
          +
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class MojangsonParseException
    +extends java.lang.RuntimeException
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      MojangsonParseException(java.lang.String string) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MojangsonParseException

        +
        public MojangsonParseException(java.lang.String string)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/exception/UnknownIndexException.html b/docs/javadoc/fr/il_totore/spigotmetadata/exception/UnknownIndexException.html new file mode 100644 index 0000000..edfa768 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/exception/UnknownIndexException.html @@ -0,0 +1,265 @@ + + + + + +UnknownIndexException (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.exception
+

Class UnknownIndexException

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Throwable
    • +
    • +
        +
      • java.lang.Exception
      • +
      • +
          +
        • java.lang.RuntimeException
        • +
        • +
            +
          • fr.il_totore.spigotmetadata.exception.UnknownIndexException
          • +
          +
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class UnknownIndexException
    +extends java.lang.RuntimeException
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      UnknownIndexException(int index) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        UnknownIndexException

        +
        public UnknownIndexException(int index)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/exception/package-frame.html b/docs/javadoc/fr/il_totore/spigotmetadata/exception/package-frame.html new file mode 100644 index 0000000..c2237f4 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/exception/package-frame.html @@ -0,0 +1,21 @@ + + + + + +fr.il_totore.spigotmetadata.exception (SpigotMetadata 3.0-SNAPSHOT API) + + + + + +

fr.il_totore.spigotmetadata.exception

+ + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/exception/package-summary.html b/docs/javadoc/fr/il_totore/spigotmetadata/exception/package-summary.html new file mode 100644 index 0000000..280ea06 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/exception/package-summary.html @@ -0,0 +1,144 @@ + + + + + +fr.il_totore.spigotmetadata.exception (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package fr.il_totore.spigotmetadata.exception

+
+
+ +
+ + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/exception/package-tree.html b/docs/javadoc/fr/il_totore/spigotmetadata/exception/package-tree.html new file mode 100644 index 0000000..5184734 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/exception/package-tree.html @@ -0,0 +1,148 @@ + + + + + +fr.il_totore.spigotmetadata.exception Class Hierarchy (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package fr.il_totore.spigotmetadata.exception

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.lang.Throwable (implements java.io.Serializable) + +
    • +
    +
  • +
+
+ + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/util/ServerVersion.html b/docs/javadoc/fr/il_totore/spigotmetadata/util/ServerVersion.html new file mode 100644 index 0000000..b850766 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/util/ServerVersion.html @@ -0,0 +1,787 @@ + + + + + +ServerVersion (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.util
+

Class ServerVersion

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • fr.il_totore.spigotmetadata.util.ServerVersion
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Comparable<ServerVersion>
    +
    +
    +
    +
    public class ServerVersion
    +extends java.lang.Object
    +implements java.lang.Comparable<ServerVersion>
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ServerVersion

        +
        public ServerVersion(java.lang.String nmsVersion)
        +
        Create a new ServerVersion with the given NMS version
        +
        +
        Parameters:
        +
        nmsVersion - the given NMS version with this pattern: 1_version_RreleaseVersion
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getNMSVersion

        +
        public java.lang.String getNMSVersion()
        +
      • +
      + + + +
        +
      • +

        compareTo

        +
        public int compareTo(ServerVersion o)
        +
        +
        Specified by:
        +
        compareTo in interface java.lang.Comparable<ServerVersion>
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        doubleValue

        +
        public java.lang.Double doubleValue()
        +
        Get the NMS version as Double
        +
        +
        Returns:
        +
        the NMS version with this pattern: 1.version and release version. Example: 1_14_R1 → 1.141
        +
        +
      • +
      + + + +
        +
      • +

        fromServer

        +
        public static ServerVersion fromServer(org.bukkit.Server server)
        +
        Get the ServerVersion from the Bukkit server
        +
        +
        Parameters:
        +
        server - the server instance
        +
        Returns:
        +
        the ServerVersion created from the server's NMS version
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingBiConsumer.html b/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingBiConsumer.html new file mode 100644 index 0000000..23fda82 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingBiConsumer.html @@ -0,0 +1,266 @@ + + + + + +ThrowingBiConsumer (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.util
+

Interface ThrowingBiConsumer<I,O>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.util.function.BiConsumer<I,O>
    +
    +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface ThrowingBiConsumer<I,O>
    +extends java.util.function.BiConsumer<I,O>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        accept

        +
        default void accept(I input,
        +                    O output)
        +
        +
        Specified by:
        +
        accept in interface java.util.function.BiConsumer<I,O>
        +
        +
      • +
      + + + + + +
        +
      • +

        acceptThrow

        +
        void acceptThrow(I input,
        +                 O output)
        +          throws java.lang.Exception
        +
        +
        Throws:
        +
        java.lang.Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingConsumer.html b/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingConsumer.html new file mode 100644 index 0000000..8fc3776 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingConsumer.html @@ -0,0 +1,262 @@ + + + + + +ThrowingConsumer (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.util
+

Interface ThrowingConsumer<T>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.util.function.Consumer<T>
    +
    +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface ThrowingConsumer<T>
    +extends java.util.function.Consumer<T>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        accept

        +
        default void accept(T t)
        +
        +
        Specified by:
        +
        accept in interface java.util.function.Consumer<T>
        +
        +
      • +
      + + + + + +
        +
      • +

        acceptThrow

        +
        void acceptThrow(T value)
        +          throws java.lang.Exception
        +
        +
        Throws:
        +
        java.lang.Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingFunction.html b/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingFunction.html new file mode 100644 index 0000000..9d3ba22 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingFunction.html @@ -0,0 +1,262 @@ + + + + + +ThrowingFunction (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.util
+

Interface ThrowingFunction<I,O>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.util.function.Function<I,O>
    +
    +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface ThrowingFunction<I,O>
    +extends java.util.function.Function<I,O>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        apply

        +
        default O apply(I i)
        +
        +
        Specified by:
        +
        apply in interface java.util.function.Function<I,O>
        +
        +
      • +
      + + + + + +
        +
      • +

        applyThrow

        +
        O applyThrow(I i)
        +      throws java.lang.Exception
        +
        +
        Throws:
        +
        java.lang.Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingSupplier.html b/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingSupplier.html new file mode 100644 index 0000000..b99900d --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/util/ThrowingSupplier.html @@ -0,0 +1,251 @@ + + + + + +ThrowingSupplier (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.util
+

Interface ThrowingSupplier<T>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.util.function.Supplier<T>
    +
    +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface ThrowingSupplier<T>
    +extends java.util.function.Supplier<T>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        get

        +
        default T get()
        +
        +
        Specified by:
        +
        get in interface java.util.function.Supplier<T>
        +
        +
      • +
      + + + +
        +
      • +

        getThrow

        +
        T getThrow()
        +    throws java.lang.Exception
        +
        +
        Throws:
        +
        java.lang.Exception
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/util/TriFunction.html b/docs/javadoc/fr/il_totore/spigotmetadata/util/TriFunction.html new file mode 100644 index 0000000..31988a6 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/util/TriFunction.html @@ -0,0 +1,230 @@ + + + + + +TriFunction (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + + +
+
fr.il_totore.spigotmetadata.util
+

Interface TriFunction<I,J,K,O>

+
+
+
+
    +
  • +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface TriFunction<I,J,K,O>
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        apply

        +
        O apply(I i,
        +        J j,
        +        K k)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/util/package-frame.html b/docs/javadoc/fr/il_totore/spigotmetadata/util/package-frame.html new file mode 100644 index 0000000..f83aa7b --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/util/package-frame.html @@ -0,0 +1,28 @@ + + + + + +fr.il_totore.spigotmetadata.util (SpigotMetadata 3.0-SNAPSHOT API) + + + + + +

fr.il_totore.spigotmetadata.util

+ + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/util/package-summary.html b/docs/javadoc/fr/il_totore/spigotmetadata/util/package-summary.html new file mode 100644 index 0000000..b4fcebb --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/util/package-summary.html @@ -0,0 +1,171 @@ + + + + + +fr.il_totore.spigotmetadata.util (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Package fr.il_totore.spigotmetadata.util

+
+
+ +
+ + + + + + diff --git a/docs/javadoc/fr/il_totore/spigotmetadata/util/package-tree.html b/docs/javadoc/fr/il_totore/spigotmetadata/util/package-tree.html new file mode 100644 index 0000000..7ce3fc4 --- /dev/null +++ b/docs/javadoc/fr/il_totore/spigotmetadata/util/package-tree.html @@ -0,0 +1,159 @@ + + + + + +fr.il_totore.spigotmetadata.util Class Hierarchy (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package fr.il_totore.spigotmetadata.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • fr.il_totore.spigotmetadata.util.ServerVersion (implements java.lang.Comparable<T>)
    • +
    +
  • +
+

Interface Hierarchy

+
    +
  • java.util.function.BiConsumer<T,U> + +
  • +
  • java.util.function.Consumer<T> + +
  • +
  • java.util.function.Function<T,R> + +
  • +
  • java.util.function.Supplier<T> + +
  • +
  • fr.il_totore.spigotmetadata.util.TriFunction<I,J,K,O>
  • +
+
+ + + + + + diff --git a/docs/javadoc/help-doc.html b/docs/javadoc/help-doc.html index 0457d37..55108d6 100644 --- a/docs/javadoc/help-doc.html +++ b/docs/javadoc/help-doc.html @@ -2,242 +2,222 @@ - - API Help (EntityMetadata 3.0-SNAPSHOT API) - - - + +API Help (SpigotMetadata 3.0-SNAPSHOT API) + + +
- + - - - - - + + + + +
+ + + +
+ +
+ + +
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in - the navigation bar, described as follows. -
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
    -
  • -

    Overview

    -

    The Overview page is the front page of this API document and provides - a list of all packages with a summary for each. This page can also contain an overall description of the - set of packages.

    -
  • -
  • -

    Package

    -

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This - page can contain six categories:

    -
      -
    • Interfaces (italic)
    • -
    • Classes
    • -
    • Enums
    • -
    • Exceptions
    • -
    • Errors
    • -
    • Annotation Types
    • -
    -
  • -
  • -

    Class/Interface

    -

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages - has three sections consisting of a class/interface description, summary tables, and detailed member - descriptions:

    -
      -
    • Class inheritance diagram
    • -
    • Direct Subclasses
    • -
    • All Known Subinterfaces
    • -
    • All Known Implementing Classes
    • -
    • Class/interface declaration
    • -
    • Class/interface description
    • -
    -
      -
    • Nested Class Summary
    • -
    • Field Summary
    • -
    • Constructor Summary
    • -
    • Method Summary
    • -
    -
      -
    • Field Detail
    • -
    • Constructor Detail
    • -
    • Method Detail
    • -
    -

    Each summary entry contains the first sentence from the detailed description for that item. The summary - entries are alphabetical, while the detailed descriptions are in the order they appear in the source - code. This preserves the logical groupings established by the programmer.

    -
  • -
  • -

    Annotation Type

    -

    Each annotation type has its own separate page with the following sections:

    -
      -
    • Annotation Type declaration
    • -
    • Annotation Type description
    • -
    • Required Element Summary
    • -
    • Optional Element Summary
    • -
    • Element Detail
    • -
    -
  • -
  • -

    Enum

    -

    Each enum has its own separate page with the following sections:

    -
      -
    • Enum declaration
    • -
    • Enum description
    • -
    • Enum Constant Summary
    • -
    • Enum Constant Detail
    • -
    -
  • -
  • -

    Tree (Class Hierarchy)

    -

    There is a Class Hierarchy page for all packages, plus a hierarchy for - each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are - organized by inheritance structure starting with java.lang.Object. The interfaces do not - inherit from java.lang.Object.

    -
      -
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • -
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy - for only that package. -
    • -
    -
  • -
  • -

    Deprecated API

    -

    The Deprecated API page lists all of the API that have been - deprecated. A deprecated API is not recommended for use, generally due to improvements, and a - replacement API is usually given. Deprecated APIs may be removed in future implementations.

    -
  • -
  • -

    Index

    -

    The Index contains an alphabetic list of all classes, interfaces, - constructors, methods, and fields.

    -
  • -
  • -

    Prev/Next

    -

    These links take you to the next or previous class, interface, package, or related page.

    -
  • -
  • -

    Frames/No Frames

    -

    These links show and hide the HTML frames. All pages are available with or without frames.

    -
  • -
  • -

    All Classes

    -

    The All Classes link shows all classes and interfaces except - non-static nested types.

    -
  • -
  • -

    Serialized Form

    -

    Each serializable or externalizable class has a description of its serialization fields and methods. This - information is of interest to re-implementors, not to developers using the API. While there is no link - in the navigation bar, you can get to this information by going to any serialized class and clicking - "Serialized Form" in the "See also" section of the class description.

    -
  • -
  • -

    Constant Field Values

    -

    The Constant Field Values page lists the static final fields and their - values.

    -
  • -
- This help file applies to API documentation generated using the standard doclet. -
+ +This help file applies to API documentation generated using the standard doclet.
- + + + + + - - - - - +
+ + + +
+ +
+ + + diff --git a/docs/javadoc/index-all.html b/docs/javadoc/index-all.html index 651892d..0277c24 100644 --- a/docs/javadoc/index-all.html +++ b/docs/javadoc/index-all.html @@ -2,2108 +2,971 @@ - - Index (EntityMetadata 3.0-SNAPSHOT API) - - - + +Index (SpigotMetadata 3.0-SNAPSHOT API) + + +
- + - - - - - + + + + +
+ + + +
+ +
+ + + -
A B C D E F G H I K L M N O P R S T U V W  - +
A B C D E F G H I K L M N O P R S T U V W  + + +

A

+
+
accept(I, O) - Method in interface fr.il_totore.spigotmetadata.util.ThrowingBiConsumer
+
 
+
accept(T) - Method in interface fr.il_totore.spigotmetadata.util.ThrowingConsumer
+
 
+
acceptThrow(I, O) - Method in interface fr.il_totore.spigotmetadata.util.ThrowingBiConsumer
+
 
+
acceptThrow(T) - Method in interface fr.il_totore.spigotmetadata.util.ThrowingConsumer
+
 
+
add(NBTBase) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Add a NBTBase
+
+
addAll(Collection<NBTBase>) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Add all NBTBase
+
+
addVersion(DataWatcherEntry.VersionEntry) - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry
+
+
Add a version support for this DataWatcherEntry
+
+
apply(I) - Method in interface fr.il_totore.spigotmetadata.util.ThrowingFunction
+
 
+
apply(I, J, K) - Method in interface fr.il_totore.spigotmetadata.util.TriFunction
+
 
+
applyThrow(I) - Method in interface fr.il_totore.spigotmetadata.util.ThrowingFunction
+
 
+
+ + -

A

-
-
accept(I, O) - - Method in interface fr.il_totore.entitymetadata.util.ThrowingBiConsumer
-
 
-
accept(T) - - Method in interface fr.il_totore.entitymetadata.util.ThrowingConsumer
-
 
-
acceptThrow(I, O) - - Method in interface fr.il_totore.entitymetadata.util.ThrowingBiConsumer
-
 
-
acceptThrow(T) - - Method in interface fr.il_totore.entitymetadata.util.ThrowingConsumer
-
 
-
add(NBTBase) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Add a NBTBase -
-
-
addAll(Collection<NBTBase>) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Add all NBTBase -
-
-
addVersion(DataWatcherEntry.VersionEntry) - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry
-
-
Add a version support for this DataWatcherEntry
-
-
apply(I) - - Method in interface fr.il_totore.entitymetadata.util.ThrowingFunction
-
 
-
apply(I, J, K) - - Method in interface fr.il_totore.entitymetadata.util.TriFunction
-
 
-
applyThrow(I) - - Method in interface fr.il_totore.entitymetadata.util.ThrowingFunction
-
 
-
- - - -

B

-
-
BAT_FLY - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry
-
 
-
BLOCK_FACE - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
BOOLEAN - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
bukkitToNotch(F) - - Method in interface fr.il_totore.entitymetadata.api.datawatcher.DataWatcherObject
-
-
Transform the F (From/Bukkit) value to a T (To/Notchian) value
-
-
BYTE - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
BYTE - Static variable in - class fr.il_totore.entitymetadata.api.nbt.NBTTagType -
-
 
-
BYTE_ARRAY - - Static variable in class fr.il_totore.entitymetadata.api.nbt.NBTTagType
-
 
-
ByteArraySerializer() - - Constructor for class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.ByteArraySerializer
-
 
-
byteValue() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTNumber
-
 
-
- - - -

C

-
-
CHAT_COMPONENT - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
compareTo(DataWatcherEntry.VersionEntry<?>) - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry.VersionEntry
-
compareTo(ServerVersion) - - Method in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
COMPOUND - Static - variable in class fr.il_totore.entitymetadata.api.nbt.NBTTagType
-
 
-
CompoundSerializer() - - Constructor for class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.CompoundSerializer
-
 
-
- - - -

D

-
-
DataWatcher - Interface in fr.il_totore.entitymetadata.api.datawatcher -
-
 
-
DataWatcherEntry - Class in fr.il_totore.entitymetadata.api.datawatcher -
-
 
-
DataWatcherEntry() - - Constructor for class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry
-
 
-
DataWatcherEntry.VersionEntry<T> - Class in fr.il_totore.entitymetadata.api.datawatcher -
-
 
-
DataWatcherKey<T> - Class in fr.il_totore.entitymetadata.api.datawatcher -
-
 
-
DataWatcherKey(String) - - Constructor for class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
-
Create a new DataWatcherKey with a key
-
-
DataWatcherKey(Class<T>) - - Constructor for class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
-
Create a new DataWatcherKey with the class's name
-
-
DataWatcherManager - - Interface in fr.il_totore.entitymetadata.api.datawatcher -
-
 
-
DataWatcherObject<F,T> - Interface in fr.il_totore.entitymetadata.api.datawatcher -
-
 
-
DataWatcherRegistry - - Interface in fr.il_totore.entitymetadata.api.datawatcher -
-
 
-
DataWatcherSerializer<F,T> - Interface in fr.il_totore.entitymetadata.api.datawatcher -
-
 
-
DOUBLE - Static - variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
DOUBLE - - Static variable in class fr.il_totore.entitymetadata.api.nbt.NBTTagType
-
 
-
doubleValue() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTNumber
-
 
-
doubleValue() - - Method in class fr.il_totore.entitymetadata.util.ServerVersion
-
-
Get the NMS version as Double
-
-
- - - -

E

-
-
END - Static variable in class - fr.il_totore.entitymetadata.api.nbt.NBTTagType -
-
 
-
EndSerializer() - - Constructor for class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.EndSerializer
-
 
-
EntityMetadataAPI - - Class in fr.il_totore.entitymetadata.api
-
 
-
EntityMetadataAPI() - - Constructor for class fr.il_totore.entitymetadata.api.EntityMetadataAPI
-
 
-
equals(Object) - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
equals(Object) - - Method in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
- - - -

F

-
-
FLOAT - Static - variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
FLOAT - Static variable in - class fr.il_totore.entitymetadata.api.nbt.NBTTagType -
-
 
-
floatValue() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTNumber
-
 
-
fr.il_totore.entitymetadata.api - package - fr.il_totore.entitymetadata.api -
-
 
-
fr.il_totore.entitymetadata.api.datawatcher - - package fr.il_totore.entitymetadata.api.datawatcher -
-
 
-
fr.il_totore.entitymetadata.api.nbt - - package fr.il_totore.entitymetadata.api.nbt -
-
 
-
- fr.il_totore.entitymetadata.exception - - package fr.il_totore.entitymetadata.exception -
-
 
-
fr.il_totore.entitymetadata.util - - package fr.il_totore.entitymetadata.util -
-
 
-
fromServer(Server) - - Static method in class fr.il_totore.entitymetadata.util.ServerVersion
-
-
Get the ServerVersion - from the Bukkit server -
-
-
fromString(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Create a new NBTTagCompound - from the given String -
-
-
- - - -

G

-
-
get(DataWatcherObject<F, T>) - - Method in interface fr.il_totore.entitymetadata.api.datawatcher.DataWatcher
-
-
Get the F value at the DataWatcherObject's - index -
-
-
get() - Method in - interface fr.il_totore.entitymetadata.api.nbt.NBTSingleValue
-
-
Get the NBT's value
-
-
get(NBTManager, int) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Get the NBTBase - at the given index -
-
-
get() - Method in - interface fr.il_totore.entitymetadata.util.ThrowingSupplier -
-
 
-
getAPI() - - Static method in class fr.il_totore.entitymetadata.api.EntityMetadataAPI
-
-
Get the VersionEntityMetadataAPI - instance. -
-
-
getBoolean(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getById(int) - - Static method in class fr.il_totore.entitymetadata.api.nbt.NBTTagType
-
-
Get the NBTTagType from it's id.
-
-
getByte(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getByteArray(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getCompound(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getCompound(int) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Get the NBTTagCompound - at the given index -
-
-
getDataWatcher(Entity) - - Method in interface fr.il_totore.entitymetadata.api.datawatcher.DataWatcherManager
-
-
Get the DataWatcher - of the passed Entity
-
-
getDataWatcher(Entity) - - Method in interface fr.il_totore.entitymetadata.api.MetadataUtil
-
-
Deprecated.
-
Get the DataWatcher - of the passed Entity
-
-
getDataWatcherManager() - - Method in interface fr.il_totore.entitymetadata.api.VersionEntityMetadataAPI
-
-
Get the NBTManager -
-
-
getDataWatcherRegistry() - - Method in interface fr.il_totore.entitymetadata.api.VersionEntityMetadataAPI
-
- -
-
getDouble(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getDouble(int) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Get the Double value at the given index
-
-
getFloat(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getFloat(int) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Get the Float value at the given index
-
-
getId() - Method in class - fr.il_totore.entitymetadata.api.nbt.NBTTagType -
-
-
get the NBTTagType's - id -
-
-
getIndex() - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry.VersionEntry
-
-
Get the entry's index
-
-
getIndex() - - Method in interface fr.il_totore.entitymetadata.api.datawatcher.DataWatcherObject
-
-
Return the DataWatcherObject's - index -
-
-
getInt(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getIntArray(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getIntArray(int) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Get the int values at the given index
-
-
getKey() - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry.VersionEntry
-
-
Get the entry's key
-
-
getKey() - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
-
Get the key.
-
-
getList(String, NBTTagType) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getLong(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getMetadataUtil() - - Method in interface fr.il_totore.entitymetadata.api.VersionEntityMetadataAPI
-
-
Deprecated. -
use the DataWatcherManager and NBTManager instead -
-
-
-
getName() - Method in - class fr.il_totore.entitymetadata.api.nbt.NamedNBT -
-
 
-
getNBTManager() - - Method in interface fr.il_totore.entitymetadata.api.VersionEntityMetadataAPI
-
-
Get the NBTManager -
-
-
getNBTTag(Entity) - - Method in interface fr.il_totore.entitymetadata.api.MetadataUtil
-
-
Deprecated.
-
Get a new NBTTagCompound - of the given Entity
-
-
getNBTTag(Entity) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Get a new NBTTagCompound - of the given Entity
-
-
getNBTTag(ItemStack) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Get a new NBTTagCompound - of the given ItemStack
-
-
getNBTTag(Block) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Get a new NBTTagCompound - of the given Block
-
-
getNBTTag(Location) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Get a new NBTTagCompound - of the given Location
-
-
getNMSVersion() - - Method in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
getSerializer(DataWatcherKey<F>) - - Method in interface fr.il_totore.entitymetadata.api.datawatcher.DataWatcherRegistry
-
-
Get the DataWatcherSerializer - put with the given key. -
-
-
getSerializer(NBTTagType<T>) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
 
-
getShort(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getString(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the value associated to the given key
-
-
getString(int) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Get the NBTSingleValue - at the given index -
-
-
getTags(NBTManager) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Get all contained tags
-
-
getThrow() - - Method in interface fr.il_totore.entitymetadata.util.ThrowingSupplier
-
 
-
getType() - Method in - class fr.il_totore.entitymetadata.api.nbt.NamedNBT -
-
 
-
getType() - Method in - interface fr.il_totore.entitymetadata.api.nbt.NBTBase -
-
-
Get the NBTTag's type
-
-
getType() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Get the NBTTag's type
-
-
getType() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Get the NBTTag's type
-
-
getTypeOf(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
return the NBTTagType - of the value associated to the given key -
-
-
getValue() - - Method in class fr.il_totore.entitymetadata.api.nbt.NamedNBT
-
 
-
getValueType() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Return the type of contained values
-
-
getVersion(ServerVersion) - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry
-
- -
-
getVersion() - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry.VersionEntry
-
-
Get entry's version
-
-
GHAST_ATTACK - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry
-
 
-
- - - -

H

-
-
hashCode() - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
hashCode() - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTTagType
-
 
-
hashCode() - - Method in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
hasKey(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
check if the given key exists
-
-
hasKeyOfType(String, NBTTagType) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Check if the NBTTagCompound - has a value of the given NBTTagType - associated with the given key -
-
-
hasVersion(ServerVersion) - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry
-
-
Check if a DataWatcherEntry.VersionEntry - exists for this ServerVersion -
-
-
- - - -

I

-
-
index(int) - - Method in interface fr.il_totore.entitymetadata.api.datawatcher.DataWatcherSerializer
-
-
Get a DataWatcherObject - for the given index -
-
-
INT - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
INT - Static variable in class - fr.il_totore.entitymetadata.api.nbt.NBTTagType -
-
 
-
INT_ARRAY - - Static variable in class fr.il_totore.entitymetadata.api.nbt.NBTTagType
-
 
-
IntArraySerializer() - - Constructor for class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.IntArraySerializer
-
 
-
intValue() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTNumber
-
 
-
isEmpty() - Method in - class fr.il_totore.entitymetadata.api.nbt.NamedNBT -
-
 
-
isEmpty() - Method in - interface fr.il_totore.entitymetadata.api.nbt.NBTBase -
-
-
Check if the NBTBase - is empty -
-
-
isEmpty() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Check if the NBTTagCompound - is empty -
-
-
- - - -

K

-
-
keySet() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
 
-
- - - -

L

-
-
LIST - Static variable in - class fr.il_totore.entitymetadata.api.nbt.NBTTagType -
-
 
-
ListSerializer() - - Constructor for class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.ListSerializer
-
 
-
LONG - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
LONG - Static variable in - class fr.il_totore.entitymetadata.api.nbt.NBTTagType -
-
 
-
longValue() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTNumber
-
 
-
- - - -

M

-
-
merge(NBTTagCompound) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Merge this NBTTagCompound - with the parameter one. -
-
-
MetadataUtil - - Interface in fr.il_totore.entitymetadata.api
-
-
Deprecated.
-
-
MojangsonParseException - Exception in fr.il_totore.entitymetadata.exception -
-
 
-
MojangsonParseException(String) - - Constructor for exception fr.il_totore.entitymetadata.exception.MojangsonParseException
-
 
-
- - - -

N

-
-
NamedNBT<T - extends NBTBase> - Class in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NamedNBT(String, T) - - Constructor for class fr.il_totore.entitymetadata.api.nbt.NamedNBT
-
 
-
NBT_TAG - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
NBTBase - - Interface in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTInputStream - - Class in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTInputStream(NBTManager, InputStream) - - Constructor for class fr.il_totore.entitymetadata.api.nbt.NBTInputStream
-
-
Creates a NBTInputStream - that uses the specified - underlying InputStream. -
-
-
NBTManager - - Interface in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTNumber<V - extends java.lang.Number> - Interface in fr.il_totore.entitymetadata.api.nbt -
-
 
-
nbtOf(NBTTagType<T>, V) - - Method in interface fr.il_totore.entitymetadata.api.MetadataUtil
-
-
Deprecated.
-
Create a new child instance of NBTBase -
-
-
NBTOutputStream - Class in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTOutputStream(NBTManager, OutputStream) - - Constructor for class fr.il_totore.entitymetadata.api.nbt.NBTOutputStream
-
-
Creates a new NBTOutputStream - to write NBTTags to the specified - underlying output stream. -
-
-
NBTSerializer<T extends NBTBase> - Interface in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTSerializer.ByteArraySerializer - - Class in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTSerializer.CompoundSerializer - - Class in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTSerializer.EndSerializer - - Class in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTSerializer.IntArraySerializer - - Class in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTSerializer.ListSerializer - - Class in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTSerializer.SimpleValueSerializer<T> - Class in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTSingleValue<T> - - Interface in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTTagCompound - - Interface in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTTagEnd - - Interface in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTTagList - - Interface in fr.il_totore.entitymetadata.api.nbt -
-
 
-
NBTTagType<T - extends NBTBase> - Class in fr.il_totore.entitymetadata.api.nbt -
-
 
-
notchToBukkit(T) - - Method in interface fr.il_totore.entitymetadata.api.datawatcher.DataWatcherObject
-
-
Transformed the T (To/Notchian) value to F (From/Bukkit) value
-
-
- - - -

O

-
-
of(NBTTagType<T>, V) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Create a new child instance of NBTBase -
-
-
of(NBTTagType<T>) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Create a new child instance of NBTBase -
-
-
OPTIONAL_CHAT_COMPONENT - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
OPTIONAL_ITEM_STACK - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
OPTIONAL_POSITION - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
OPTIONAL_UUID - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
- - - -

P

-
-
POSITION - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
- - - -

R

-
-
read(NBTManager, NBTInputStream) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.ByteArraySerializer
-
 
-
read(NBTManager, NBTInputStream) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.CompoundSerializer
-
 
-
read(NBTManager, NBTInputStream) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.EndSerializer
-
 
-
read(NBTManager, NBTInputStream) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.IntArraySerializer
-
 
-
read(NBTManager, NBTInputStream) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.ListSerializer
-
 
-
read(NBTManager, NBTInputStream) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTSerializer
-
 
-
read(NBTManager, NBTInputStream) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.SimpleValueSerializer
-
 
-
readNamedTag() - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTInputStream
-
-
Read the next named tag.
-
-
readNamedTag(NBTTagType<T>) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTInputStream
-
-
Read the next unnamed tag.
-
-
readTag() - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTInputStream
-
-
Read the next unnamed tag.
-
-
readTag(NBTTagType<T>) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTInputStream
-
-
Read the next unnamed tag.
-
-
remove(String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Remove the value associated to the given key
-
-
remove(int) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Remove an element at the given index
-
-
removeVersion(ServerVersion) - - Method in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry
-
-
Remove a version support for this DataWatcherEntry
-
-
ROTATION - - Static variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
- - - -

S

-
-
ServerVersion - - Class in fr.il_totore.entitymetadata.util -
-
 
-
ServerVersion(String) - - Constructor for class fr.il_totore.entitymetadata.util.ServerVersion
-
-
Create a new ServerVersion - with the given NMS version -
-
-
set(DataWatcherObject<F, T>, F) - - Method in interface fr.il_totore.entitymetadata.api.datawatcher.DataWatcher
-
-
Set the F value at the DataWatcherObject's - index -
-
-
set(int, NBTBase) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Set a NBTBase - at the given index -
-
-
setBoolean(String, boolean) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Put the given boolean value with the key.
-
-
setByte(String, byte) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Put the given byte value with the key.
-
-
setByteArray(String, byte[]) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Put the given byte array with the key.
-
-
setDouble(String, double) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Put the given double value with the key.
-
-
setFloat(String, float) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Put the given float value with the key.
-
-
setInt(String, int) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Put the given int value with the key.
-
-
setIntArray(String, int[]) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Put the given int array with the key.
-
-
setLong(String, long) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Put the given long value with the key.
-
-
setNBTTag(Entity, NBTTagCompound) - - Method in interface fr.il_totore.entitymetadata.api.MetadataUtil
-
-
Deprecated.
-
Set to the given Entity the given NBTTagCompound
-
-
setNBTTag(Entity, NBTTagCompound) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Set to the given Entity the given NBTTagCompound
-
-
setNBTTag(ItemStack, NBTTagCompound) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Set to the given ItemStack the given NBTTagCompound
-
-
setNBTTag(Block, NBTTagCompound) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Set to the given Block the given NBTTagCompound
-
-
setNBTTag(Location, NBTTagCompound) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTManager
-
-
Set to the given Location the given NBTTagCompound
-
-
setShort(String, short) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Put the given short value with the key.
-
-
setString(String, String) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Put the given String value with the key.
-
-
setTag(String, NBTBase) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
 
-
SHORT - Static - variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
SHORT - Static variable in - class fr.il_totore.entitymetadata.api.nbt.NBTTagType -
-
 
-
shortValue() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTNumber
-
 
-
SimpleValueSerializer(NBTTagType<? extends NBTSingleValue<T>>, Function<NBTInputStream, T>, BiConsumer<NBTOutputStream, T>) - - Constructor for class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.SimpleValueSerializer
-
 
-
size() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagList
-
-
Get the NBTTagList's - size -
-
-
STRING - Static - variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
STRING - - Static variable in class fr.il_totore.entitymetadata.api.nbt.NBTTagType
-
 
-
- - - -

T

-
-
ThrowingBiConsumer<I,O> - Interface in fr.il_totore.entitymetadata.util
-
 
-
ThrowingConsumer<T> - Interface in fr.il_totore.entitymetadata.util
-
 
-
ThrowingFunction<I,O> - Interface in fr.il_totore.entitymetadata.util
-
 
-
ThrowingSupplier<T> - Interface in fr.il_totore.entitymetadata.util
-
 
-
toString() - - Method in class fr.il_totore.entitymetadata.api.nbt.NamedNBT
-
 
-
toString() - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTTagCompound
-
-
Parse this NBTTagCompound - to String -
-
-
TriFunction<I,J,K,O> - - Interface in fr.il_totore.entitymetadata.util -
-
 
-
- - - -

U

-
-
UnknownIndexException - Exception in fr.il_totore.entitymetadata.exception -
-
 
-
UnknownIndexException(int) - - Constructor for exception fr.il_totore.entitymetadata.exception.UnknownIndexException
-
 
-
- - - -

V

-
-
v1_10 - Static variable in - class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_10_1 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_10_2 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_11 - Static variable in - class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_11_1 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_11_2 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_12 - Static variable in - class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_12_1 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_12_2 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_13 - Static variable in - class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_13_1 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_13_2 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_14 - Static variable in - class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_14_1 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_14_2 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_14_3 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_14_4 - Static variable - in class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_15 - Static variable in - class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_8 - Static variable in - class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_8_3 - - Static variable in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
v1_8_4 - - Static variable in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
v1_8_5 - - Static variable in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
v1_8_6 - - Static variable in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
v1_8_7 - - Static variable in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
v1_8_8 - - Static variable in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
v1_8_9 - - Static variable in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
v1_9 - Static variable in - class fr.il_totore.entitymetadata.util.ServerVersion -
-
 
-
v1_9_1 - - Static variable in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
v1_9_2 - - Static variable in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
v1_9_4 - - Static variable in class fr.il_totore.entitymetadata.util.ServerVersion
-
 
-
values() - Static method - in class fr.il_totore.entitymetadata.api.nbt.NBTTagType -
-
 
-
VECTOR - Static - variable in class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherKey
-
 
-
VersionEntityMetadataAPI - Interface in fr.il_totore.entitymetadata.api
-
 
-
VersionEntry(ServerVersion, DataWatcherKey<T>, int) - - Constructor for class fr.il_totore.entitymetadata.api.datawatcher.DataWatcherEntry.VersionEntry
-
-
Create a new VersionEntry
-
-
- - - -

W

-
-
write(NBTManager, NBTOutputStream, NBTSingleValue<List<Byte>>) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.ByteArraySerializer
-
 
-
write(NBTManager, NBTOutputStream, NBTTagCompound) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.CompoundSerializer
-
 
-
write(NBTManager, NBTOutputStream, NBTTagEnd) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.EndSerializer
-
 
-
write(NBTManager, NBTOutputStream, NBTSingleValue<List<Integer>>) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.IntArraySerializer
-
 
-
write(NBTManager, NBTOutputStream, NBTTagList) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.ListSerializer
-
 
-
write(NBTManager, NBTOutputStream, NBTSingleValue<T>) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTSerializer.SimpleValueSerializer
-
 
-
write(NBTManager, NBTOutputStream, T) - - Method in interface fr.il_totore.entitymetadata.api.nbt.NBTSerializer
-
 
-
writeNamedTag(NamedNBT) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTOutputStream
-
 
-
writeNamedTag(NBTTagType<T>, NamedNBT<T>) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTOutputStream
-
 
-
writeTag(NBTBase) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTOutputStream
-
 
-
writeTag(NBTTagType<T>, T) - - Method in class fr.il_totore.entitymetadata.api.nbt.NBTOutputStream
-
 
-
- A B C D E F G H I K L M N O P R S T U V W  +

B

+
+
BAT_FLY - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry
+
 
+
BLOCK_FACE - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
BOOLEAN - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
bukkitToNotch(F) - Method in interface fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherObject
+
+
Transform the F (From/Bukkit) value to a T (To/Notchian) value
+
+
BYTE - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
BYTE - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
BYTE_ARRAY - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
ByteArraySerializer() - Constructor for class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.ByteArraySerializer
+
 
+
byteValue() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTNumber
+
 
+
+ + + +

C

+
+
CHAT_COMPONENT - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
compareTo(DataWatcherEntry.VersionEntry<?>) - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry.VersionEntry
+
compareTo(ServerVersion) - Method in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
COMPOUND - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
CompoundSerializer() - Constructor for class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.CompoundSerializer
+
 
+
+ + + +

D

+
+
DataWatcher - Interface in fr.il_totore.spigotmetadata.api.datawatcher
+
 
+
DataWatcherEntry - Class in fr.il_totore.spigotmetadata.api.datawatcher
+
 
+
DataWatcherEntry() - Constructor for class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry
+
 
+
DataWatcherEntry.VersionEntry<T> - Class in fr.il_totore.spigotmetadata.api.datawatcher
+
 
+
DataWatcherKey<T> - Class in fr.il_totore.spigotmetadata.api.datawatcher
+
 
+
DataWatcherKey(String) - Constructor for class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
+
Create a new DataWatcherKey with a key
+
+
DataWatcherKey(Class<T>) - Constructor for class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
+
Create a new DataWatcherKey with the class's name
+
+
DataWatcherManager - Interface in fr.il_totore.spigotmetadata.api.datawatcher
+
 
+
DataWatcherObject<F,T> - Interface in fr.il_totore.spigotmetadata.api.datawatcher
+
 
+
DataWatcherRegistry - Interface in fr.il_totore.spigotmetadata.api.datawatcher
+
 
+
DataWatcherSerializer<F,T> - Interface in fr.il_totore.spigotmetadata.api.datawatcher
+
 
+
DOUBLE - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
DOUBLE - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
doubleValue() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTNumber
+
 
+
doubleValue() - Method in class fr.il_totore.spigotmetadata.util.ServerVersion
+
+
Get the NMS version as Double
+
+
+ + + +

E

+
+
END - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
EndSerializer() - Constructor for class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.EndSerializer
+
 
+
equals(Object) - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
equals(Object) - Method in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
+ + + +

F

+
+
FLOAT - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
FLOAT - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
floatValue() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTNumber
+
 
+
fr.il_totore.spigotmetadata.api - package fr.il_totore.spigotmetadata.api
+
 
+
fr.il_totore.spigotmetadata.api.datawatcher - package fr.il_totore.spigotmetadata.api.datawatcher
+
 
+
fr.il_totore.spigotmetadata.api.nbt - package fr.il_totore.spigotmetadata.api.nbt
+
 
+
fr.il_totore.spigotmetadata.exception - package fr.il_totore.spigotmetadata.exception
+
 
+
fr.il_totore.spigotmetadata.util - package fr.il_totore.spigotmetadata.util
+
 
+
fromServer(Server) - Static method in class fr.il_totore.spigotmetadata.util.ServerVersion
+
+
Get the ServerVersion from the Bukkit server
+
+
fromString(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Create a new NBTTagCompound from the given String
+
+
+ + + +

G

+
+
get(DataWatcherObject<F, T>) - Method in interface fr.il_totore.spigotmetadata.api.datawatcher.DataWatcher
+
+
Get the F value at the DataWatcherObject's index
+
+
get() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTSingleValue
+
+
Get the NBT's value
+
+
get(NBTManager, int) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Get the NBTBase at the given index
+
+
get() - Method in interface fr.il_totore.spigotmetadata.util.ThrowingSupplier
+
 
+
getAPI() - Static method in class fr.il_totore.spigotmetadata.api.SpigotMetadataAPI
+
+
Get the VersionSpigotMetadataAPI instance.
+
+
getBoolean(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getById(int) - Static method in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
+
Get the NBTTagType from it's id.
+
+
getByte(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getByteArray(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getCompound(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getCompound(int) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Get the NBTTagCompound at the given index
+
+
getDataWatcher(Entity) - Method in interface fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherManager
+
+
Get the DataWatcher of the passed Entity
+
+
getDataWatcher(Entity) - Method in interface fr.il_totore.spigotmetadata.api.MetadataUtil
+
+
Deprecated.
+
Get the DataWatcher of the passed Entity
+
+
getDataWatcherManager() - Method in interface fr.il_totore.spigotmetadata.api.VersionSpigotMetadataAPI
+
+
Get the NBTManager
+
+
getDataWatcherRegistry() - Method in interface fr.il_totore.spigotmetadata.api.VersionSpigotMetadataAPI
+
+ +
+
getDouble(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getDouble(int) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Get the Double value at the given index
+
+
getFloat(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getFloat(int) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Get the Float value at the given index
+
+
getId() - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
+
get the NBTTagType's id
+
+
getIndex() - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry.VersionEntry
+
+
Get the entry's index
+
+
getIndex() - Method in interface fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherObject
+
+
Return the DataWatcherObject's index
+
+
getInt(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getIntArray(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getIntArray(int) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Get the int values at the given index
+
+
getKey() - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry.VersionEntry
+
+
Get the entry's key
+
+
getKey() - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
+
Get the key.
+
+
getList(String, NBTTagType) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getLong(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getMetadataUtil() - Method in interface fr.il_totore.spigotmetadata.api.VersionSpigotMetadataAPI
+
+
Deprecated. +
use the DataWatcherManager and NBTManager instead
+
+
getName() - Method in class fr.il_totore.spigotmetadata.api.nbt.NamedNBT
+
 
+
getNBTManager() - Method in interface fr.il_totore.spigotmetadata.api.VersionSpigotMetadataAPI
+
+
Get the NBTManager
+
+
getNBTTag(Entity) - Method in interface fr.il_totore.spigotmetadata.api.MetadataUtil
+
+
Deprecated.
+
Get a new NBTTagCompound of the given Entity
+
+
getNBTTag(Entity) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Get a new NBTTagCompound of the given Entity
+
+
getNBTTag(ItemStack) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Get a new NBTTagCompound of the given ItemStack
+
+
getNBTTag(Block) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Get a new NBTTagCompound of the given Block
+
+
getNBTTag(Location) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Get a new NBTTagCompound of the given Location
+
+
getNMSVersion() - Method in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
getSerializer(DataWatcherKey<F>) - Method in interface fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherRegistry
+
+
Get the DataWatcherSerializer put with the given key.
+
+
getSerializer(NBTTagType<T>) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
 
+
getShort(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getString(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the value associated to the given key
+
+
getString(int) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Get the NBTSingleValue at the given index
+
+
getTags(NBTManager) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Get all contained tags
+
+
getThrow() - Method in interface fr.il_totore.spigotmetadata.util.ThrowingSupplier
+
 
+
getType() - Method in class fr.il_totore.spigotmetadata.api.nbt.NamedNBT
+
 
+
getType() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTBase
+
+
Get the NBTTag's type
+
+
getType() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Get the NBTTag's type
+
+
getType() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Get the NBTTag's type
+
+
getTypeOf(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
return the NBTTagType of the value associated to the given key
+
+
getValue() - Method in class fr.il_totore.spigotmetadata.api.nbt.NamedNBT
+
 
+
getValueType() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Return the type of contained values
+
+
getVersion(ServerVersion) - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry
+
+ +
+
getVersion() - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry.VersionEntry
+
+
Get entry's version
+
+
GHAST_ATTACK - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry
+
 
+
+ + + +

H

+
+
hashCode() - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
hashCode() - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
hashCode() - Method in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
hasKey(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
check if the given key exists
+
+
hasKeyOfType(String, NBTTagType) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Check if the NBTTagCompound has a value of the given NBTTagType associated with the given key
+
+
hasVersion(ServerVersion) - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry
+
+
Check if a DataWatcherEntry.VersionEntry exists for this ServerVersion
+
+
+ + + +

I

+
+
index(int) - Method in interface fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherSerializer
+
+
Get a DataWatcherObject for the given index
+
+
INT - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
INT - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
INT_ARRAY - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
IntArraySerializer() - Constructor for class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.IntArraySerializer
+
 
+
intValue() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTNumber
+
 
+
isEmpty() - Method in class fr.il_totore.spigotmetadata.api.nbt.NamedNBT
+
 
+
isEmpty() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTBase
+
+
Check if the NBTBase is empty
+
+
isEmpty() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Check if the NBTTagCompound is empty
+
+
+ + + +

K

+
+
keySet() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
 
+
+ + + +

L

+
+
LIST - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
ListSerializer() - Constructor for class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.ListSerializer
+
 
+
LONG - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
LONG - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
longValue() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTNumber
+
 
+
+ + + +

M

+
+
merge(NBTTagCompound) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Merge this NBTTagCompound with the parameter one.
+
+
MetadataUtil - Interface in fr.il_totore.spigotmetadata.api
+
+
Deprecated.
+
+
MojangsonParseException - Exception in fr.il_totore.spigotmetadata.exception
+
 
+
MojangsonParseException(String) - Constructor for exception fr.il_totore.spigotmetadata.exception.MojangsonParseException
+
 
+
+ + + +

N

+
+
NamedNBT<T extends NBTBase> - Class in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NamedNBT(String, T) - Constructor for class fr.il_totore.spigotmetadata.api.nbt.NamedNBT
+
 
+
NBT_TAG - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
NBTBase - Interface in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTInputStream - Class in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTInputStream(NBTManager, InputStream) - Constructor for class fr.il_totore.spigotmetadata.api.nbt.NBTInputStream
+
+
Creates a NBTInputStream that uses the specified + underlying InputStream.
+
+
NBTManager - Interface in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTNumber<V extends java.lang.Number> - Interface in fr.il_totore.spigotmetadata.api.nbt
+
 
+
nbtOf(NBTTagType<T>, V) - Method in interface fr.il_totore.spigotmetadata.api.MetadataUtil
+
+
Deprecated.
+
Create a new child instance of NBTBase
+
+
NBTOutputStream - Class in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTOutputStream(NBTManager, OutputStream) - Constructor for class fr.il_totore.spigotmetadata.api.nbt.NBTOutputStream
+
+
Creates a new NBTOutputStream to write NBTTags to the specified + underlying output stream.
+
+
NBTSerializer<T extends NBTBase> - Interface in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTSerializer.ByteArraySerializer - Class in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTSerializer.CompoundSerializer - Class in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTSerializer.EndSerializer - Class in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTSerializer.IntArraySerializer - Class in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTSerializer.ListSerializer - Class in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTSerializer.SimpleValueSerializer<T> - Class in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTSingleValue<T> - Interface in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTTagCompound - Interface in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTTagEnd - Interface in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTTagList - Interface in fr.il_totore.spigotmetadata.api.nbt
+
 
+
NBTTagType<T extends NBTBase> - Class in fr.il_totore.spigotmetadata.api.nbt
+
 
+
notchToBukkit(T) - Method in interface fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherObject
+
+
Transformed the T (To/Notchian) value to F (From/Bukkit) value
+
+
+ + + +

O

+
+
of(NBTTagType<T>, V) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Create a new child instance of NBTBase
+
+
of(NBTTagType<T>) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Create a new child instance of NBTBase
+
+
OPTIONAL_CHAT_COMPONENT - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
OPTIONAL_ITEM_STACK - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
OPTIONAL_POSITION - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
OPTIONAL_UUID - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
+ + + +

P

+
+
POSITION - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
+ + + +

R

+
+
read(NBTManager, NBTInputStream) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.ByteArraySerializer
+
 
+
read(NBTManager, NBTInputStream) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.CompoundSerializer
+
 
+
read(NBTManager, NBTInputStream) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.EndSerializer
+
 
+
read(NBTManager, NBTInputStream) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.IntArraySerializer
+
 
+
read(NBTManager, NBTInputStream) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.ListSerializer
+
 
+
read(NBTManager, NBTInputStream) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTSerializer
+
 
+
read(NBTManager, NBTInputStream) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.SimpleValueSerializer
+
 
+
readNamedTag() - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTInputStream
+
+
Read the next named tag.
+
+
readNamedTag(NBTTagType<T>) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTInputStream
+
+
Read the next unnamed tag.
+
+
readTag() - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTInputStream
+
+
Read the next unnamed tag.
+
+
readTag(NBTTagType<T>) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTInputStream
+
+
Read the next unnamed tag.
+
+
remove(String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Remove the value associated to the given key
+
+
remove(int) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Remove an element at the given index
+
+
removeVersion(ServerVersion) - Method in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry
+
+
Remove a version support for this DataWatcherEntry
+
+
ROTATION - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
+ + + +

S

+
+
ServerVersion - Class in fr.il_totore.spigotmetadata.util
+
 
+
ServerVersion(String) - Constructor for class fr.il_totore.spigotmetadata.util.ServerVersion
+
+
Create a new ServerVersion with the given NMS version
+
+
set(DataWatcherObject<F, T>, F) - Method in interface fr.il_totore.spigotmetadata.api.datawatcher.DataWatcher
+
+
Set the F value at the DataWatcherObject's index
+
+
set(int, NBTBase) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Set a NBTBase at the given index
+
+
setBoolean(String, boolean) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Put the given boolean value with the key.
+
+
setByte(String, byte) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Put the given byte value with the key.
+
+
setByteArray(String, byte[]) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Put the given byte array with the key.
+
+
setDouble(String, double) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Put the given double value with the key.
+
+
setFloat(String, float) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Put the given float value with the key.
+
+
setInt(String, int) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Put the given int value with the key.
+
+
setIntArray(String, int[]) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Put the given int array with the key.
+
+
setLong(String, long) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Put the given long value with the key.
+
+
setNBTTag(Entity, NBTTagCompound) - Method in interface fr.il_totore.spigotmetadata.api.MetadataUtil
+
+
Deprecated.
+
Set to the given Entity the given NBTTagCompound
+
+
setNBTTag(Entity, NBTTagCompound) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Set to the given Entity the given NBTTagCompound
+
+
setNBTTag(ItemStack, NBTTagCompound) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Set to the given ItemStack the given NBTTagCompound
+
+
setNBTTag(Block, NBTTagCompound) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Set to the given Block the given NBTTagCompound
+
+
setNBTTag(Location, NBTTagCompound) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTManager
+
+
Set to the given Location the given NBTTagCompound
+
+
setShort(String, short) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Put the given short value with the key.
+
+
setString(String, String) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Put the given String value with the key.
+
+
setTag(String, NBTBase) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
 
+
SHORT - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
SHORT - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
shortValue() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTNumber
+
 
+
SimpleValueSerializer(NBTTagType<? extends NBTSingleValue<T>>, Function<NBTInputStream, T>, BiConsumer<NBTOutputStream, T>) - Constructor for class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.SimpleValueSerializer
+
 
+
size() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagList
+
+
Get the NBTTagList's size
+
+
SpigotMetadataAPI - Class in fr.il_totore.spigotmetadata.api
+
 
+
SpigotMetadataAPI() - Constructor for class fr.il_totore.spigotmetadata.api.SpigotMetadataAPI
+
 
+
STRING - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
STRING - Static variable in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
+ + + +

T

+
+
ThrowingBiConsumer<I,O> - Interface in fr.il_totore.spigotmetadata.util
+
 
+
ThrowingConsumer<T> - Interface in fr.il_totore.spigotmetadata.util
+
 
+
ThrowingFunction<I,O> - Interface in fr.il_totore.spigotmetadata.util
+
 
+
ThrowingSupplier<T> - Interface in fr.il_totore.spigotmetadata.util
+
 
+
toString() - Method in class fr.il_totore.spigotmetadata.api.nbt.NamedNBT
+
 
+
toString() - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTTagCompound
+
+
Parse this NBTTagCompound to String
+
+
TriFunction<I,J,K,O> - Interface in fr.il_totore.spigotmetadata.util
+
 
+
+ + + +

U

+
+
UnknownIndexException - Exception in fr.il_totore.spigotmetadata.exception
+
 
+
UnknownIndexException(int) - Constructor for exception fr.il_totore.spigotmetadata.exception.UnknownIndexException
+
 
+
+ + + +

V

+
+
v1_10 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_10_1 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_10_2 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_11 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_11_1 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_11_2 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_12 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_12_1 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_12_2 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_13 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_13_1 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_13_2 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_14 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_14_1 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_14_2 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_14_3 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_14_4 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_15 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_8 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_8_3 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_8_4 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_8_5 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_8_6 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_8_7 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_8_8 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_8_9 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_9 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_9_1 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_9_2 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
v1_9_4 - Static variable in class fr.il_totore.spigotmetadata.util.ServerVersion
+
 
+
values() - Static method in class fr.il_totore.spigotmetadata.api.nbt.NBTTagType
+
 
+
VECTOR - Static variable in class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherKey
+
 
+
VersionEntry(ServerVersion, DataWatcherKey<T>, int) - Constructor for class fr.il_totore.spigotmetadata.api.datawatcher.DataWatcherEntry.VersionEntry
+
+
Create a new VersionEntry
+
+
VersionSpigotMetadataAPI - Interface in fr.il_totore.spigotmetadata.api
+
 
+
+ + + +

W

+
+
write(NBTManager, NBTOutputStream, NBTSingleValue<List<Byte>>) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.ByteArraySerializer
+
 
+
write(NBTManager, NBTOutputStream, NBTTagCompound) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.CompoundSerializer
+
 
+
write(NBTManager, NBTOutputStream, NBTTagEnd) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.EndSerializer
+
 
+
write(NBTManager, NBTOutputStream, NBTSingleValue<List<Integer>>) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.IntArraySerializer
+
 
+
write(NBTManager, NBTOutputStream, NBTTagList) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.ListSerializer
+
 
+
write(NBTManager, NBTOutputStream, NBTSingleValue<T>) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTSerializer.SimpleValueSerializer
+
 
+
write(NBTManager, NBTOutputStream, T) - Method in interface fr.il_totore.spigotmetadata.api.nbt.NBTSerializer
+
 
+
writeNamedTag(NamedNBT) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTOutputStream
+
 
+
writeNamedTag(NBTTagType<T>, NamedNBT<T>) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTOutputStream
+
 
+
writeTag(NBTBase) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTOutputStream
+
 
+
writeTag(NBTTagType<T>, T) - Method in class fr.il_totore.spigotmetadata.api.nbt.NBTOutputStream
+
 
+
+A B C D E F G H I K L M N O P R S T U V W 
- + + + + + - - - - - +
+ + + +
+ +
+ + +
diff --git a/docs/javadoc/index.html b/docs/javadoc/index.html index 515b6c4..c9e1d9c 100644 --- a/docs/javadoc/index.html +++ b/docs/javadoc/index.html @@ -2,78 +2,74 @@ - - EntityMetadata 3.0-SNAPSHOT API - + return true; + } + function loadFrames() { + if (targetPage != "" && targetPage != "undefined") + top.classFrame.location = top.targetPage; + } + - - - - - - - <noscript> - <div>JavaScript is disabled on your browser.</div> - </noscript> - <h2>Frame Alert</h2> - <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a - non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + diff --git a/docs/javadoc/overview-frame.html b/docs/javadoc/overview-frame.html index 31d06c7..4b93de1 100644 --- a/docs/javadoc/overview-frame.html +++ b/docs/javadoc/overview-frame.html @@ -2,28 +2,23 @@ - - Overview List (EntityMetadata 3.0-SNAPSHOT API) - - - + +Overview List (SpigotMetadata 3.0-SNAPSHOT API) + + +

 

diff --git a/docs/javadoc/overview-summary.html b/docs/javadoc/overview-summary.html index a71a69d..96df7bc 100644 --- a/docs/javadoc/overview-summary.html +++ b/docs/javadoc/overview-summary.html @@ -2,154 +2,151 @@ - - Overview (EntityMetadata 3.0-SNAPSHOT API) - - - + +Overview (SpigotMetadata 3.0-SNAPSHOT API) + + +
- + + + + + - - - - - +
+ + + +
+ +
+ + +
-

EntityMetadata 3.0-SNAPSHOT API

+

SpigotMetadata 3.0-SNAPSHOT API

- + + + + + - - - - - +
+ + + +
+ +
+ + + diff --git a/docs/javadoc/overview-tree.html b/docs/javadoc/overview-tree.html index 39d8f1c..b6f59fc 100644 --- a/docs/javadoc/overview-tree.html +++ b/docs/javadoc/overview-tree.html @@ -2,377 +2,240 @@ - - Class Hierarchy (EntityMetadata 3.0-SNAPSHOT API) - - - + +Class Hierarchy (SpigotMetadata 3.0-SNAPSHOT API) + + +
- + + + + + - - - - - +
+ + + +
+ +
+ + +
-

Class Hierarchy

- -

Interface Hierarchy

- +

Class Hierarchy

+ +

Interface Hierarchy

+
- + + + + + - - - - - +
+ + + +
+ +
+ + + diff --git a/docs/javadoc/package-list b/docs/javadoc/package-list index 8a647fb..fa38432 100644 --- a/docs/javadoc/package-list +++ b/docs/javadoc/package-list @@ -1,5 +1,5 @@ -fr.il_totore.entitymetadata.api -fr.il_totore.entitymetadata.api.datawatcher -fr.il_totore.entitymetadata.api.nbt -fr.il_totore.entitymetadata.exception -fr.il_totore.entitymetadata.util +fr.il_totore.spigotmetadata.api +fr.il_totore.spigotmetadata.api.datawatcher +fr.il_totore.spigotmetadata.api.nbt +fr.il_totore.spigotmetadata.exception +fr.il_totore.spigotmetadata.util diff --git a/docs/javadoc/script.js b/docs/javadoc/script.js index 9228d19..b346356 100644 --- a/docs/javadoc/script.js +++ b/docs/javadoc/script.js @@ -1,26 +1,30 @@ -function show(type) { +function show(type) +{ count = 0; for (var key in methods) { var row = document.getElementById(key); - if ((methods[key] & type) != 0) { + if ((methods[key] & type) != 0) { row.style.display = ''; row.className = (count++ % 2) ? rowColor : altColor; - } else + } + else row.style.display = 'none'; } updateTabs(type); } -function updateTabs(type) { +function updateTabs(type) +{ for (var value in tabs) { var sNode = document.getElementById(tabs[value][0]); var spanNode = sNode.firstChild; if (value == type) { sNode.className = activeTableTab; spanNode.innerHTML = tabs[value][1]; - } else { + } + else { sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; + spanNode.innerHTML = "" + tabs[value][1] + ""; } } } diff --git a/docs/javadoc/serialized-form.html b/docs/javadoc/serialized-form.html index e40d546..435f6df 100644 --- a/docs/javadoc/serialized-form.html +++ b/docs/javadoc/serialized-form.html @@ -2,140 +2,139 @@ - - Serialized Form (EntityMetadata 3.0-SNAPSHOT API) - - - + +Serialized Form (SpigotMetadata 3.0-SNAPSHOT API) + + + + + + +
+ +
+ + +
-

Serialized Form

+

Serialized Form

- +
+ + + +
+ +
+ + + diff --git a/docs/javadoc/stylesheet.css b/docs/javadoc/stylesheet.css index 0f04da8..98055b2 100644 --- a/docs/javadoc/stylesheet.css +++ b/docs/javadoc/stylesheet.css @@ -6,389 +6,380 @@ Overall document style @import url('resources/fonts/dejavu.css'); body { - background-color: #ffffff; - color: #353833; - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size: 14px; - margin: 0; + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; } a:link, a:visited { - text-decoration: none; - color: #4A6782; + text-decoration:none; + color:#4A6782; } a:hover, a:focus { - text-decoration: none; - color: #bb7a2a; + text-decoration:none; + color:#bb7a2a; } a:active { - text-decoration: none; - color: #4A6782; + text-decoration:none; + color:#4A6782; } a[name] { - color: #353833; + color:#353833; } a[name]:hover { - text-decoration: none; - color: #353833; + text-decoration:none; + color:#353833; } pre { - font-family: 'DejaVu Sans Mono', monospace; - font-size: 14px; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; } h1 { - font-size: 20px; + font-size:20px; } h2 { - font-size: 18px; + font-size:18px; } h3 { - font-size: 16px; - font-style: italic; + font-size:16px; + font-style:italic; } h4 { - font-size: 13px; + font-size:13px; } h5 { - font-size: 12px; + font-size:12px; } h6 { - font-size: 11px; + font-size:11px; } ul { - list-style-type: disc; + list-style-type:disc; } code, tt { - font-family: 'DejaVu Sans Mono', monospace; - font-size: 14px; - padding-top: 4px; - margin-top: 8px; - line-height: 1.4em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; } dt code { - font-family: 'DejaVu Sans Mono', monospace; - font-size: 14px; - padding-top: 4px; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; } table tr td dt code { - font-family: 'DejaVu Sans Mono', monospace; - font-size: 14px; - vertical-align: top; - padding-top: 4px; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; } sup { - font-size: 8px; + font-size:8px; } /* Document title and Copyright styles */ .clear { - clear: both; - height: 0px; - overflow: hidden; + clear:both; + height:0px; + overflow:hidden; } .aboutLanguage { - float: right; - padding: 0px 21px; - font-size: 11px; - z-index: 200; - margin-top: -9px; + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; } .legalCopy { - margin-left: .5em; + margin-left:.5em; } .bar a, .bar a:link, .bar a:visited, .bar a:active { - color: #FFFFFF; - text-decoration: none; + color:#FFFFFF; + text-decoration:none; } .bar a:hover, .bar a:focus { - color: #bb7a2a; + color:#bb7a2a; } .tab { - background-color: #0066FF; - color: #ffffff; - padding: 8px; - width: 5em; - font-weight: bold; + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; } /* Navigation bar styles */ .bar { - background-color: #4D7A97; - color: #FFFFFF; - padding: .8em .5em .4em .8em; - height: auto; /*height:1.8em;*/ - font-size: 11px; - margin: 0; + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; } .topNav { - background-color: #4D7A97; - color: #FFFFFF; - float: left; - padding: 0; - width: 100%; - clear: right; - height: 2.8em; - padding-top: 10px; - overflow: hidden; - font-size: 12px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; } .bottomNav { - margin-top: 10px; - background-color: #4D7A97; - color: #FFFFFF; - float: left; - padding: 0; - width: 100%; - clear: right; - height: 2.8em; - padding-top: 10px; - overflow: hidden; - font-size: 12px; + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; } .subNav { - background-color: #dee3e9; - float: left; - width: 100%; - overflow: hidden; - font-size: 12px; + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; } .subNav div { - clear: left; - float: left; - padding: 0 0 5px 6px; - text-transform: uppercase; + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; } - ul.navList, ul.subNavList { - float: left; - margin: 0 25px 0 0; - padding: 0; + float:left; + margin:0 25px 0 0; + padding:0; } - -ul.navList li { - list-style: none; - float: left; +ul.navList li{ + list-style:none; + float:left; padding: 5px 6px; - text-transform: uppercase; + text-transform:uppercase; } - -ul.subNavList li { - list-style: none; - float: left; +ul.subNavList li{ + list-style:none; + float:left; } - .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color: #FFFFFF; - text-decoration: none; - text-transform: uppercase; + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; } .topNav a:hover, .bottomNav a:hover { - text-decoration: none; - color: #bb7a2a; - text-transform: uppercase; + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; } .navBarCell1Rev { - background-color: #F8981D; - color: #253441; + background-color:#F8981D; + color:#253441; margin: auto 5px; } .skipNav { - position: absolute; - top: auto; - left: -9999px; - overflow: hidden; + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; } /* Page header and footer styles */ .header, .footer { - clear: both; - margin: 0 20px; - padding: 5px 0 0 0; + clear:both; + margin:0 20px; + padding:5px 0 0 0; } - .indexHeader { - margin: 10px; - position: relative; + margin:10px; + position:relative; } - -.indexHeader span { - margin-right: 15px; +.indexHeader span{ + margin-right:15px; } - .indexHeader h1 { - font-size: 13px; + font-size:13px; } .title { - color: #2c4557; - margin: 10px 0; + color:#2c4557; + margin:10px 0; } .subTitle { - margin: 5px 0 0 0; + margin:5px 0 0 0; } .header ul { - margin: 0 0 15px 0; - padding: 0; + margin:0 0 15px 0; + padding:0; } .footer ul { - margin: 20px 0 5px 0; + margin:20px 0 5px 0; } .header ul li, .footer ul li { - list-style: none; - font-size: 13px; + list-style:none; + font-size:13px; } /* Heading styles */ div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color: #dee3e9; - border: 1px solid #d0d9e0; - margin: 0 0 6px -8px; - padding: 7px 5px; + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; } ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color: #dee3e9; - border: 1px solid #d0d9e0; - margin: 0 0 6px -8px; - padding: 7px 5px; + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; } ul.blockList ul.blockList li.blockList h3 { - padding: 0; - margin: 15px 0; + padding:0; + margin:15px 0; } ul.blockList li.blockList h2 { - padding: 0px 0 20px 0; + padding:0px 0 20px 0; } /* Page layout container styles */ .contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear: both; - padding: 10px 20px; - position: relative; + clear:both; + padding:10px 20px; + position:relative; } .indexContainer { - margin: 10px; - position: relative; - font-size: 12px; + margin:10px; + position:relative; + font-size:12px; } .indexContainer h2 { - font-size: 13px; - padding: 0 0 3px 0; + font-size:13px; + padding:0 0 3px 0; } .indexContainer ul { - margin: 0; - padding: 0; + margin:0; + padding:0; } .indexContainer ul li { - list-style: none; - padding-top: 2px; + list-style:none; + padding-top:2px; } .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size: 12px; - font-weight: bold; - margin: 10px 0 0 0; - color: #4E4E4E; + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; } .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin: 5px 0 10px 0px; - font-size: 14px; - font-family: 'DejaVu Sans Mono', monospace; + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; } .serializedFormContainer dl.nameValue dt { - margin-left: 1px; - font-size: 1.1em; - display: inline; - font-weight: bold; + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; } .serializedFormContainer dl.nameValue dd { - margin: 0 0 0 1px; - font-size: 1.1em; - display: inline; + margin:0 0 0 1px; + font-size:1.1em; + display:inline; } /* List styles */ ul.horizontal li { - display: inline; - font-size: 0.9em; + display:inline; + font-size:0.9em; } ul.inheritance { - margin: 0; - padding: 0; + margin:0; + padding:0; } ul.inheritance li { - display: inline; - list-style: none; + display:inline; + list-style:none; } ul.inheritance li ul.inheritance { - margin-left: 15px; - padding-left: 15px; - padding-top: 1px; + margin-left:15px; + padding-left:15px; + padding-top:1px; } ul.blockList, ul.blockListLast { - margin: 10px 0 10px 0; - padding: 0; + margin:10px 0 10px 0; + padding:0; } ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style: none; - margin-bottom: 15px; - line-height: 1.4; + list-style:none; + margin-bottom:15px; + line-height:1.4; } ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding: 0px 20px 5px 10px; - border: 1px solid #ededed; - background-color: #f8f8f8; + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; } ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding: 0 0 5px 8px; - background-color: #ffffff; - border: none; + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left: 0; - padding-left: 0; - padding-bottom: 15px; - border: none; + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style: none; - border-bottom: none; - padding-bottom: 0; + list-style:none; + border-bottom:none; + padding-bottom:0; } table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top: 0; - margin-bottom: 1px; + margin-top:0; + margin-bottom:1px; } /* Table styles */ .overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { - width: 100%; - border-left: 1px solid #EEE; - border-right: 1px solid #EEE; - border-bottom: 1px solid #EEE; + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; } - -.overviewSummary, .memberSummary { - padding: 0px; +.overviewSummary, .memberSummary { + padding:0px; } - .overviewSummary caption, .memberSummary caption, .typeSummary caption, .useSummary caption, .constantsSummary caption, .deprecatedSummary caption { - position: relative; - text-align: left; - background-repeat: no-repeat; - color: #253441; - font-weight: bold; - clear: none; - overflow: hidden; - padding: 0px; - padding-top: 10px; - padding-left: 1px; - margin: 0px; - white-space: pre; + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; } .overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, .useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, @@ -398,192 +389,186 @@ Table styles .useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, .overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, .useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { - color: #FFFFFF; + color:#FFFFFF; } .overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, .useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { - white-space: nowrap; - padding-top: 5px; - padding-left: 12px; - padding-right: 12px; - padding-bottom: 7px; - display: inline-block; - float: left; - background-color: #F8981D; + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; border: none; - height: 16px; + height:16px; } .memberSummary caption span.activeTableTab span { - white-space: nowrap; - padding-top: 5px; - padding-left: 12px; - padding-right: 12px; - margin-right: 3px; - display: inline-block; - float: left; - background-color: #F8981D; - height: 16px; + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; } .memberSummary caption span.tableTab span { - white-space: nowrap; - padding-top: 5px; - padding-left: 12px; - padding-right: 12px; - margin-right: 3px; - display: inline-block; - float: left; - background-color: #4D7A97; - height: 16px; + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; } .memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top: 0px; - padding-left: 0px; - padding-right: 0px; - background-image: none; - float: none; - display: inline; + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; } .overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, .useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display: none; - width: 5px; - position: relative; - float: left; - background-color: #F8981D; + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; } .memberSummary .activeTableTab .tabEnd { - display: none; - width: 5px; - margin-right: 3px; - position: relative; - float: left; - background-color: #F8981D; + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; } .memberSummary .tableTab .tabEnd { - display: none; - width: 5px; - margin-right: 3px; - position: relative; - background-color: #4D7A97; - float: left; + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; } - .overviewSummary td, .memberSummary td, .typeSummary td, .useSummary td, .constantsSummary td, .deprecatedSummary td { - text-align: left; - padding: 0px 0px 12px 10px; + text-align:left; + padding:0px 0px 12px 10px; } - th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td { - vertical-align: top; - padding-right: 0px; - padding-top: 8px; - padding-bottom: 3px; +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; } - th.colFirst, th.colLast, th.colOne, .constantsSummary th { - background: #dee3e9; - text-align: left; - padding: 8px 3px 3px 7px; + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; } td.colFirst, th.colFirst { - white-space: nowrap; - font-size: 13px; + white-space:nowrap; + font-size:13px; } td.colLast, th.colLast { - font-size: 13px; + font-size:13px; } - td.colOne, th.colOne { - font-size: 13px; + font-size:13px; } - .overviewSummary td.colFirst, .overviewSummary th.colFirst, .useSummary td.colFirst, .useSummary th.colFirst, .overviewSummary td.colOne, .overviewSummary th.colOne, .memberSummary td.colFirst, .memberSummary th.colFirst, .memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst { - width: 25%; - vertical-align: top; +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; } - td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight: bold; + font-weight:bold; } .tableSubHeadingColor { - background-color: #EEEEFF; + background-color:#EEEEFF; } .altColor { - background-color: #FFFFFF; + background-color:#FFFFFF; } .rowColor { - background-color: #EEEEEF; + background-color:#EEEEEF; } /* Content styles */ .description pre { - margin-top: 0; + margin-top:0; } .deprecatedContent { - margin: 0; - padding: 10px 0; + margin:0; + padding:10px 0; } .docSummary { - padding: 0; + padding:0; } ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style: normal; + font-style:normal; } div.block { - font-size: 14px; - font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; } td.colLast div { - padding-top: 0px; + padding-top:0px; } td.colLast a { - padding-bottom: 3px; + padding-bottom:3px; } /* Formatting effect styles */ .sourceLineNo { - color: green; - padding: 0 30px 0 0; + color:green; + padding:0 30px 0 0; } h1.hidden { - visibility: hidden; - overflow: hidden; - font-size: 10px; + visibility:hidden; + overflow:hidden; + font-size:10px; } .block { - display: block; - margin: 3px 10px 2px 0px; - color: #474747; + display:block; + margin:3px 10px 2px 0px; + color:#474747; } .deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, .overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { - font-weight: bold; + font-weight:bold; } .deprecationComment, .emphasizedPhrase, .interfaceName { - font-style: italic; + font-style:italic; } div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, div.block div.block span.interfaceName { - font-style: normal; + font-style:normal; } -div.contentContainer ul.blockList li.blockList h2 { - padding-bottom: 0px; +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; }