/* */ package NET.worlds.scape; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ public class BumpSensor /* */ extends Sensor /* */ implements BumpHandler /* */ { /* */ public BumpSensor(Action a) /* */ { /* 24 */ if (a != null) { /* 25 */ addAction(a); /* */ } /* */ } /* */ /* */ public BumpSensor() {} /* */ /* */ public boolean handle(BumpEventTemp e) /* */ { /* 33 */ if ((e.source instanceof Pilot)) /* 34 */ trigger(e); /* 35 */ return true; /* */ } /* */ } /* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\BumpSensor.class * Java compiler version: 6 (50.0) * JD-Core Version: 0.7.1 */