public final class BotController.EnvironmentApi
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Interactable> |
getNearestInteractable(java.util.List<? extends ObjectIds> objectIds) |
java.util.Optional<Interactable> |
getNearestInteractable(ObjectIds ids) |
java.util.Optional<GroundItem> |
getNearestItem(ItemId itemId) |
boolean |
isGroundItemPresent(GroundItem groundItem) |
public java.util.Optional<Interactable> getNearestInteractable(java.util.List<? extends ObjectIds> objectIds)
public java.util.Optional<Interactable> getNearestInteractable(ObjectIds ids)
public java.util.Optional<GroundItem> getNearestItem(ItemId itemId)
public boolean isGroundItemPresent(GroundItem groundItem)