@@ -103,4 +103,9 @@ public class Button extends SimpleAttachableMaterialData implements Redstone {
|
||||
public String toString() {
|
||||
return super.toString() + " " + (isPowered() ? "" : "NOT ") + "POWERED";
|
||||
}
|
||||
|
||||
@Override
|
||||
public Button clone() {
|
||||
return (Button) super.clone();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user