RuneHive-Game
Loading...
Searching...
No Matches
GroundItemPolicy.java
Go to the documentation of this file.
1
package
com.runehive.game.world.items.ground;
2
3
/**
4
* @author <a href="http://www.rune-server.org/members/stand+up/">Stand Up</a>
5
* @since 27-12-2016.
6
*/
7
public
enum
GroundItemPolicy
{
8
GLOBAL
,
9
ONLY_OWNER
10
}
com.runehive.game.world.items.ground.GroundItemPolicy
Definition
GroundItemPolicy.java:7
com.runehive.game.world.items.ground.GroundItemPolicy.GLOBAL
GLOBAL
Definition
GroundItemPolicy.java:8
com.runehive.game.world.items.ground.GroundItemPolicy.ONLY_OWNER
ONLY_OWNER
Definition
GroundItemPolicy.java:9