org.bukkit.NetherWartsState Maven / Gradle / Ivy
package org.bukkit;
public enum NetherWartsState {
/**
* State when first seeded
*/
SEEDED,
/**
* First growth stage
*/
STAGE_ONE,
/**
* Second growth stage
*/
STAGE_TWO,
/**
* Ready to harvest
*/
RIPE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy