@@ -30,6 +30,7 @@ public class Command extends MaterialData implements Redstone {
|
||||
*
|
||||
* @return true if powered, otherwise false
|
||||
*/
|
||||
@Override
|
||||
public boolean isPowered() {
|
||||
return (getData() & 1) != 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user