Class CustomSensor<T extends LivingEntity>

java.lang.Object
me.gamercoder215.mobchip.ai.sensing.CustomSensor<T>
Type Parameters:
T - Entity Type related with this Sensor.
All Implemented Interfaces:
Sensor<T>, Keyed

public abstract class CustomSensor<T extends LivingEntity> extends Object implements Sensor<T>
Represents a Custom Sensor.