| NMSExtras |
A class that provides various different essential features that the API
didn't/doesn't support.
|
| NMSExtras.WorldlessBlockWrapper |
|
| NoteBlockMusic |
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.
|
| NoteBlockMusic.Instruction |
|
| NoteBlockMusic.Sequence |
|
| NoteBlockMusic.Sound |
An instruction that produces a sonud which consists of a Instrument and a Note with Note.Tone,
but without duration or
|
| ReflectionUtils |
ReflectionUtils - Reflection handler for NMS and CraftBukkit.
Caches the packet related methods and is asynchronous.
|
| SkullUtils |
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
|
| XBlock |
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
|
| XEntity |
XEntity - YAML Entity Serializer
Supports 1.9+
Using ConfigurationSection Example:
|
| XItemStack |
XItemStack - YAML Item Serializer
Using ConfigurationSection Example:
|
| XMaterialUtil |
This class is excluded from the repository by default.
|
| XSound.Record |
A class to help caching sound properties parsed from config.
|