Package com.cryptomorin.xseries


package com.cryptomorin.xseries
  • Class
    Description
    A class that provides various different essential features that the API didn't/doesn't support.
    Order of this enum should not be changed.
     
    NoteBlockMusic - Write music scripts for Minecraft.
    You can write small text scripts for Minecraft note blocks without needing to use any redstone or building to make your music.
    An instruction is any musical movement or section that can be a restatement and might have a fermata.
    A sequence is a restatement collection of multiple other NoteBlockMusic.Sequences and NoteBlockMusic.Sound that itself might be a part of another NoteBlockMusic.Sequence
    An instruction that produces a sonud which consists of a Instrument and a Note with Note.Tone, but without duration or
    ReflectionUtils - Reflection handler for NMS and CraftBukkit.
    Caches the packet related methods and is asynchronous.
     
     
    SkullUtils - Apply skull texture from different sources.
    Skull Meta: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/meta/SkullMeta.html Mojang API: https://wiki.vg/Mojang_API
    XBiome - Cross-version support for biome names.
    Biomes: https://minecraft.gamepedia.com/Biome Biome: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html
    XBlock - MaterialData/BlockData Support
    BlockState (Old): https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/BlockState.html BlockData (New): https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/data/BlockData.html MaterialData (Old): https://hub.spigotmc.org/javadocs/spigot/org/bukkit/material/MaterialData.html
    An enum with cached legacy materials which can be used when comparing blocks with blocks and blocks with items.
    Enchantment support with multiple aliases.
    XEntity - YAML Entity Serializer
    Supports 1.9+ Using ConfigurationSection Example:
    XItemStack - YAML Item Serializer
    Using ConfigurationSection Example:
    XMaterial - Data Values/Pre-flattening
    1.13 and above as priority.
    Potion type support for multiple aliases.
    For now, this merely acts as a chance wrapper for potion effects.
    XSound - Universal Minecraft Sound Support
    1.13 and above as priority.
    A class to help caching sound properties parsed from config.
    XTag<T extends Enum<T>>