RuneHive-Game
Loading...
Searching...
No Matches
StaticGameObject.java File Reference
import com.runehive.game.world.World;
import com.runehive.game.world.entity.mob.player.Player;
import com.runehive.game.world.pathfinding.TraversalMap;
import com.runehive.game.world.position.Position;
import com.runehive.game.world.region.Region;
import com.runehive.net.packet.out.SendAddObject;
import com.runehive.net.packet.out.SendRemoveObject;
import com.runehive.util.Utility;
import com.runehive.util.generic.GenericAttributes;
import java.util.Objects;
import com.runehive.game.world.object.ObjectDirection.*;
Include dependency graph for StaticGameObject.java:

Go to the source code of this file.

Classes

class  com.runehive.game.world.object.StaticGameObject
 Represents a static game object loaded from the map fs. More...

Packages

package  com.runehive.game.world.object