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

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