Uses of Interface
za.co.wethinkcode.robots.server.world.WorldObject
Packages that use WorldObject
Package
Description
This package contains all functionality related to the titular Robots of the Robot World Game
Classes and submodules in this module encapsulate all functionality of the world
-
Uses of WorldObject in za.co.wethinkcode.robots.server.robots
Classes in za.co.wethinkcode.robots.server.robots that implement WorldObjectModifier and TypeClassDescriptionclassA subclass of the domain object robot that is specifically controlled by a clientclassA robot with no controlling client connectionclassRepresents a robot in the Robot World game. -
Uses of WorldObject in za.co.wethinkcode.robots.server.world
Classes in za.co.wethinkcode.robots.server.world that implement WorldObjectModifier and TypeClassDescriptionclassDomain Class representing a placed mineclassstatic final recordRecord class of a single brick of an ObstacleclassThe Pit Obstacle represents a bottomless pit that a robot can fall intoclassThe internals of the edge of an existing worldMethods in za.co.wethinkcode.robots.server.world that return WorldObjectModifier and TypeMethodDescriptionWorldMap.getWorldObjectFromPosition(Position position) Given aPositionreturn the world Object that is found thereMethods in za.co.wethinkcode.robots.server.world that return types with arguments of type WorldObjectModifier and TypeMethodDescriptionorg.apache.commons.collections4.bidimap.DualHashBidiMap<Position, WorldObject> WorldMap.getAllObstacles()org.apache.commons.collections4.bidimap.DualHashBidiMap<Position, WorldObject> WorldMap.getAllWorldObjects()Methods in za.co.wethinkcode.robots.server.world with parameters of type WorldObjectModifier and TypeMethodDescriptionWorldMap.getPositionFromWorldObject(WorldObject obj) Given aWorldObjectreturn thePositionthere