public class NullSensor implements Sensor
Class NullSensor. Provides nullsensor functionality for the Hytale server.
java.lang.Object > NullSensor
Field Summary
No fields documented.
Method Detail
matches
public
boolean
matches
(@Nonnull final Ref ref, @Nonnull final Role role, final double dt, @Nonnull final Store store)
Method matches.
- Parameters:
@Nonnull final Refref@Nonnull final Rolerolefinal doubledt@Nonnull final Storestore
processDelay
public
boolean
processDelay
(final float dt)
Method processDelay.
- Parameters:
final floatdt
clearOnce
public
void
clearOnce
()
Method clearOnce.
setOnce
public
void
setOnce
()
Method setOnce.
isTriggered
public
boolean
isTriggered
()
Method isTriggered.
getIndex
public
int
getIndex
()
Method getIndex.