
io.pixeloutlaw.minecraft.spigot.plumbing.api.AbstractGlowEnchantment.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plumbing-api Show documentation
Show all versions of plumbing-api Show documentation
NMS and OBC Adapter API for MythicDrops
package io.pixeloutlaw.minecraft.spigot.plumbing.api
import org.bukkit.enchantments.Enchantment
/**
* Utility for holding the glow enchantment for each version of Minecraft.
*/
public abstract class AbstractGlowEnchantment {
public abstract val enchantment: Enchantment?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy