MCPcopy Create free account

hub / github.com/Naton1/osrs-pvp-reinforcement-learning / functions

Functions5,023 in github.com/Naton1/osrs-pvp-reinforcement-learning

↓ 1,073 callersMethodgetPacketSender
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:882
↓ 463 callersMethodgetLocation
Gets the entity position. @return the entity's world position
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/Entity.java:53
↓ 436 callersMethodgetSkillManager
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:886
↓ 425 callersMethodput
(Command command, String... keys)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/commands/CommandManager.java:13
↓ 405 callersMethodgetInventory
()
simulation-rsps/ElvargServer/src/main/java/com/github/naton1/rl/env/Loadout.java:14
↓ 327 callersMethodsendMessage
(Player player, String message)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/clan/ClanChatManager.java:213
↓ 289 callersMethodgetCombat
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/Mobile.java:378
↓ 229 callersMethodgetAgent
()
simulation-rsps/ElvargServer/src/main/java/com/github/naton1/rl/env/AgentEnvironment.java:10
↓ 229 callersMethodnextInt
Gets the next random value. @return The next random value.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/security/IsaacRandom.java:279
↓ 195 callersMethodstream
Returns a sequential stream with this collection as its source. @return a sequential stream over the elements in this collection.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/MobileList.java:229
↓ 194 callersMethodgetRandom
(String player)
simulation-rsps/ElvargServer/src/main/java/com/github/naton1/rl/env/EnvFightContext.java:16
↓ 191 callersMethodgetAsPlayer
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/Mobile.java:655
↓ 190 callersMethodsendString
(int id, String string)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/packet/PacketSender.java:729
↓ 180 callersMethodadd
Adds steps/coordinates to this position.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/Location.java:185
↓ 180 callersMethodgetX
Gets the x coordinate of this position. @return The associated x coordinate.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/Location.java:55
↓ 179 callersMethodgetY
Gets the y coordinate of this position. @return The associated y coordinate.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/Location.java:74
↓ 178 callersMethodgetTarget
()
simulation-rsps/ElvargServer/src/main/java/com/github/naton1/rl/env/AgentEnvironment.java:12
↓ 174 callersMethodgetMovementQueue
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/Mobile.java:374
↓ 172 callersMethodgetEquipment
()
simulation-rsps/ElvargServer/src/main/java/com/github/naton1/rl/env/Loadout.java:16
↓ 172 callersMethodgetMaxLevel
Gets the max level for said skill. @param skill The skill to get max level for. @return The skill's maximum level.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/skill/SkillManager.java:425
↓ 162 callersMethodgetAmount
(int itemId)
simulation-rsps/ElvargServer/src/main/java/com/github/naton1/rl/env/Loadout.java:52
↓ 155 callersMethodisPlayer
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/Mobile.java:643
↓ 154 callersMethodput
Writes a value as a {@code byte}. @param value the value to write. @param type the value type. @return an instance of this message builder.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/packet/PacketBuilder.java:212
↓ 152 callersMethodcontains
(Player player, Item item)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/container/impl/Bank.java:647
↓ 151 callersMethodgetCurrentLevel
Gets the current level for said skill. @param skill The skill to get current/temporary level for. @return The skill's level.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/skill/SkillManager.java:414
↓ 149 callersMethodget
Gets the backing {@link ThreadLocalRandom}. @return the backing random instance.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/util/RandomGen.java:40
↓ 144 callersMethodgetId
Gets the item's id.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/Item.java:48
↓ 123 callersMethodsendMessage
Sends the appropriate message to the player about their (lack of) mobility. @param player The player to send the message to.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/movement/MovementQueue.java:67
↓ 119 callersMethodadd_scalar
( self, tag: str, scalar_value: Any, *args: Any, **kwargs: Any )
pvp-ml/pvp_ml/util/scalar_tracking_summary_writer.py:21
↓ 116 callersMethodgetId
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/container/shop/Shop.java:182
↓ 115 callersMethodgetClipping
Attempts to get the clipping for a region. @param x @param y @param height @return
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/collision/RegionManager.java:538
↓ 113 callersMethodsetFightType
(FightType fightType)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:1685
↓ 111 callersMethodwrite
Queues the {@code msg} for this session to be encoded and sent to the client. @param builder the packet to queue.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/PlayerSession.java:157
↓ 107 callersMethodgetDueling
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:1400
↓ 105 callersMethodgetSession
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:833
↓ 104 callersMethodgetDefinition
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/Item.java:134
↓ 101 callersMethodgetTimers
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/Mobile.java:639
↓ 100 callersMethodgetWeapon
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:1673
↓ 99 callersMethodget
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/quests/QuestHandler.java:149
↓ 98 callersMethodvalue
(self, t: float, **kwargs: Any)
pvp-ml/pvp_ml/util/schedule.py:21
↓ 93 callersMethodgetRandom
(int length)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/util/Misc.java:90
↓ 92 callersMethodgetRights
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:873
↓ 92 callersMethodperformAnimation
Performs an {@link Animation}. @param animation
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/Entity.java:35
↓ 92 callersMethodputShort
Writes a value as a {@code short}. @param value the value to write. @param type the value type. @param order the byte order. @return an instance of
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/packet/PacketBuilder.java:250
↓ 87 callersMethodgetUsername
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:837
↓ 85 callersMethodgetName
Gets the name of the currency - as displayed in messages and dialogues. @return
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/container/shop/currency/ShopCurrency.java:11
↓ 84 callersMethodmoveTo
Teleports the character to a target location @param teleportTarget @return
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/Mobile.java:118
↓ 83 callersMethodget
(int objectId)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/skill/skillable/impl/Thieving.java:674
↓ 83 callersMethodgetArea
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/Entity.java:71
↓ 83 callersMethodgetId
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/sound/Sound.java:338
↓ 82 callersMethodgetPlayer
Gets the owner's player instance. @return player.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/container/ItemContainer.java:104
↓ 80 callersMethodequals
(Object o)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/Item.java:143
↓ 79 callersMethodsize
Returns the size of this {@link Entity}.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/Entity.java:46
↓ 76 callersMethodgetBank
(int index)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:1174
↓ 75 callersMethodsendInterfaceRemoval
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/packet/PacketSender.java:560
↓ 73 callersMethodstop
(PlayerBot playerBot)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/playerbot/commands/BotCommand.java:12
↓ 73 callersMethodsubmit
(Task task)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/task/TaskManager.java:41
↓ 69 callersMethodstart
Starts the skill. @param player
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/skill/skillable/Skillable.java:18
↓ 67 callersMethodgetHitpoints
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/npc/NPC.java:258
↓ 67 callersMethodgetZ
Gets the height level of this position. @return The associated height level.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/Location.java:93
↓ 65 callersMethodperformGraphic
Performs a {@link Graphic}. @param animation
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/Entity.java:41
↓ 64 callersMethodgetPrivateArea
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/Entity.java:75
↓ 64 callersMethodisNpc
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/npc/NPC.java:280
↓ 64 callersMethodputBits
Writes the value as a variable amount of bits. @param amount the amount of bits to write. @param value the value of the bits. @return an instance of
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/packet/PacketBuilder.java:147
↓ 62 callersMethodremoveClipping
Attempts to remove clipping from a region @param x @param y @param height @param shift
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/collision/RegionManager.java:519
↓ 60 callersMethodaddClipping
Attempts to add clipping to a region. @param x @param y @param height @param shift
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/collision/RegionManager.java:500
↓ 60 callersMethodclone
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/Item.java:138
↓ 60 callersMethodgetId
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/npc/NPC.java:357
↓ 60 callersMethodgetUpdateFlag
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/Mobile.java:370
↓ 60 callersMethodlength
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/collision/Buffer.java:32
↓ 58 callersMethodadd
(T k)
simulation-rsps/ElvargServer/src/main/java/com/github/naton1/rl/util/CircularList.java:13
↓ 58 callersMethodgetTrading
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:1254
↓ 56 callersMethodrandom
(int range)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/util/Misc.java:845
↓ 53 callersMethodsendMessage
Sends a game message to a player in the server. @param message The message they will receive in chat box. @return The PacketSender instanc
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/packet/PacketSender.java:181
↓ 52 callersMethodcreate
New method added to allow the adding of pending damage of a pre-determined value at a specific delay. @param attacker Attacking mobile entity. @param
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/combat/hit/PendingHit.java:59
↓ 52 callersMethodforEach
{@inheritDoc} <p> This implementation will exclude all elements with a value of {@code null} to avoid {@link NullPointerException}s. <p> <p> <p> UPDAT
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/MobileList.java:137
↓ 52 callersMethodforId
Attempts to get the {@link ItemDefinition} for the given item. @param item @return
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/definition/ItemDefinition.java:63
↓ 52 callersMethodgetLogger
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/Server.java:87
↓ 52 callersMethodsize
Gets the size of the queue. @return The size of the queue.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/movement/MovementQueue.java:697
↓ 51 callersMethodsetPathX
(int x)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/movement/MovementQueue.java:716
↓ 51 callersMethodsetPathY
(int y)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/movement/MovementQueue.java:721
↓ 50 callersMethodgetDialogueManager
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:1669
↓ 48 callersMethodgetPrayerActive
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/Mobile.java:399
↓ 48 callersMethodgetStatus
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/player/Player.java:1136
↓ 47 callersMethodattack
Attacks an entity by updating our current target. @param target The target to attack.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/combat/Combat.java:53
↓ 47 callersMethodgetPlayers
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/World.java:299
↓ 46 callersMethoddebug
(SimpleSocketServer.Context ctx)
simulation-rsps/ElvargServer/src/main/java/com/github/naton1/rl/RemoteEnvironmentServer.java:196
↓ 46 callersMethodget
Attempts to get an object with the given id and position. @param id @param position
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/object/MapObjects.java:37
↓ 46 callersMethodget
Reads {@code length} bytes from the specified {@link ByteBuffer}. @param buffer The ByteBuffer to read from. @param length The amount of bytes to rea
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/ByteBufUtils.java:66
↓ 46 callersMethodsetId
Sets the item's id. @param id New item id.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/Item.java:57
↓ 45 callersMethodgetPrivateArea
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/grounditem/ItemOnGround.java:196
↓ 44 callersMethodreadByte
Reads an unsigned byte from the packet. @return The unsigned byte.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/packet/Packet.java:87
↓ 44 callersMethodregister
Registers a {@link GameObject} to the world. @param object The object being registered. @param playerUpdate Should the send object packet be se
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/object/ObjectManager.java:39
↓ 44 callersMethodremove
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/npc/NPC.java:115
↓ 44 callersMethodsendConfig
Sends a configuration button's state. @param configId The id of the configuration button. @param state The state to set it to.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/net/packet/PacketSender.java:243
↓ 43 callersMethoddelete
(Player player)
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/clan/ClanChatManager.java:323
↓ 43 callersMethodgetAsNpc
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/entity/impl/Mobile.java:669
↓ 43 callersMethodgetItems
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/skill/skillable/impl/Smithing.java:356
↓ 41 callersMethodgetAttacker
()
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/content/combat/Combat.java:354
↓ 40 callersMethodflag
Puts a flag value into the flags set. @param flag Flag to put into the flags set. @return The UpdateFlag instance.
simulation-rsps/ElvargServer/src/main/java/com/elvarg/game/model/UpdateFlag.java:43
next →1–100 of 5,023, ranked by callers