Package-level declarations
Minecraft-side helpers: EffectiveDataContainerUtils (typed PDC access, items, locations, UUIDs, Base64, nested containers), EffectiveInventoryUtils (give / has / remove aware of custom keys), EffectiveParticles (per-player dust lines and boxes), EffectiveBlockPos, Component + String.
Types
Link copied to clipboard
A world-less integer block position (x, y, z) with x:y:z string serialization.
Link copied to clipboard
object EffectiveDataContainerUtils
Helpers for reading and writing Bukkit PersistentDataContainer (PDC) data on items, entities and other PersistentDataHolders.
Link copied to clipboard
object EffectiveInventoryUtils
Inventory helpers. Item matching uses EffectiveItem.equalByNamespacedKeyIfExistElseByMaterial, so custom items match by their key and vanilla items by material.
Link copied to clipboard
object EffectiveMinecraftUtils
Misc Minecraft helpers.
Link copied to clipboard
object EffectiveParticles
Helpers for drawing dust-particle shapes visible only to specific players.