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
↓ 153 callers
Method
getEnchantmentEffect
()
src/com/lilithsthrone/game/inventory/item/AbstractItemType.java:480
↓ 152 callers
Method
isNegative
()
src/com/lilithsthrone/game/character/fetishes/FetishDesire.java:73
↓ 151 callers
Method
getSpell
()
src/com/lilithsthrone/game/character/effects/AbstractPerk.java:253
↓ 151 callers
Method
loadNPCVariablesFromXML
(NPC npc, StringBuilder log, Element parentElement, Document doc, CharacterImportSetting... settings)
src/com/lilithsthrone/game/character/npc/NPC.java:363
↓ 150 callers
Method
isStarted
()
src/com/lilithsthrone/game/Game.java:5726
↓ 148 callers
Method
isNonConEnabled
@return true if the game is in a bad end, otherwise the value of PropertyValue.nonConContent
src/com/lilithsthrone/game/Game.java:5940
↓ 148 callers
Method
setHairLength
(int length)
src/com/lilithsthrone/game/character/GameCharacter.java:29865
↓ 148 callers
Method
setMuscle
@param muscle Value to set muscle to. @return True if muscle was changed.
src/com/lilithsthrone/game/character/body/Body.java:6508
↓ 147 callers
Method
setFaceVirgin
(boolean virgin)
src/com/lilithsthrone/game/character/GameCharacter.java:29742
↓ 146 callers
Method
addChild
(TreeNode<T> child)
src/com/lilithsthrone/utils/TreeNode.java:35
↓ 146 callers
Method
setAssVirgin
(boolean virgin)
src/com/lilithsthrone/game/character/GameCharacter.java:27864
↓ 145 callers
Method
setBodySize
@param bodySize Value to set femininity to. @return True if bodySize was changed.
src/com/lilithsthrone/game/character/body/Body.java:6478
↓ 143 callers
Method
getSecondaryModifier
()
src/com/lilithsthrone/game/inventory/enchanting/ItemEffect.java:421
↓ 143 callers
Method
getUseName
()
src/com/lilithsthrone/game/inventory/item/ItemType.java:117
↓ 143 callers
Method
hasPenisIgnoreDildo
()
src/com/lilithsthrone/game/character/body/Body.java:3868
↓ 143 callers
Method
isPlural
()
src/com/lilithsthrone/game/sex/SexAreaInterface.java:38
↓ 143 callers
Method
toString
()
src/com/lilithsthrone/world/Cell.java:131
↓ 141 callers
Method
getDialogueEncounterId
()
src/com/lilithsthrone/game/dialogue/places/submission/impFortress/ImpFortressDialogue.java:754
↓ 141 callers
Method
getValue
()
src/com/lilithsthrone/game/inventory/enchanting/TFPotency.java:67
↓ 140 callers
Method
getPenis
()
src/com/lilithsthrone/game/character/body/Body.java:3856
↓ 139 callers
Method
getBody
@return Body associated with this fluid for the purposes of impregnation.
src/com/lilithsthrone/game/character/FluidStored.java:357
↓ 139 callers
Method
setAssSize
Sets assSize attribute.<br/> Value is bound to >=0 && <=AssSize.SEVEN_GIGANTIC.getValue() @param owner The character to change. @param assSize Value
src/com/lilithsthrone/game/character/body/Ass.java:136
↓ 139 callers
Method
setHipSize
Sets hipSize attribute.<br/> Value is bound to >=0 && <=HipSize.SEVEN_ABSURDLY_WIDE.getValue() @param owner The character to change. @param hipSize V
src/com/lilithsthrone/game/character/body/Ass.java:192
↓ 138 callers
Method
getDialogueEncounterId
()
src/com/lilithsthrone/game/dialogue/places/submission/impFortress/ImpCitadelDialogue.java:339
↓ 138 callers
Method
getMaximumValue
()
src/com/lilithsthrone/game/character/body/valueEnums/Muscle.java:36
↓ 138 callers
Method
getMinimumValue
()
src/com/lilithsthrone/game/character/body/valueEnums/Muscle.java:32
↓ 138 callers
Method
getNipples
()
src/com/lilithsthrone/game/character/body/Breast.java:115
↓ 136 callers
Method
getNumberOfOrgasms
(GameCharacter character)
src/com/lilithsthrone/game/sex/Sex.java:6175
↓ 136 callers
Method
isQuestProgressGreaterThan
Prints an error if the quest is not within the specified questLine. @return true if the player's quest progress is greater than the specified quest.
src/com/lilithsthrone/game/character/PlayerCharacter.java:1161
↓ 136 callers
Method
setHairStyle
(HairStyle hairStyle)
src/com/lilithsthrone/game/character/GameCharacter.java:29882
↓ 135 callers
Method
getDocument
Returns the document. Used for legacy code @return w3c DOM Document element is in. @deprecated
src/com/lilithsthrone/controller/xmlParsing/Element.java:134
↓ 135 callers
Method
getPosition
()
src/com/lilithsthrone/game/sex/managers/SexManagerInterface.java:62
↓ 135 callers
Method
setEyeCovering
(GameCharacter owner, Covering covering)
src/com/lilithsthrone/game/character/body/Eye.java:192
↓ 134 callers
Method
getGenderFromUserPreferences
(boolean requiresVagina, boolean requiresPenis)
src/com/lilithsthrone/game/character/gender/Gender.java:199
↓ 134 callers
Method
getOngoingSexAreas
@return A map of characters, with a set of SexAreas holding SexAreaInterfaces which are in contact with the passed-in character's sexArea.
src/com/lilithsthrone/game/sex/Sex.java:5247
↓ 134 callers
Method
getValue
()
src/com/lilithsthrone/game/sex/SexControl.java:31
↓ 134 callers
Method
setPubicHair
(BodyHair pubicHair)
src/com/lilithsthrone/game/character/body/Body.java:6466
↓ 133 callers
Method
createXMLElementWithValue
(Document doc, Element parentElement, String elementName, String value)
src/com/lilithsthrone/controller/xmlParsing/XMLUtil.java:16
↓ 132 callers
Method
getFace
()
src/com/lilithsthrone/game/character/body/Body.java:3796
↓ 130 callers
Method
getCharacterOngoingSexArea
@return The characters who are currently involved in an ongoing action with this target's sexArea.
src/com/lilithsthrone/game/sex/Sex.java:5331
↓ 130 callers
Method
getInitialSexManager
()
src/com/lilithsthrone/game/sex/Sex.java:5448
↓ 129 callers
Method
getBreastCrotch
()
src/com/lilithsthrone/game/character/body/Body.java:3784
↓ 129 callers
Method
getMainCompanion
()
src/com/lilithsthrone/game/dialogue/places/submission/impFortress/ImpCitadelDialogue.java:306
↓ 129 callers
Method
getY
()
src/com/lilithsthrone/utils/Node.java:67
↓ 129 callers
Method
hasPerkAnywhereInTree
(AbstractPerk p)
src/com/lilithsthrone/game/character/GameCharacter.java:7209
↓ 128 callers
Method
getHourOfDay
()
src/com/lilithsthrone/game/Game.java:5141
↓ 128 callers
Method
setUnderarmHair
(GameCharacter owner, BodyHair underarmHair)
src/com/lilithsthrone/game/character/body/Arm.java:210
↓ 127 callers
Method
applyWrapper
(String title, String description, String id, String input, boolean halfWidth)
src/com/lilithsthrone/game/dialogue/utils/CharacterModificationUtils.java:899
↓ 126 callers
Method
appendToImportLog
(StringBuilder log, String message)
src/com/lilithsthrone/game/character/CharacterUtils.java:220
↓ 125 callers
Method
getCoverings
()
src/com/lilithsthrone/game/character/body/Body.java:6672
↓ 125 callers
Method
getFormattedDamage
@return A standard formatting of the damage.
src/com/lilithsthrone/game/combat/moves/AbstractCombatMove.java:443
↓ 125 callers
Method
setAssHair
(GameCharacter owner, BodyHair assHair)
src/com/lilithsthrone/game/character/body/Anus.java:149
↓ 125 callers
Method
setSticker
(StickerCategory stickerCategory, Sticker sticker)
src/com/lilithsthrone/game/inventory/clothing/AbstractClothing.java:1048
↓ 124 callers
Method
getName
()
src/com/lilithsthrone/game/inventory/clothing/AbstractClothing.java:1318
↓ 124 callers
Method
getWorldSpecies
(AbstractWorldType worldType, AbstractPlaceType placeType, boolean onlyCoreRaceSpecies, AbstractSubspecies...
src/com/lilithsthrone/game/character/race/Subspecies.java:6072
↓ 124 callers
Method
hasItemType
@return true If one of the items in this inventory has the same type as the Item provided.
src/com/lilithsthrone/game/character/GameCharacter.java:23238
↓ 124 callers
Method
useItem
(AbstractItem item, GameCharacter target, boolean removingFromFloor)
src/com/lilithsthrone/game/character/GameCharacter.java:23293
↓ 122 callers
Method
formatAsMoneyUncoloured
(long money, String tag)
src/com/lilithsthrone/game/dialogue/utils/UtilText.java:802
↓ 122 callers
Method
getDialogueId
()
src/com/lilithsthrone/game/dialogue/npcDialogue/submission/TunnelAttackDialogue.java:58
↓ 121 callers
Method
getAllOngoingSexAreas
Get all of the SexAreaInterfaces that this character's area is in contact with.
src/com/lilithsthrone/game/sex/Sex.java:5281
↓ 121 callers
Method
getFullDescription
@return A full description of this covering. e.g. "glowing black, wolf-like fur, with luminescent purple stripes" or "black, shaggy fur"
src/com/lilithsthrone/game/character/body/coverings/Covering.java:343
↓ 121 callers
Method
getId
()
src/com/lilithsthrone/game/sex/sexActions/SexAction.java:105
↓ 121 callers
Method
setFacialHair
(GameCharacter owner, BodyHair facialHair)
src/com/lilithsthrone/game/character/body/Face.java:195
↓ 121 callers
Method
setLipSize
(GameCharacter owner, int lipSize)
src/com/lilithsthrone/game/character/body/Mouth.java:123
↓ 120 callers
Method
getAllCharacters
()
src/com/lilithsthrone/game/dialogue/places/submission/impFortress/ImpCitadelDialogue.java:314
↓ 120 callers
Method
getDialogueId
()
src/com/lilithsthrone/game/dialogue/npcDialogue/submission/BatCavernDialogue.java:66
↓ 120 callers
Method
initialisePerks
(GameCharacter character)
src/com/lilithsthrone/game/character/effects/PerkManager.java:581
↓ 118 callers
Method
getItemTypeFromId
(String id)
src/com/lilithsthrone/game/inventory/item/ItemType.java:2478
↓ 118 callers
Method
getUniqueNPCId
(Class<? extends NPC> c)
src/com/lilithsthrone/game/Game.java:5381
↓ 118 callers
Method
isCoverableAreaVisible
(CoverableArea area)
src/com/lilithsthrone/game/character/GameCharacter.java:25303
↓ 117 callers
Method
getAssociatedCorruptionLevel
()
src/com/lilithsthrone/game/character/effects/Perk.java:2732
↓ 117 callers
Method
setNippleSize
(GameCharacter owner, int nippleSize)
src/com/lilithsthrone/game/character/body/Nipples.java:191
↓ 117 callers
Method
setPenisSize
(int size)
src/com/lilithsthrone/game/character/GameCharacter.java:30452
↓ 116 callers
Method
getActiveSexPartner
()
src/com/lilithsthrone/game/dialogue/places/dominion/nyansApartment/NyanApartment.java:57
↓ 116 callers
Method
getClothingCurrentlyEquipped
()
src/com/lilithsthrone/game/character/GameCharacter.java:24171
↓ 116 callers
Method
getColouredName
(String tag)
src/com/lilithsthrone/game/character/attributes/AbstractAttribute.java:121
↓ 116 callers
Method
getPlaceUpgrades
()
src/com/lilithsthrone/world/places/GenericPlace.java:245
↓ 116 callers
Method
setAreolaeSize
(GameCharacter owner, int areolaeSize)
src/com/lilithsthrone/game/character/body/Nipples.java:315
↓ 116 callers
Method
setColour
(String stringSVG, Colour colourShade)
src/com/lilithsthrone/rendering/SVGImages.java:884
↓ 116 callers
Method
setGenericName
(String genericName)
src/com/lilithsthrone/game/character/GameCharacter.java:4479
↓ 116 callers
Method
setNippleVirgin
(boolean virgin)
src/com/lilithsthrone/game/character/GameCharacter.java:28826
↓ 115 callers
Method
setAssBleached
(GameCharacter owner, boolean bleached)
src/com/lilithsthrone/game/character/body/Anus.java:124
↓ 114 callers
Method
getAllCharacters
()
src/com/lilithsthrone/game/dialogue/npcDialogue/submission/BatCavernDialogue.java:95
↓ 114 callers
Method
getAllCharacters
()
src/com/lilithsthrone/game/dialogue/npcDialogue/submission/TunnelAttackDialogue.java:73
↓ 114 callers
Method
isWillingToRape
To check if this character wants to rape a specific targeted character, <b>use isWillingToRape(GameCharacter target)</b>. @return true if non-con cont
src/com/lilithsthrone/game/character/GameCharacter.java:7355
↓ 113 callers
Method
getLocation
()
src/com/lilithsthrone/world/Cell.java:242
↓ 113 callers
Method
getSexControl
(GameCharacter character)
src/com/lilithsthrone/game/sex/managers/SexManagerInterface.java:167
↓ 113 callers
Method
hasPenisModifier
(PenetrationModifier modifier)
src/com/lilithsthrone/game/character/body/Penis.java:544
↓ 112 callers
Method
equals
(Object o)
src/com/lilithsthrone/game/character/body/coverings/Covering.java:510
↓ 112 callers
Method
getGlowingDescriptor
()
src/com/lilithsthrone/game/character/body/coverings/Covering.java:506
↓ 112 callers
Method
setBreastShape
(BreastShape shape)
src/com/lilithsthrone/game/character/GameCharacter.java:28542
↓ 112 callers
Method
setFaceCapacity
(Capacity capacity, boolean setStretchedValueToNewValue)
src/com/lilithsthrone/game/character/GameCharacter.java:29690
↓ 112 callers
Method
setVaginaVirgin
This method automatically sets this characters's hymen to the same value. To restore/tear hymen, call setHymen().
src/com/lilithsthrone/game/character/GameCharacter.java:31512
↓ 111 callers
Method
getPrimaryModifier
()
src/com/lilithsthrone/game/inventory/enchanting/ItemEffect.java:413
↓ 110 callers
Method
hasSlavePermissionSetting
(SlavePermissionSetting setting)
src/com/lilithsthrone/game/character/GameCharacter.java:5314
↓ 110 callers
Method
setVaginaWetness
(int wetness)
src/com/lilithsthrone/game/character/GameCharacter.java:31437
↓ 109 callers
Method
getSavedLong
@return The long saved to this id. Sets and returns -1 if there was no entry found.
src/com/lilithsthrone/game/dialogue/DialogueFlags.java:430
↓ 109 callers
Method
setTongueLength
(GameCharacter owner, int tongueLength)
src/com/lilithsthrone/game/character/body/Tongue.java:143
↓ 108 callers
Method
applyNonBipedNameChange
(Body body, String baseName, boolean applyFeminineForm, boolean plural)
src/com/lilithsthrone/game/character/race/Subspecies.java:1000
↓ 108 callers
Method
getCharacterToBeEgged
(GameCharacter performingCharacter, GameCharacter targetedCharacter, SexAreaPenetration penetratingArea, SexAr
src/com/lilithsthrone/game/sex/sexActions/baseActionsMisc/GenericActions.java:828
← previous
next →
201–300 of 15,541, ranked by callers