All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
class PathProvider

com.hypixel.hytale.server.npc.sensorinfo

Methods: void setPath(com.hypixel.hytale.server.core.universe.world.path.IPath<? extends com.hypixel.hytale.server.core.universe.world.path.IPathWaypoint>); void clear(); boolean hasPath(); com.hypixel.hytale.server.core.universe.world.path.IPath<? extends com.hypixel.hytale.server.core.universe.world.path.IPathWaypoint> getPath()

class PositionProvider

com.hypixel.hytale.server.npc.sensorinfo

Extends com.hypixel.hytale.server.npc.sensorinfo.InfoProviderBase. Methods: void clear(); com.hypixel.hytale.component.Ref<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> setTarget(com.hypixel.hytale.component.Ref<com.hypixel.hytale.server.core.universe.world.storage.EntityStore>, com.hypixel.hytale.component.ComponentAccessor<com.hypixel.hytale.server.core.universe.world.storage.EntityStore>); void setTarget(com.hypixel.hytale.math.vector.Vector3d); void setTarget(double, double, double); boolean providePosition(com.hypixel.hytale.math.vector.Vector3

class SingleDoubleParameterProvider

com.hypixel.hytale.server.npc.sensorinfo.parameterproviders

Extends com.hypixel.hytale.server.npc.sensorinfo.parameterproviders.SingleParameterProvider. Methods: double getDoubleParameter(); void clear(); void overrideDouble(double)

class SingleStringParameterProvider

com.hypixel.hytale.server.npc.sensorinfo.parameterproviders

Extends com.hypixel.hytale.server.npc.sensorinfo.parameterproviders.SingleParameterProvider. Methods: com.hypixel.hytale.server.npc.sensorinfo.parameterproviders.ParameterProvider getParameterProvider(int); int getIntParameter(); void clear(); void overrideInt(int); java.lang.String getStringParameter(); void clear(); void overrideString(java.lang.String)

class ValueWrappedInfoProvider

com.hypixel.hytale.server.npc.sensorinfo

Methods: com.hypixel.hytale.server.npc.sensorinfo.IPositionProvider getPositionProvider(); com.hypixel.hytale.server.npc.sensorinfo.parameterproviders.ParameterProvider getParameterProvider(int); E getExtraInfo(java.lang.Class<E>); void passExtraInfo(E); E getPassedExtraInfo(java.lang.Class<E>); boolean hasPosition()

class WrappedInfoProvider

com.hypixel.hytale.server.npc.sensorinfo

Methods: E getExtraInfo(java.lang.Class<E>); void passExtraInfo(E); E getPassedExtraInfo(java.lang.Class<E>); boolean hasPosition(); com.hypixel.hytale.server.npc.sensorinfo.IPositionProvider getPositionProvider(); com.hypixel.hytale.server.npc.sensorinfo.parameterproviders.ParameterProvider getParameterProvider(int); void clearMatches(); void addMatch(com.hypixel.hytale.server.npc.instructions.Sensor); void clearPositionMatch(); void setPositionMatch(com.hypixel.hytale.server.npc.sensorinfo.IPositionPro