Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CraftTweaker/CraftTweaker
/ functions
Functions
8,150 in github.com/CraftTweaker/CraftTweaker
⨍
Functions
8,150
◇
Types & classes
1,621
↓ 3 callers
Method
broadcastSetupEnd
()
common/src/main/java/com/blamejared/crafttweaker/impl/plugin/core/PluginManager.java:131
↓ 3 callers
Method
build
(final ItemPredicate.Builder internal)
common/src/main/java/com/blamejared/crafttweaker/natives/predicate/builder/ExpandItemPredicateBuilder.java:99
↓ 3 callers
Method
build
()
common/src/gametest/java/com/blamejared/crafttweaker/gametest/framework/ScriptBuilder.java:46
↓ 3 callers
Method
callListeners
(final String type, final Collection<Runnable> listeners)
common/src/main/java/com/blamejared/crafttweaker/impl/plugin/core/PluginManager.java:345
↓ 3 callers
Method
callback
(final Class<?> clazz, final String loader, final IJavaNativeIntegrationRegistrationHandler handler)
common/src/main/java/com/blamejared/crafttweaker/impl/plugin/crafttweaker/ZenClassRegistrationManager.java:25
↓ 3 callers
Method
checkDone
()
common/src/main/java/com/blamejared/crafttweaker/api/recipe/replacement/Replacer.java:322
↓ 3 callers
Method
checkUri
(final URI uri, final boolean path)
common/src/main/java/com/blamejared/crafttweaker/impl/script/recipefs/RecipeFileSystemProvider.java:267
↓ 3 callers
Method
client
()
common/src/main/java/com/blamejared/crafttweaker/platform/helper/IAccessibleElementsProvider.java:36
↓ 3 callers
Method
conditions
()
common/src/main/java/com/blamejared/crafttweaker/api/ingredient/condition/IngredientConditions.java:87
↓ 3 callers
Method
conflicts
(final CommandSourceStack source, final DescriptiveFilter filter)
common/src/main/java/com/blamejared/crafttweaker/impl/command/type/conflict/ConflictCommand.java:95
↓ 3 callers
Method
containsValue
(final Object value)
forge/src/main/java/com/blamejared/crafttweaker/impl/loot/ForgeLootModifierMapAdapter.java:39
↓ 3 callers
Method
convertTo
(final DynamicOps<U> outOps, final IData input)
common/src/main/java/com/blamejared/crafttweaker/api/data/op/IDataOps.java:74
↓ 3 callers
Method
copy
(final CommandSourceStack source, final String toCopy)
common/src/main/java/com/blamejared/crafttweaker/api/command/CommandUtilities.java:43
↓ 3 callers
Method
crafttweaker$getByName
()
common/src/main/java/com/blamejared/crafttweaker/mixin/common/access/recipe/AccessRecipeManager.java:22
↓ 3 callers
Method
crafttweaker$getEffects
()
forge/src/main/java/com/blamejared/crafttweaker/mixin/common/access/food/AccessFoodPropertiesForge.java:15
↓ 3 callers
Method
crafttweaker$tableId
(final ResourceLocation id)
common/src/main/java/com/blamejared/crafttweaker/impl/loot/ILootTableIdHolder.java:8
↓ 3 callers
Method
create
(final ScriptRunConfiguration configuration)
common/src/main/java/com/blamejared/crafttweaker/impl/script/scriptrun/RunInfo.java:49
↓ 3 callers
Method
create
()
common/src/main/java/com/blamejared/crafttweaker/natives/predicate/ExpandStatePropertiesPredicate.java:15
↓ 3 callers
Method
create
(final MinMaxBounds.Ints amplifier, final MinMaxBounds.Ints duration, @ZenCodeType.Nullable final Boolean ambi
common/src/main/java/com/blamejared/crafttweaker/natives/predicate/ExpandMobEffectsPredicateMobEffectInstancePredicate.java:25
↓ 3 callers
Method
createModule
( final ModuleCreator creator, final IZenClassRegistry registry, final ISc
common/src/main/java/com/blamejared/crafttweaker/impl/script/scriptrun/DefaultScriptRunModuleConfigurator.java:96
↓ 3 callers
Method
createNativeModule
Creates a {@link JavaNativeModule} from the given information. <p>The module is also automatically initialized so that the ZenCode scripting environm
common/src/main/java/com/blamejared/crafttweaker/api/zencode/scriptrun/IScriptRunModuleConfigurator.java:67
↓ 3 callers
Method
describe
Describes the actions of this filtering rule in a human-readable form, for log output. @return A human-readable description of this rule. @since 10.
common/src/main/java/com/blamejared/crafttweaker/api/recipe/replacement/IFilteringRule.java:31
↓ 3 callers
Method
doApply
Applies the modifier to the drops of a loot table. @param loot The loot dropped by a loot table. @param context The context that caused the loot t
common/src/main/java/com/blamejared/crafttweaker/api/loot/modifier/ILootModifier.java:54
↓ 3 callers
Method
elements
()
common/src/main/java/com/blamejared/crafttweaker/api/tag/type/KnownTag.java:62
↓ 3 callers
Method
empty
()
common/src/gametest/java/com/blamejared/crafttweaker/gametest/framework/Modifier.java:16
↓ 3 callers
Method
endListeners
()
common/src/main/java/com/blamejared/crafttweaker/impl/plugin/core/ListenerRegistrationHandler.java:49
↓ 3 callers
Method
equalTo
Checks if this IData is equal to the other IData. @param other The data to check equality of. @return True if equal, false otherwise.
common/src/main/java/com/blamejared/crafttweaker/api/data/IData.java:403
↓ 3 callers
Method
executeRunListeners
()
common/src/main/java/com/blamejared/crafttweaker/impl/plugin/core/ListenerRegistrationHandler.java:59
↓ 3 callers
Method
fillLoaderData
(final Collection<IScriptLoader> loaders)
common/src/main/java/com/blamejared/crafttweaker/impl/registry/zencode/ZenClassRegistry.java:80
↓ 3 callers
Method
find
Identifies the recipe component with the given id, if registered. <p>This method must be invoked only after all registries have been built. If such a
common/src/main/java/com/blamejared/crafttweaker/api/recipe/component/IRecipeComponent.java:60
↓ 3 callers
Method
flip
()
common/src/main/java/com/blamejared/crafttweaker/api/loot/condition/LootConditions.java:91
↓ 3 callers
Method
forAllUniqueMatches
Helper method to avoid redundant code. performs the Action for all matched items. Returns a bool array which slots have been visited, false implies t
common/src/main/java/com/blamejared/crafttweaker/api/recipe/type/CTShapelessRecipe.java:139
↓ 3 callers
Method
from
(final Enum<?> other)
common/src/main/java/com/blamejared/crafttweaker/platform/sides/DistributionType.java:19
↓ 3 callers
Method
from
(SmithingRecipe recipe)
common/src/main/java/com/blamejared/crafttweaker/impl/recipe/handler/helper/SmithingRecipeConflictChecker.java:37
↓ 3 callers
Method
from
(Method method)
common/src/gametest/java/com/blamejared/crafttweaker/gametest/framework/Modifier.java:21
↓ 3 callers
Method
fromIngredient
(Ingredient ingredient)
common/src/main/java/com/blamejared/crafttweaker/api/ingredient/IngredientConverter.java:18
↓ 3 callers
Method
getAllRecipesRaw
()
common/src/main/java/com/blamejared/crafttweaker/api/recipe/manager/GenericRecipesManager.java:183
↓ 3 callers
Method
getAt
(int index)
common/src/main/java/com/blamejared/crafttweaker/api/data/ListData.java:86
↓ 3 callers
Method
getAttributeModifiers
Gets the data in <componenttype:minecraft:attribute_modifiers> @return An {@link ItemAttributeModifiers}.
common/src/main/java/com/blamejared/crafttweaker/api/component/ComponentAccess.java:820
↓ 3 callers
Method
getBakedTypeInfoFor
(final Class<?> clazz)
common/src/main/java/com/blamejared/crafttweaker/impl/registry/natives/NativeTypeRegistry.java:126
↓ 3 callers
Method
getBlockState
Gets the data in <componenttype:minecraft:block_state> @return A {@link BlockItemStateProperties}.
common/src/main/java/com/blamejared/crafttweaker/api/component/ComponentAccess.java:2899
↓ 3 callers
Method
getBurnTime
(IRecipeManager<?> manager)
neoforge/src/main/java/com/blamejared/crafttweaker/api/item/NeoForgeItemStack.java:29
↓ 3 callers
Method
getBurnTimes
()
common/src/main/java/com/blamejared/crafttweaker/platform/services/IEventHelper.java:56
↓ 3 callers
Method
getBuyingStack
()
common/src/main/java/com/blamejared/crafttweaker/api/villager/CTTradeObject.java:18
↓ 3 callers
Method
getCapability
(Entity internal, Class<T> tClass, EntityCapability<T, Void> cap)
neoforge/src/main/java/com/blamejared/crafttweaker/natives/entity/ExpandEntityNeoForge.java:19
↓ 3 callers
Method
getCommandString
(Item internal)
common/src/main/java/com/blamejared/crafttweaker/natives/item/ExpandItem.java:497
↓ 3 callers
Method
getCommandString
Gets the block bracket handler syntax for this Block. E.G. {@code <block:minecraft:dirt>} @return The block bracket handler syntax for this Block.
common/src/main/java/com/blamejared/crafttweaker/natives/block/ExpandBlock.java:113
↓ 3 callers
Method
getCommandString
Gets the command string of the entity. @return The command string of the entity.
common/src/main/java/com/blamejared/crafttweaker/natives/entity/ExpandEntityType.java:281
↓ 3 callers
Method
getCtOutput
()
common/src/main/java/com/blamejared/crafttweaker/api/recipe/type/CTShapedRecipe.java:279
↓ 3 callers
Method
getCustomData
Gets the data in the <componenttype:minecraft:custom_data> @return A {@link CustomData} that wraps around a {@link MapData} object containing t
common/src/main/java/com/blamejared/crafttweaker/api/component/ComponentAccess.java:101
↓ 3 callers
Method
getDrops
Returns the list of items will be dropped. The list is read-only, modifying this list does not change the drops. <p> You should use the `drops` setter
neoforge/src/main/java/com/blamejared/crafttweaker/natives/event/entity/living/ExpandLivingDropsEvent.java:45
↓ 3 callers
Method
getDrops
Returns the list of items will be dropped. The list is read-only, modifying this list does not change the drops. <p> You should use the `drops` setter
forge/src/main/java/com/blamejared/crafttweaker/natives/event/entity/living/ExpandLivingDropsEvent.java:46
↓ 3 callers
Method
getFile
(final ScriptBuilder.Script script)
common/src/gametest/java/com/blamejared/crafttweaker/impl/script/scriptrun/GameTestScriptRunner.java:54
↓ 3 callers
Method
getForSale
()
common/src/main/java/com/blamejared/crafttweaker/api/villager/trade/type/IBasicItemListing.java:19
↓ 3 callers
Method
getFunction
()
common/src/main/java/com/blamejared/crafttweaker/api/recipe/type/CTShapedRecipe.java:284
↓ 3 callers
Method
getGameTime
(LevelData internal)
common/src/main/java/com/blamejared/crafttweaker/natives/world/data/ExpandLevelData.java:21
↓ 3 callers
Method
getKeys
()
common/src/main/java/com/blamejared/crafttweaker/api/data/MapData.java:188
↓ 3 callers
Method
getManager
()
common/src/main/java/com/blamejared/crafttweaker/api/action/recipe/ActionRecipeBase.java:21
↓ 3 callers
Method
getManagerInstances
()
common/src/main/java/com/blamejared/crafttweaker/api/bracket/custom/RecipeTypeBracketHandler.java:76
↓ 3 callers
Method
getMethod
(final String name, final Class<?>... parameterTypes)
common/src/main/java/com/blamejared/crafttweaker/impl/registry/natives/BakedTypeInfo.java:47
↓ 3 callers
Method
getNativeTypeRegistry
()
common/src/main/java/com/blamejared/crafttweaker/impl/script/scriptrun/natives/CtJavaNativeClassConverter.java:82
↓ 3 callers
Method
getOnlyIfMatch
(final IScriptFile file, final List<String> contents, final List<OnlyIfMatch> matches, final Match preprocesso
common/src/main/java/com/blamejared/crafttweaker/impl/preprocessor/onlyif/OnlyIfPreprocessor.java:107
↓ 3 callers
Method
getOutput
(AnvilRepairEvent internal)
forge/src/main/java/com/blamejared/crafttweaker/natives/event/anvil/ExpandAnvilRepairEvent.java:26
↓ 3 callers
Method
getParent
()
common/src/main/java/com/blamejared/crafttweaker/impl/script/recipefs/RecipePath.java:130
↓ 3 callers
Method
getPlayerList
Gets the player list. @return The player list.
common/src/main/java/com/blamejared/crafttweaker/natives/game/ExpandServer.java:46
↓ 3 callers
Method
getPrice
()
common/src/main/java/com/blamejared/crafttweaker/api/villager/trade/type/IBasicItemListing.java:8
↓ 3 callers
Method
getRecipes
Gets an unmodifiable view of the recipes in this list. @return An unmodifiable view of the recipes in this list.
common/src/main/java/com/blamejared/crafttweaker/api/recipe/RecipeList.java:223
↓ 3 callers
Method
getScheme
()
common/src/main/java/com/blamejared/crafttweaker/impl/script/recipefs/RecipeFileSystemProvider.java:47
↓ 3 callers
Method
getSellingStack
()
common/src/main/java/com/blamejared/crafttweaker/api/villager/CTTradeObject.java:28
↓ 3 callers
Method
getSize
Gets the amount of mods loaded @return The amount of mods that are loaded
common/src/main/java/com/blamejared/crafttweaker/api/mod/Mods.java:81
↓ 3 callers
Method
getSlot
(LivingEquipmentChangeEvent internal)
forge/src/main/java/com/blamejared/crafttweaker/natives/event/entity/living/ExpandLivingEquipmentChangeEvent.java:28
↓ 3 callers
Method
getTags
Gets the tags of the entity. These tags are arbitrary strings that can be attached to an entity. A single entity is limited to 1024. @return The tag
common/src/main/java/com/blamejared/crafttweaker/natives/entity/ExpandEntity.java:121
↓ 3 callers
Method
getTool
(final LootContext internal)
common/src/main/java/com/blamejared/crafttweaker/natives/loot/ExpandLootContext.java:82
↓ 3 callers
Method
getUid
()
common/src/main/java/com/blamejared/crafttweaker/api/ingredient/transformer/type/TransformCustom.java:68
↓ 3 callers
Method
hasProperty
Checks whether this BlockState has the given property. @param name the name of the property to check. @return True if this BlockState has the proper
common/src/main/java/com/blamejared/crafttweaker/natives/block/ExpandBlockState.java:249
↓ 3 callers
Method
hasTag
()
forge/src/main/java/com/blamejared/crafttweaker/api/fluid/MCFluidStack.java:67
↓ 3 callers
Method
init
()
common/src/main/java/com/blamejared/crafttweaker/CraftTweakerRegistries.java:19
↓ 3 callers
Method
init
()
common/src/main/java/com/blamejared/crafttweaker/CraftTweakerCommon.java:34
↓ 3 callers
Method
internal
()
forge/src/main/java/com/blamejared/crafttweaker/api/ingredient/vanilla/DelegatingCustomIngredient.java:52
↓ 3 callers
Method
isDiagonal
()
common/src/main/java/com/blamejared/crafttweaker/api/recipe/MirrorAxis.java:71
↓ 3 callers
Method
isHorizontal
()
common/src/main/java/com/blamejared/crafttweaker/api/recipe/MirrorAxis.java:61
↓ 3 callers
Method
isKeyDown
Safely checks if a key is down. @param keyBinding The key to check @return True if the key is down. False otherwise.
common/src/main/java/com/blamejared/crafttweaker/platform/services/IClientHelper.java:40
↓ 3 callers
Method
isMirrored
()
common/src/main/java/com/blamejared/crafttweaker/api/recipe/type/CTShapedRecipe.java:290
↓ 3 callers
Method
isReadOnly
()
common/src/main/java/com/blamejared/crafttweaker/impl/script/recipefs/RecipeFileStore.java:33
↓ 3 callers
Method
isSimple
()
common/src/main/java/com/blamejared/crafttweaker/api/ingredient/type/IngredientCraftTweakerBase.java:22
↓ 3 callers
Method
isVertical
()
common/src/main/java/com/blamejared/crafttweaker/api/recipe/MirrorAxis.java:66
↓ 3 callers
Method
iterator
()
common/src/main/java/com/blamejared/crafttweaker/api/recipe/manager/base/IRecipeManager.java:387
↓ 3 callers
Method
lastIndexOf
(final Object o)
common/src/main/java/com/blamejared/crafttweaker/impl/script/scriptrun/SuspiciousAwarePathList.java:263
↓ 3 callers
Method
left
(PotDecorations internal)
common/src/main/java/com/blamejared/crafttweaker/natives/item/component/ExpandPotDecorations.java:44
↓ 3 callers
Method
level
()
forge/src/gametest/java/com/blamejared/crafttweaker/gametest/api/event/TestEvent.java:38
↓ 3 callers
Method
loadInitScripts
()
common/src/main/java/com/blamejared/crafttweaker/CraftTweakerCommon.java:85
↓ 3 callers
Method
loadPlugins
()
common/src/main/java/com/blamejared/crafttweaker/impl/plugin/core/PluginManager.java:120
↓ 3 callers
Method
loggerSupplier
(final String system)
common/src/main/java/com/blamejared/crafttweaker/api/logging/CommonLoggers.java:80
↓ 3 callers
Method
makeHolder
(ResourceKey<?> resourceKey, Either<T, ResourceLocation> objectOrKey)
common/src/main/java/com/blamejared/crafttweaker/platform/services/IRegistryHelper.java:91
↓ 3 callers
Method
makeSameFileSystemPath
Creates a new path with the same underlying {@link java.nio.file.FileSystem} as the specified one. @param original The path of which the file system
common/src/main/java/com/blamejared/crafttweaker/api/util/PathUtil.java:100
↓ 3 callers
Method
mapTo
(Function<Block, T> blockMapper, Function<BlockState, T> blockStateMapper,
common/src/main/java/com/blamejared/crafttweaker/api/block/CTBlockIngredient.java:41
↓ 3 callers
Method
matches
()
common/src/main/java/com/blamejared/crafttweaker/impl/script/scriptrun/PreprocessedSourceFile.java:53
↓ 3 callers
Method
matches
(IItemStack stack)
common/src/main/java/com/blamejared/crafttweaker/api/ingredient/condition/IIngredientCondition.java:27
↓ 3 callers
Method
matchesFor
Gets all preprocessor matches for the given preprocessor in the current file. <p>Refer to {@link IPreprocessor} and {@link IPreprocessor.Match} for m
common/src/main/java/com/blamejared/crafttweaker/api/zencode/scriptrun/IScriptFile.java:75
↓ 3 callers
Method
mergeToMap
(final IData map, final IData key, final IData value)
common/src/main/java/com/blamejared/crafttweaker/api/data/op/IDataOps.java:142
← previous
next →
601–700 of 8,150, ranked by callers