All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pixeloutlaw.minecraft.spigot.plumbing.api.AbstractGlowEnchantment.kt Maven / Gradle / Ivy

There is a newer version: 8.0.2
Show newest version
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