|
RuneHive-Game
|
Created by Daniel on 2017-11-24. More...
Public Member Functions | |
| Boundary (int minX, int minY, int highX, int highY) | |
| Boundary (int minX, int minY, int highX, int highY, int height) | |
| int | getMaximumX () |
| int | getMaximumY () |
| int | getMinimumX () |
| int | getMinimumY () |
Static Public Member Functions | |
| static List< Player > | getPlayers (Boundary boundary) |
| static boolean | isIn (int x, int y, int z, Boundary boundaries) |
| static boolean | isIn (Mob mob, Boundary... boundaries) |
| static boolean | isInSameBoundary (Player player1, Player player2, Boundary[] boundaries) |
Package Attributes | |
| int | height |
| int | highX |
| int | highY |
| int | minX |
| int | minY |
Created by Daniel on 2017-11-24.
Definition at line 12 of file Boundary.java.
| com.runehive.game.world.position.Boundary.Boundary | ( | int | minX, |
| int | minY, | ||
| int | highX, | ||
| int | highY ) |
Definition at line 17 of file Boundary.java.
References height, highX, highY, minX, and minY.
Referenced by getPlayers(), isIn(), isIn(), and isInSameBoundary().
| com.runehive.game.world.position.Boundary.Boundary | ( | int | minX, |
| int | minY, | ||
| int | highX, | ||
| int | highY, | ||
| int | height ) |
| int com.runehive.game.world.position.Boundary.getMaximumX | ( | ) |
| int com.runehive.game.world.position.Boundary.getMaximumY | ( | ) |
| int com.runehive.game.world.position.Boundary.getMinimumX | ( | ) |
Definition at line 33 of file Boundary.java.
References minX.
Referenced by com.runehive.content.Obelisks.activate().
| int com.runehive.game.world.position.Boundary.getMinimumY | ( | ) |
Definition at line 37 of file Boundary.java.
References minY.
Referenced by com.runehive.content.Obelisks.activate().
Definition at line 70 of file Boundary.java.
References Boundary(), com.runehive.game.world.World.getPlayers(), and isIn().
Referenced by com.runehive.content.Obelisks.activate().
|
static |
Definition at line 61 of file Boundary.java.
References Boundary(), height, and highY.
|
static |
Definition at line 49 of file Boundary.java.
References Boundary(), com.runehive.game.world.entity.Entity.getHeight(), com.runehive.game.world.entity.Entity.getX(), and com.runehive.game.world.entity.Entity.getY().
Referenced by com.runehive.content.gambling.GambleManager.canGamble(), getPlayers(), com.runehive.content.lms.LMSGame.handleFogDamage(), com.runehive.content.lms.LMSGame.inGameArea(), com.runehive.content.lms.safezone.LMSSafezone.inSafeZone(), isInSameBoundary(), and com.runehive.game.world.entity.mob.player.Player.onStep().
|
static |
Definition at line 79 of file Boundary.java.
References Boundary(), and isIn().
|
package |
Definition at line 15 of file Boundary.java.
Referenced by Boundary(), Boundary(), and isIn().
|
package |
Definition at line 14 of file Boundary.java.
Referenced by Boundary(), Boundary(), and getMaximumX().
|
package |
Definition at line 14 of file Boundary.java.
Referenced by Boundary(), Boundary(), getMaximumY(), and isIn().
|
package |
Definition at line 14 of file Boundary.java.
Referenced by Boundary(), Boundary(), and getMinimumX().
|
package |
Definition at line 14 of file Boundary.java.
Referenced by Boundary(), Boundary(), and getMinimumY().