Add doBeam to guardian

This commit is contained in:
libraryaddict 2014-09-27 12:37:22 +12:00
parent bde2d51233
commit 71cf9c8b7f

@ -8,4 +8,9 @@ public class GuardianWatcher extends LivingWatcher {
super(disguise); super(disguise);
} }
public void doBeam(boolean doBeam) {
setValue(17, doBeam ? 1 : 0);
sendData(17);
}
} }