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

cn.nukkit.item.ItemSpiderEyeFermented Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
package cn.nukkit.item;

/**
 * @author Leonidius20
 * @since 18.08.18
 */
public class ItemSpiderEyeFermented extends Item {

    public ItemSpiderEyeFermented() {
        this(0);
    }

    public ItemSpiderEyeFermented(Integer meta) {
        this(0, 1);
    }

    public ItemSpiderEyeFermented(Integer meta, int count) {
        super(FERMENTED_SPIDER_EYE, meta, count, "Fermented Spider Eye");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy