Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Innoxia/liliths-throne-public
/ functions
Functions
15,541 in github.com/Innoxia/liliths-throne-public
⨍
Functions
15,541
◇
Types & classes
997
↓ 11,079 callers
Method
getPlayer
()
src/com/lilithsthrone/game/Game.java:4975
↓ 7,376 callers
Method
parse
(String input, ParserTag... tags)
src/com/lilithsthrone/game/dialogue/utils/UtilText.java:1039
↓ 7,136 callers
Method
newArrayListOfValues
@param values The values to add to the new list. @return A list of provided values, with nulls stripped.
src/com/lilithsthrone/utils/Util.java:390
↓ 5,445 callers
Method
returnStringAtRandom
@return Returns one of the supplied Strings, randomly chosen by using Random's nextInt() method. <b>Automatically removes empty Strings and null entri
src/com/lilithsthrone/game/dialogue/utils/UtilText.java:885
↓ 5,178 callers
Method
parseFromXMLFile
Parses the tagged htmlContent from an xml file. If there is more than one htmlContent entry, it returns a random one.
src/com/lilithsthrone/game/dialogue/utils/UtilText.java:904
↓ 4,274 callers
Method
getNpc
(Class<? extends NPC> npcClass)
src/com/lilithsthrone/game/Game.java:5279
↓ 3,779 callers
Method
getCharacterPerformingAction
()
src/com/lilithsthrone/game/sex/Sex.java:4790
↓ 3,442 callers
Method
newHashMapOfValues
(Value<T, S>... values)
src/com/lilithsthrone/utils/Util.java:328
↓ 2,814 callers
Method
put
(K key, V value)
src/com/lilithsthrone/utils/NumberMap.java:29
↓ 2,583 callers
Method
getCharacterTargetedForSexAction
(SexActionInterface action)
src/com/lilithsthrone/game/sex/Sex.java:4798
↓ 2,430 callers
Method
toWebHexString
(Color colour)
src/com/lilithsthrone/utils/Util.java:140
↓ 2,333 callers
Method
getItemGen
()
src/com/lilithsthrone/game/Game.java:4979
↓ 2,230 callers
Method
getName
(GameCharacter owner)
src/com/lilithsthrone/game/sex/SexAreaInterface.java:21
↓ 2,203 callers
Method
getDialogueFlags
()
src/com/lilithsthrone/game/Game.java:5869
↓ 1,862 callers
Method
isEmpty
()
src/com/lilithsthrone/game/inventory/CharacterInventory.java:451
↓ 1,827 callers
Method
size
Shortcut for {@link Units#size(double, ValueType, UnitType)} with numeric value and short unit.
src/com/lilithsthrone/utils/Units.java:226
↓ 1,759 callers
Method
getKey
()
src/com/lilithsthrone/utils/Util.java:319
↓ 1,718 callers
Method
generateClothing
(AbstractClothing clothingToCopy)
src/com/lilithsthrone/game/inventory/ItemGeneration.java:146
↓ 1,659 callers
Method
valueOf
(int muscle)
src/com/lilithsthrone/game/character/body/valueEnums/Muscle.java:44
↓ 1,582 callers
Method
capitaliseSentence
@return A capitalised version of the sentence. This method ignores spaces and html formatting, so it should be safe to use on formatted inputs.
src/com/lilithsthrone/utils/Util.java:945
↓ 1,487 callers
Method
setLength
Sets the length value. Value is bound to >=0 && <=HairLength.SEVEN_TO_FLOOR.getMaximumValue()
src/com/lilithsthrone/game/character/body/Hair.java:115
↓ 1,481 callers
Method
equipClothingFromNowhere
Uses <b>newClothing.getClothingType().getEquipSlots().get(0)</b> as the slot to equip into.
src/com/lilithsthrone/game/character/GameCharacter.java:24652
↓ 1,427 callers
Method
getTextStartStringBuilder
()
src/com/lilithsthrone/game/Game.java:5756
↓ 1,303 callers
Method
getTarget
()
src/com/lilithsthrone/game/dialogue/utils/BodyChanging.java:83
↓ 1,300 callers
Method
getTextEndStringBuilder
()
src/com/lilithsthrone/game/Game.java:5776
↓ 1,294 callers
Method
getAttribute
<p> Returns value of attribute requested by name</p>. @param name String name of the attribute to return value of @return Attribute as String, for e
src/com/lilithsthrone/controller/xmlParsing/Element.java:90
↓ 1,271 callers
Method
getSexPace
Defines if this SexAction switches the pace of sex for the performing character. @return null if no switch.
src/com/lilithsthrone/game/sex/sexActions/SexActionInterface.java:657
↓ 1,246 callers
Method
isPlayer
()
src/com/lilithsthrone/game/character/GameCharacter.java:4557
↓ 1,245 callers
Method
toString
()
src/com/lilithsthrone/game/sex/SexType.java:64
↓ 1,212 callers
Method
setLocation
(Vector2i location)
src/com/lilithsthrone/game/character/GameCharacter.java:22133
↓ 1,169 callers
Method
getTextContent
<p> Returns raw text inside the element.</p> <p> If text content size exceeds allowed by internal method, error will be output, but method will conti
src/com/lilithsthrone/controller/xmlParsing/Element.java:105
↓ 1,159 callers
Method
getName
(GameCharacter gc)
src/com/lilithsthrone/game/character/body/BodyPartInterface.java:18
↓ 1,144 callers
Method
getMandatoryFirstOf
<p> Returns first child element with a given tag, throwing a {@link XMLMissingTagException} if no such tag found. Used when document is invalid withou
src/com/lilithsthrone/controller/xmlParsing/Element.java:154
↓ 1,107 callers
Method
getProperties
()
src/com/lilithsthrone/main/Main.java:1126
↓ 984 callers
Method
getValue
()
src/com/lilithsthrone/game/character/markings/Tattoo.java:598
↓ 905 callers
Method
toString
()
src/com/lilithsthrone/game/dialogue/DialogueNode.java:713
↓ 808 callers
Method
hasFlag
(AbstractDialogueFlagValue flag)
src/com/lilithsthrone/game/dialogue/DialogueFlags.java:374
↓ 804 callers
Method
entrySet
()
src/com/lilithsthrone/utils/NumberMap.java:23
↓ 801 callers
Method
getCurrentDialogueNode
()
src/com/lilithsthrone/game/Game.java:5804
↓ 784 callers
Method
getMedianValue
()
src/com/lilithsthrone/game/character/body/valueEnums/Muscle.java:40
↓ 767 callers
Method
getRace
@return The race of this body part.
src/com/lilithsthrone/game/character/body/types/BodyPartTypeInterface.java:79
↓ 724 callers
Method
addEventListener
(Document document, String ID, String type, EventListener listener, boolean useCapture)
src/com/lilithsthrone/controller/MainController.java:1233
↓ 703 callers
Method
getType
()
src/com/lilithsthrone/game/character/body/FluidInterface.java:19
↓ 667 callers
Method
getSexPositionSlot
(GameCharacter character)
src/com/lilithsthrone/game/sex/Sex.java:5968
↓ 664 callers
Method
setContent
(int index)
src/com/lilithsthrone/game/Game.java:3591
↓ 653 callers
Method
setFlag
(String flagId, boolean flagMarker)
src/com/lilithsthrone/game/dialogue/DialogueFlags.java:382
↓ 647 callers
Method
equals
(Object o)
src/com/lilithsthrone/game/sex/SexType.java:44
↓ 644 callers
Method
isVersionOlderThan
(String versionToCheck, String versionToCheckAgainst)
src/com/lilithsthrone/main/Main.java:780
↓ 614 callers
Method
hasFetish
(AbstractFetish fetish)
src/com/lilithsthrone/game/character/GameCharacter.java:7340
↓ 588 callers
Method
addFetish
(AbstractFetish fetish)
src/com/lilithsthrone/game/character/GameCharacter.java:7369
↓ 577 callers
Method
isPlayer
(String target, GameCharacter character)
src/com/lilithsthrone/game/dialogue/utils/UtilText.java:485
↓ 562 callers
Method
setSkinCovering
(Covering covering, boolean updateAllSkinColours)
src/com/lilithsthrone/game/character/npc/dominion/Lilaya.java:399
↓ 548 callers
Method
newColour
(String colourString)
src/com/lilithsthrone/utils/Util.java:146
↓ 529 callers
Method
setFetishDesire
(AbstractFetish fetish, FetishDesire desire)
src/com/lilithsthrone/game/character/GameCharacter.java:7507
↓ 494 callers
Method
getClothingType
()
src/com/lilithsthrone/game/inventory/clothing/AbstractClothing.java:1180
↓ 489 callers
Method
randomItemFrom
(List<Any> list)
src/com/lilithsthrone/utils/Util.java:1872
↓ 479 callers
Method
getFetishDesire
(AbstractFetish fetish)
src/com/lilithsthrone/game/character/GameCharacter.java:7559
↓ 469 callers
Method
getCharactersPresent
(boolean includeCompanion)
src/com/lilithsthrone/game/dialogue/places/submission/ratWarrens/VengarCaptiveDialogue.java:152
↓ 467 callers
Method
hasVagina
()
src/com/lilithsthrone/game/character/body/Body.java:3924
↓ 461 callers
Method
isAbleToAccessCoverableArea
(CoverableArea area, boolean byRemovingClothing)
src/com/lilithsthrone/game/character/GameCharacter.java:25279
↓ 460 callers
Method
getValue
(List<Dice> dice)
src/com/lilithsthrone/game/dialogue/places/submission/dicePoker/Hand.java:153
↓ 447 callers
Method
getValue
()
src/com/lilithsthrone/game/sex/sexActions/SexActionPriority.java:23
↓ 445 callers
Method
getCharacterUtils
()
src/com/lilithsthrone/game/Game.java:4983
↓ 442 callers
Method
getDescriptor
(GameCharacter gc)
src/com/lilithsthrone/game/character/body/BodyPartInterface.java:24
↓ 430 callers
Method
isTargetedCharacterInanimate
@return true if the character who's being targeted by this sex action is immobilised of the type 'COMMAND' or 'SLEEP'
src/com/lilithsthrone/game/sex/sexActions/SexActionInterface.java:117
↓ 408 callers
Method
isAttractedTo
(GameCharacter character)
src/com/lilithsthrone/game/character/npc/dominion/Lilaya.java:369
↓ 405 callers
Method
incrementAffection
(GameCharacter character, float increment, float minimumLimit, float maximumLimit)
src/com/lilithsthrone/game/dialogue/places/dominion/shoppingArcade/ClothingEmporium.java:56
↓ 402 callers
Method
generateItem
(String id)
src/com/lilithsthrone/game/inventory/ItemGeneration.java:42
↓ 397 callers
Method
getColour
()
src/com/lilithsthrone/game/dialogue/utils/MapTravelType.java:144
↓ 397 callers
Method
getOptionalFirstOf
<p> Returns first child element with a given tag, or empty {@link java.util.Optional} if none are found.</p> <p> Use it when document is still valid i
src/com/lilithsthrone/controller/xmlParsing/Element.java:184
↓ 397 callers
Method
intToString
Only works for values -9,223,372,036,854,775,807 to 9,223,372,036,854,775,807. @param integer (it's a long :3) @return Who knows?! It's a mystery!
src/com/lilithsthrone/utils/Util.java:675
↓ 387 callers
Method
equals
(Object o)
src/com/lilithsthrone/game/sex/sexActions/PositioningData.java:31
↓ 384 callers
Method
isAsleep
@return true if this character has a sleeping-related status effect, or if in sex, is immobilised via ImmobilisationType.SLEEP
src/com/lilithsthrone/game/character/GameCharacter.java:5141
↓ 376 callers
Method
getDescription
()
src/com/lilithsthrone/game/sex/sexActions/SexActionInterface.java:136
↓ 373 callers
Method
addAttribute
(Document doc, Element parentElement, String attributeName, String value)
src/com/lilithsthrone/controller/xmlParsing/XMLUtil.java:24
↓ 369 callers
Method
formatAsMoney
(long money)
src/com/lilithsthrone/game/dialogue/utils/UtilText.java:798
↓ 367 callers
Method
getDefaultDialogue
<b>Be careful using this</b>, as it has a chance to trigger the tile's random encounter.
src/com/lilithsthrone/game/Game.java:6163
↓ 366 callers
Method
toString
()
src/com/lilithsthrone/game/character/persona/NameTriplet.java:24
↓ 362 callers
Method
getPlace
()
src/com/lilithsthrone/world/Cell.java:168
↓ 358 callers
Method
hasValue
(PropertyValue value)
src/com/lilithsthrone/game/Properties.java:1403
↓ 355 callers
Method
isTaur
()
src/com/lilithsthrone/game/character/body/Body.java:3852
↓ 346 callers
Method
getPlayerCell
()
src/com/lilithsthrone/game/Game.java:5861
↓ 344 callers
Method
getWorlds
()
src/com/lilithsthrone/game/Game.java:4967
↓ 343 callers
Method
getDemon
()
src/com/lilithsthrone/game/dialogue/npcDialogue/dominion/AlleywayDemonDialogue.java:72
↓ 339 callers
Method
hasPenis
()
src/com/lilithsthrone/game/character/body/Body.java:3864
↓ 336 callers
Method
getPlaceType
()
src/com/lilithsthrone/game/dialogue/places/dominion/nightlife/ClubberBehaviour.java:14
↓ 323 callers
Method
getClothingInSlot
(InventorySlot invSlot)
src/com/lilithsthrone/game/character/GameCharacter.java:24229
↓ 321 callers
Method
getLocation
()
src/com/lilithsthrone/game/character/GameCharacter.java:22129
↓ 320 callers
Method
getClubbersPresent
()
src/com/lilithsthrone/game/dialogue/places/dominion/nightlife/NightlifeDistrict.java:89
↓ 316 callers
Method
getMeasurement
()
src/com/lilithsthrone/game/character/body/valueEnums/CupSize.java:187
↓ 309 callers
Method
getItemType
()
src/com/lilithsthrone/game/inventory/item/AbstractItem.java:137
↓ 309 callers
Method
setHairCovering
(Covering covering, boolean updateBodyHair)
src/com/lilithsthrone/game/character/GameCharacter.java:29893
↓ 298 callers
Method
getCell
()
src/com/lilithsthrone/game/character/GameCharacter.java:22192
↓ 298 callers
Method
getLocationPlace
()
src/com/lilithsthrone/game/character/GameCharacter.java:22220
↓ 286 callers
Method
initWeatherImmune
Sets weather immunity to all Weather values.
src/com/lilithsthrone/world/places/AbstractPlaceType.java:454
↓ 285 callers
Method
getValue
()
src/com/lilithsthrone/game/character/body/valueEnums/AssSize.java:57
↓ 283 callers
Method
addSpecialParsingString
@param string The String to add. @return Size of specialParsingStrings list.
src/com/lilithsthrone/game/dialogue/utils/UtilText.java:9978
↓ 278 callers
Method
getSlave
()
src/com/lilithsthrone/game/dialogue/companions/SlaveDialogue.java:102
↓ 276 callers
Method
getAllOf
<p> Returns iterable list of all child elements with a given tag</p> @param tag String tag of elements to return. @return {@link java.util.List} of
src/com/lilithsthrone/controller/xmlParsing/Element.java:200
↓ 276 callers
Method
getWeaponType
()
src/com/lilithsthrone/game/inventory/weapon/AbstractWeapon.java:621
next →
1–100 of 15,541, ranked by callers