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

org.bukkit.material.Redstone Maven / Gradle / Ivy

package org.bukkit.material;

/**
 * Indicated a Material that may carry or create a Redstone current
 */
public interface Redstone {

  /**
   * Gets the current state of this Material, indicating if it's powered or
   * unpowered
   *
   * @return true if powered, otherwise false
   */
  boolean isPowered();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy