- AbstractServer - Class in crafttweaker.api.server
-
Abstract server implementation.
- AbstractServer() - Constructor for class crafttweaker.api.server.AbstractServer
-
- add(IChatMessage) - Method in interface crafttweaker.api.chat.IChatMessage
-
Concatenates two chat messages.
- add(IData) - Method in class crafttweaker.api.data.DataBool
-
- add(IData) - Method in class crafttweaker.api.data.DataByte
-
- add(IData) - Method in class crafttweaker.api.data.DataByteArray
-
- add(IData) - Method in class crafttweaker.api.data.DataDouble
-
- add(IData) - Method in class crafttweaker.api.data.DataFloat
-
- add(IData) - Method in class crafttweaker.api.data.DataInt
-
- add(IData) - Method in class crafttweaker.api.data.DataIntArray
-
- add(IData) - Method in class crafttweaker.api.data.DataList
-
- add(IData) - Method in class crafttweaker.api.data.DataLong
-
- add(IData) - Method in class crafttweaker.api.data.DataMap
-
- add(IData) - Method in class crafttweaker.api.data.DataShort
-
- add(IData) - Method in class crafttweaker.api.data.DataString
-
- add(IData) - Method in interface crafttweaker.api.data.IData
-
- add(IFormattedText) - Method in interface crafttweaker.api.formatting.IFormattedText
-
- add(IItemStack...) - Method in interface crafttweaker.api.oredict.IOreDictEntry
-
- add(IVector3d) - Method in interface crafttweaker.api.world.IVector3d
-
- add(String, byte[]) - Method in class crafttweaker.runtime.providers.ScriptProviderCustom
-
- add(String, String) - Method in class crafttweaker.runtime.providers.ScriptProviderCustom
-
- add(IPreprocessor) - Method in class crafttweaker.runtime.ScriptFile
-
Delegates to the preprocessor List
- add(T) - Method in class crafttweaker.util.CloseablePriorityList
-
Adds a new item to the list.
- add(IEventHandler<T>) - Method in class crafttweaker.util.EventList
-
- add(String, IFormattedText) - Static method in class crafttweaker.zenscript.expand.ExpandString
-
- addAll(IOreDictEntry) - Method in interface crafttweaker.api.oredict.IOreDictEntry
-
- addAll(Collection<? extends IPreprocessor>) - Method in class crafttweaker.runtime.ScriptFile
-
- addBrew(IIngredient, IIngredient, IItemStack, boolean) - Method in interface crafttweaker.api.recipes.IBrewingManager
-
- addBrew(IIngredient, IIngredient[], IItemStack, boolean) - Method in interface crafttweaker.api.recipes.IBrewingManager
-
- addChestLoot(String, WeightedItemStack) - Method in interface crafttweaker.api.vanilla.ILootRegistry
-
- addChestLoot(String, WeightedItemStack, int, int) - Method in interface crafttweaker.api.vanilla.ILootRegistry
-
- addDrop(IItemStack, int, int, float) - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- addDrop(WeightedItemStack, int, int) - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- addDropFunction(IEntityDropFunction) - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- addEnchantment(IEnchantment) - Method in interface crafttweaker.api.item.IItemStack
-
- addExhaustion(float) - Method in interface crafttweaker.api.player.IFoodStats
-
- addGrowth(int) - Method in interface crafttweaker.api.entity.IEntityAgeable
-
- addHiddenShaped(String, IItemStack, IIngredient[][], IRecipeFunction, IRecipeAction, boolean) - Method in interface crafttweaker.api.recipes.IRecipeManager
-
- addHiddenShapeless(String, IItemStack, IIngredient[], IRecipeFunction, IRecipeAction) - Method in interface crafttweaker.api.recipes.IRecipeManager
-
- addItem(IItemStack) - Method in interface crafttweaker.api.event.BlockHarvestDropsEvent
-
- addItem(IItemStack) - Method in interface crafttweaker.api.event.EntityLivingDeathDropsEvent
-
- addItem(IEntityItem) - Method in interface crafttweaker.api.event.EntityLivingDeathDropsEvent
-
- addItem(IItemStack) - Method in interface crafttweaker.api.event.PlayerDeathDropsEvent
-
- addItem(IEntityItem) - Method in interface crafttweaker.api.event.PlayerDeathDropsEvent
-
- addItems(IItemStack[]) - Method in interface crafttweaker.api.oredict.IOreDictEntry
-
- addLogger(ILogger) - Method in class crafttweaker.api.logger.MTLogger
-
- addPlayer(IPlayer) - Method in class crafttweaker.api.logger.MTLogger
-
- addPlayerOnlyDrop(IItemStack, int, int, float) - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- addPlayerOnlyDrop(WeightedItemStack, int, int) - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- addPotionEffect(IPotionEffect) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- addRecipe(IItemStack, IIngredient, double) - Method in interface crafttweaker.api.recipes.IFurnaceManager
-
- addScore(int) - Method in interface crafttweaker.api.player.IPlayer
-
- addSeed(WeightedItemStack) - Method in interface crafttweaker.api.vanilla.ISeedRegistry
-
- addShaped(IItemStack, IIngredient[][], IRecipeFunction, IRecipeAction) - Method in interface crafttweaker.api.recipes.IRecipeManager
-
Adds a shaped recipe.
- addShaped(String, IItemStack, IIngredient[][], IRecipeFunction, IRecipeAction) - Method in interface crafttweaker.api.recipes.IRecipeManager
-
Adds a shaped recipe.
- addShapedMirrored(IItemStack, IIngredient[][], IRecipeFunction, IRecipeAction) - Method in interface crafttweaker.api.recipes.IRecipeManager
-
Adds a mirrored shaped recipe.
- addShapedMirrored(String, IItemStack, IIngredient[][], IRecipeFunction, IRecipeAction) - Method in interface crafttweaker.api.recipes.IRecipeManager
-
Adds a mirrored shaped recipe.
- addShapeless(IItemStack, IIngredient[], IRecipeFunction, IRecipeAction) - Method in interface crafttweaker.api.recipes.IRecipeManager
-
Adds a shapeless recipe.
- addShapeless(String, IItemStack, IIngredient[], IRecipeFunction, IRecipeAction) - Method in interface crafttweaker.api.recipes.IRecipeManager
-
Adds a shapeless recipe.
- addShiftTooltip(IIngredient, IFormattedText) - Static method in class crafttweaker.api.tooltip.IngredientTooltips
-
- addStats(int, float) - Method in interface crafttweaker.api.player.IFoodStats
-
- addTag(String) - Method in interface crafttweaker.api.entity.IEntity
-
- addTooltip(IIngredient, IFormattedText) - Static method in class crafttweaker.api.tooltip.IngredientTooltips
-
- ageUp(int, boolean) - Method in interface crafttweaker.api.entity.IEntityAgeable
-
- alwaysRenderNameTag() - Method in interface crafttweaker.api.entity.IEntity
-
- amount(int) - Method in interface crafttweaker.api.item.IIngredient
-
Returns a new ingredient with the given stack size.
- amount(int) - Method in interface crafttweaker.api.item.IItemStack
-
Creates a new item stack with a different stack size.
- amount(int) - Method in class crafttweaker.api.item.IngredientAny
-
- amount(int) - Method in class crafttweaker.api.item.IngredientAnyAdvanced
-
- amount(int) - Method in class crafttweaker.api.item.IngredientItem
-
- amount(int) - Method in class crafttweaker.api.item.IngredientOr
-
- amount(int) - Method in class crafttweaker.api.item.IngredientStack
-
- amount(int) - Method in class crafttweaker.api.item.IngredientUnknown
-
- amount(int) - Method in class crafttweaker.api.oredict.IngredientOreDict
-
- and(IData) - Method in class crafttweaker.api.data.DataBool
-
- and(IData) - Method in class crafttweaker.api.data.DataByte
-
- and(IData) - Method in class crafttweaker.api.data.DataByteArray
-
- and(IData) - Method in class crafttweaker.api.data.DataDouble
-
- and(IData) - Method in class crafttweaker.api.data.DataFloat
-
- and(IData) - Method in class crafttweaker.api.data.DataInt
-
- and(IData) - Method in class crafttweaker.api.data.DataIntArray
-
- and(IData) - Method in class crafttweaker.api.data.DataList
-
- and(IData) - Method in class crafttweaker.api.data.DataLong
-
- and(IData) - Method in class crafttweaker.api.data.DataMap
-
- and(IData) - Method in class crafttweaker.api.data.DataShort
-
- and(IData) - Method in class crafttweaker.api.data.DataString
-
- and(IData) - Method in interface crafttweaker.api.data.IData
-
- anyAmount() - Method in interface crafttweaker.api.item.IItemStack
-
Creates an item stack with wildcard stack size.
- anyDamage() - Method in interface crafttweaker.api.item.IItemStack
-
Creates an item stack with the same item and stack size, but accepting
any damage value.
- append(IItemCondition[], IItemCondition) - Static method in class crafttweaker.util.ArrayUtil
-
- append(IItemTransformerNew[], IItemTransformerNew) - Static method in class crafttweaker.util.ArrayUtil
-
- append(IIngredient[], IIngredient) - Static method in class crafttweaker.util.ArrayUtil
-
- append(IBlockPattern[], IBlockPattern) - Static method in class crafttweaker.util.ArrayUtil
-
- apply(IAction) - Static method in class crafttweaker.CraftTweakerAPI
-
Applies this given action.
- apply() - Method in interface crafttweaker.IAction
-
Executes what the action is supposed to do.
- apply(IAction) - Method in class crafttweaker.runtime.CrTTweaker
-
- apply(IAction) - Method in interface crafttweaker.runtime.ITweaker
-
Executes a specified CraftTweaker action.
- applyModifier(IEntityAttributeModifier) - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeInstance
-
- applyNewTransform(IItemStack) - Method in interface crafttweaker.api.item.IIngredient
-
- applyNewTransform(IItemStack) - Method in class crafttweaker.api.item.IngredientAny
-
- applyNewTransform(IItemStack) - Method in class crafttweaker.api.item.IngredientAnyAdvanced
-
- applyNewTransform(IItemStack) - Method in class crafttweaker.api.item.IngredientItem
-
- applyNewTransform(IItemStack) - Method in class crafttweaker.api.item.IngredientOr
-
- applyNewTransform(IItemStack) - Method in class crafttweaker.api.item.IngredientStack
-
- applyNewTransform(IItemStack) - Method in class crafttweaker.api.item.IngredientUnknown
-
- applyNewTransform(IItemStack) - Method in class crafttweaker.api.oredict.IngredientOreDict
-
- applyTransform(IItemStack, IPlayer) - Method in interface crafttweaker.api.item.IIngredient
-
Applies transformations after crafting, if any, to the given item.
- applyTransform(IItemStack, IPlayer) - Method in class crafttweaker.api.item.IngredientAny
-
- applyTransform(IItemStack, IPlayer) - Method in class crafttweaker.api.item.IngredientAnyAdvanced
-
- applyTransform(IItemStack, IPlayer) - Method in class crafttweaker.api.item.IngredientItem
-
- applyTransform(IItemStack, IPlayer) - Method in class crafttweaker.api.item.IngredientOr
-
- applyTransform(IItemStack, IPlayer) - Method in class crafttweaker.api.item.IngredientStack
-
- applyTransform(IItemStack, IPlayer) - Method in class crafttweaker.api.item.IngredientUnknown
-
- applyTransform(IItemStack, IPlayer) - Method in class crafttweaker.api.oredict.IngredientOreDict
-
- applyTransformers(ICraftingInventory, IPlayer) - Method in interface crafttweaker.api.recipes.ICraftingRecipe
-
Deprecated.
- applyTransformers(ICraftingInventory, IPlayer) - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- applyTransformers(ICraftingInventory, IPlayer) - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- applyTransformers(ICraftingInventory, IPlayer) - Method in class crafttweaker.api.recipes.UnknownRecipe
-
Deprecated.
- aqua(IFormattedText) - Method in interface crafttweaker.api.formatting.IFormatter
-
- areBracketErrorsIgnored() - Method in class crafttweaker.runtime.ScriptFile
-
Change whether you want to have bracket errors show up for the specified file
- ArrayUtil - Class in crafttweaker.util
-
- ArrayUtil() - Constructor for class crafttweaker.util.ArrayUtil
-
- asBlock() - Method in interface crafttweaker.api.item.IItemStack
-
Converts this item stack into a block.
- asBlockPos() - Method in interface crafttweaker.api.util.Position3f
-
- asBool() - Method in class crafttweaker.api.data.DataBool
-
- asBool() - Method in class crafttweaker.api.data.DataByte
-
- asBool() - Method in class crafttweaker.api.data.DataByteArray
-
- asBool() - Method in class crafttweaker.api.data.DataDouble
-
- asBool() - Method in class crafttweaker.api.data.DataFloat
-
- asBool() - Method in class crafttweaker.api.data.DataInt
-
- asBool() - Method in class crafttweaker.api.data.DataIntArray
-
- asBool() - Method in class crafttweaker.api.data.DataList
-
- asBool() - Method in class crafttweaker.api.data.DataLong
-
- asBool() - Method in class crafttweaker.api.data.DataMap
-
- asBool() - Method in class crafttweaker.api.data.DataShort
-
- asBool() - Method in class crafttweaker.api.data.DataString
-
- asBool() - Method in interface crafttweaker.api.data.IData
-
- asByte() - Method in class crafttweaker.api.data.DataBool
-
- asByte() - Method in class crafttweaker.api.data.DataByte
-
- asByte() - Method in class crafttweaker.api.data.DataByteArray
-
- asByte() - Method in class crafttweaker.api.data.DataDouble
-
- asByte() - Method in class crafttweaker.api.data.DataFloat
-
- asByte() - Method in class crafttweaker.api.data.DataInt
-
- asByte() - Method in class crafttweaker.api.data.DataIntArray
-
- asByte() - Method in class crafttweaker.api.data.DataList
-
- asByte() - Method in class crafttweaker.api.data.DataLong
-
- asByte() - Method in class crafttweaker.api.data.DataMap
-
- asByte() - Method in class crafttweaker.api.data.DataShort
-
- asByte() - Method in class crafttweaker.api.data.DataString
-
- asByte() - Method in interface crafttweaker.api.data.IData
-
- asByteArray() - Method in class crafttweaker.api.data.DataBool
-
- asByteArray() - Method in class crafttweaker.api.data.DataByte
-
- asByteArray() - Method in class crafttweaker.api.data.DataByteArray
-
- asByteArray() - Method in class crafttweaker.api.data.DataDouble
-
- asByteArray() - Method in class crafttweaker.api.data.DataFloat
-
- asByteArray() - Method in class crafttweaker.api.data.DataInt
-
- asByteArray() - Method in class crafttweaker.api.data.DataIntArray
-
- asByteArray() - Method in class crafttweaker.api.data.DataList
-
- asByteArray() - Method in class crafttweaker.api.data.DataLong
-
- asByteArray() - Method in class crafttweaker.api.data.DataMap
-
- asByteArray() - Method in class crafttweaker.api.data.DataShort
-
- asByteArray() - Method in class crafttweaker.api.data.DataString
-
- asByteArray() - Method in interface crafttweaker.api.data.IData
-
Attempts to convert this value to a byte array.
- asChatMessage(String) - Static method in class crafttweaker.zenscript.expand.ExpandString
-
- asData(IData[]) - Static method in class crafttweaker.zenscript.expand.ExpandAnyArray
-
- asData(Map<String, IData>) - Static method in class crafttweaker.zenscript.expand.ExpandAnyDict
-
- asData(boolean) - Static method in class crafttweaker.zenscript.expand.ExpandBool
-
- asData(byte) - Static method in class crafttweaker.zenscript.expand.ExpandByte
-
- asData(byte[]) - Static method in class crafttweaker.zenscript.expand.ExpandByteArray
-
- asData(double) - Static method in class crafttweaker.zenscript.expand.ExpandDouble
-
- asData(float) - Static method in class crafttweaker.zenscript.expand.ExpandFloat
-
- asData(int[]) - Static method in class crafttweaker.zenscript.expand.ExpandIntArray
-
- asData(long) - Static method in class crafttweaker.zenscript.expand.ExpandLong
-
- asData(String) - Static method in class crafttweaker.zenscript.expand.ExpandString
-
- asDouble() - Method in class crafttweaker.api.data.DataBool
-
- asDouble() - Method in class crafttweaker.api.data.DataByte
-
- asDouble() - Method in class crafttweaker.api.data.DataByteArray
-
- asDouble() - Method in class crafttweaker.api.data.DataDouble
-
- asDouble() - Method in class crafttweaker.api.data.DataFloat
-
- asDouble() - Method in class crafttweaker.api.data.DataInt
-
- asDouble() - Method in class crafttweaker.api.data.DataIntArray
-
- asDouble() - Method in class crafttweaker.api.data.DataList
-
- asDouble() - Method in class crafttweaker.api.data.DataLong
-
- asDouble() - Method in class crafttweaker.api.data.DataMap
-
- asDouble() - Method in class crafttweaker.api.data.DataShort
-
- asDouble() - Method in class crafttweaker.api.data.DataString
-
- asDouble() - Method in interface crafttweaker.api.data.IData
-
- asFloat() - Method in class crafttweaker.api.data.DataBool
-
- asFloat() - Method in class crafttweaker.api.data.DataByte
-
- asFloat() - Method in class crafttweaker.api.data.DataByteArray
-
- asFloat() - Method in class crafttweaker.api.data.DataDouble
-
- asFloat() - Method in class crafttweaker.api.data.DataFloat
-
- asFloat() - Method in class crafttweaker.api.data.DataInt
-
- asFloat() - Method in class crafttweaker.api.data.DataIntArray
-
- asFloat() - Method in class crafttweaker.api.data.DataList
-
- asFloat() - Method in class crafttweaker.api.data.DataLong
-
- asFloat() - Method in class crafttweaker.api.data.DataMap
-
- asFloat() - Method in class crafttweaker.api.data.DataShort
-
- asFloat() - Method in class crafttweaker.api.data.DataString
-
- asFloat() - Method in interface crafttweaker.api.data.IData
-
- asFormattedText(String) - Static method in class crafttweaker.zenscript.expand.ExpandString
-
- asInt() - Method in class crafttweaker.api.data.DataBool
-
- asInt() - Method in class crafttweaker.api.data.DataByte
-
- asInt() - Method in class crafttweaker.api.data.DataByteArray
-
- asInt() - Method in class crafttweaker.api.data.DataDouble
-
- asInt() - Method in class crafttweaker.api.data.DataFloat
-
- asInt() - Method in class crafttweaker.api.data.DataInt
-
- asInt() - Method in class crafttweaker.api.data.DataIntArray
-
- asInt() - Method in class crafttweaker.api.data.DataList
-
- asInt() - Method in class crafttweaker.api.data.DataLong
-
- asInt() - Method in class crafttweaker.api.data.DataMap
-
- asInt() - Method in class crafttweaker.api.data.DataShort
-
- asInt() - Method in class crafttweaker.api.data.DataString
-
- asInt() - Method in interface crafttweaker.api.data.IData
-
- asIntArray() - Method in class crafttweaker.api.data.DataBool
-
- asIntArray() - Method in class crafttweaker.api.data.DataByte
-
- asIntArray() - Method in class crafttweaker.api.data.DataByteArray
-
- asIntArray() - Method in class crafttweaker.api.data.DataDouble
-
- asIntArray() - Method in class crafttweaker.api.data.DataFloat
-
- asIntArray() - Method in class crafttweaker.api.data.DataInt
-
- asIntArray() - Method in class crafttweaker.api.data.DataIntArray
-
- asIntArray() - Method in class crafttweaker.api.data.DataList
-
- asIntArray() - Method in class crafttweaker.api.data.DataLong
-
- asIntArray() - Method in class crafttweaker.api.data.DataMap
-
- asIntArray() - Method in class crafttweaker.api.data.DataShort
-
- asIntArray() - Method in class crafttweaker.api.data.DataString
-
- asIntArray() - Method in interface crafttweaker.api.data.IData
-
Attempts to convert this value to an int array.
- asList() - Method in class crafttweaker.api.data.DataBool
-
- asList() - Method in class crafttweaker.api.data.DataByte
-
- asList() - Method in class crafttweaker.api.data.DataByteArray
-
- asList() - Method in class crafttweaker.api.data.DataDouble
-
- asList() - Method in class crafttweaker.api.data.DataFloat
-
- asList() - Method in class crafttweaker.api.data.DataInt
-
- asList() - Method in class crafttweaker.api.data.DataIntArray
-
- asList() - Method in class crafttweaker.api.data.DataList
-
- asList() - Method in class crafttweaker.api.data.DataLong
-
- asList() - Method in class crafttweaker.api.data.DataMap
-
- asList() - Method in class crafttweaker.api.data.DataShort
-
- asList() - Method in class crafttweaker.api.data.DataString
-
- asList() - Method in interface crafttweaker.api.data.IData
-
Attempts to convert this value to a List.
- asLong() - Method in class crafttweaker.api.data.DataBool
-
- asLong() - Method in class crafttweaker.api.data.DataByte
-
- asLong() - Method in class crafttweaker.api.data.DataByteArray
-
- asLong() - Method in class crafttweaker.api.data.DataDouble
-
- asLong() - Method in class crafttweaker.api.data.DataFloat
-
- asLong() - Method in class crafttweaker.api.data.DataInt
-
- asLong() - Method in class crafttweaker.api.data.DataIntArray
-
- asLong() - Method in class crafttweaker.api.data.DataList
-
- asLong() - Method in class crafttweaker.api.data.DataLong
-
- asLong() - Method in class crafttweaker.api.data.DataMap
-
- asLong() - Method in class crafttweaker.api.data.DataShort
-
- asLong() - Method in class crafttweaker.api.data.DataString
-
- asLong() - Method in interface crafttweaker.api.data.IData
-
- asMap() - Method in class crafttweaker.api.data.DataBool
-
- asMap() - Method in class crafttweaker.api.data.DataByte
-
- asMap() - Method in class crafttweaker.api.data.DataByteArray
-
- asMap() - Method in class crafttweaker.api.data.DataDouble
-
- asMap() - Method in class crafttweaker.api.data.DataFloat
-
- asMap() - Method in class crafttweaker.api.data.DataInt
-
- asMap() - Method in class crafttweaker.api.data.DataIntArray
-
- asMap() - Method in class crafttweaker.api.data.DataList
-
- asMap() - Method in class crafttweaker.api.data.DataLong
-
- asMap() - Method in class crafttweaker.api.data.DataMap
-
- asMap() - Method in class crafttweaker.api.data.DataShort
-
- asMap() - Method in class crafttweaker.api.data.DataString
-
- asMap() - Method in interface crafttweaker.api.data.IData
-
Attempts to convert this value to a Map.
- asNBT() - Method in interface crafttweaker.api.player.IFoodStats
-
- asNBT(short) - Static method in class crafttweaker.zenscript.expand.ExpandShort
-
- asPosition3f() - Method in interface crafttweaker.api.world.IBlockPos
-
- asShort() - Method in class crafttweaker.api.data.DataBool
-
- asShort() - Method in class crafttweaker.api.data.DataByte
-
- asShort() - Method in class crafttweaker.api.data.DataByteArray
-
- asShort() - Method in class crafttweaker.api.data.DataDouble
-
- asShort() - Method in class crafttweaker.api.data.DataFloat
-
- asShort() - Method in class crafttweaker.api.data.DataInt
-
- asShort() - Method in class crafttweaker.api.data.DataIntArray
-
- asShort() - Method in class crafttweaker.api.data.DataList
-
- asShort() - Method in class crafttweaker.api.data.DataLong
-
- asShort() - Method in class crafttweaker.api.data.DataMap
-
- asShort() - Method in class crafttweaker.api.data.DataShort
-
- asShort() - Method in class crafttweaker.api.data.DataString
-
- asShort() - Method in interface crafttweaker.api.data.IData
-
- asStack(int) - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
Converts this liquid into a liquid stack.
- asString() - Method in interface crafttweaker.api.container.IContainer
-
- asString() - Method in class crafttweaker.api.data.DataBool
-
- asString() - Method in class crafttweaker.api.data.DataByte
-
- asString() - Method in class crafttweaker.api.data.DataByteArray
-
- asString() - Method in class crafttweaker.api.data.DataDouble
-
- asString() - Method in class crafttweaker.api.data.DataFloat
-
- asString() - Method in class crafttweaker.api.data.DataInt
-
- asString() - Method in class crafttweaker.api.data.DataIntArray
-
- asString() - Method in class crafttweaker.api.data.DataList
-
- asString() - Method in class crafttweaker.api.data.DataLong
-
- asString() - Method in class crafttweaker.api.data.DataMap
-
- asString() - Method in class crafttweaker.api.data.DataShort
-
- asString() - Method in class crafttweaker.api.data.DataString
-
- asString() - Method in interface crafttweaker.api.data.IData
-
- asWeightedItemStack(IItemStack) - Static method in class crafttweaker.zenscript.expand.ExpandItemStack
-
- attackEntityFrom(IDamageSource, float) - Method in interface crafttweaker.api.entity.IEntity
-
- game - Static variable in class crafttweaker.CraftTweakerAPI
-
Access point to general game data, such as items.
- get(String) - Method in interface crafttweaker.api.mods.ILoadedMods
-
- get(String) - Method in interface crafttweaker.api.oredict.IOreDict
-
- getAction() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getAction() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- getActions() - Method in class crafttweaker.runtime.CrTTweaker
-
- getActions() - Method in interface crafttweaker.runtime.ITweaker
-
Retrieves all actions that have been performed.
- getActivePotionEffect(IPotion) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getActivePotionEffects() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getActualHeight() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getActualState(IBlockAccess, IBlockPos) - Method in interface crafttweaker.api.block.IBlockProperties
-
- getAffectingPreprocessors() - Method in class crafttweaker.runtime.ScriptFile
-
- getAIMoveSpeed() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getAir() - Method in interface crafttweaker.api.entity.IEntity
-
- getAliases() - Method in interface crafttweaker.api.command.ICommand
-
- getAll() - Method in interface crafttweaker.api.recipes.IFurnaceManager
-
Returns all crafting recipes.
- getAll() - Method in interface crafttweaker.api.recipes.IRecipeManager
-
Returns all crafting recipes.
- getAllowFriendlyFire() - Method in interface crafttweaker.api.game.ITeam
-
- getAmount() - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeModifier
-
- getAmount() - Method in interface crafttweaker.api.event.EntityLivingAttackedEvent
-
- getAmount() - Method in interface crafttweaker.api.event.EntityLivingHurtEvent
-
- getAmount() - Method in interface crafttweaker.api.item.IIngredient
-
Gets the amount.
- getAmount() - Method in class crafttweaker.api.item.IngredientAny
-
- getAmount() - Method in class crafttweaker.api.item.IngredientAnyAdvanced
-
- getAmount() - Method in class crafttweaker.api.item.IngredientItem
-
- getAmount() - Method in class crafttweaker.api.item.IngredientOr
-
- getAmount() - Method in class crafttweaker.api.item.IngredientStack
-
- getAmount() - Method in class crafttweaker.api.item.IngredientUnknown
-
- getAmount() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- getAmount() - Method in class crafttweaker.api.oredict.IngredientOreDict
-
- getAmplifier() - Method in interface crafttweaker.api.potions.IPotionEffect
-
- getArmorInventoryList() - Method in interface crafttweaker.api.entity.IEntity
-
- getArrowCountInEntity() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getAt(int) - Method in class crafttweaker.api.data.DataBool
-
- getAt(int) - Method in class crafttweaker.api.data.DataByte
-
- getAt(int) - Method in class crafttweaker.api.data.DataByteArray
-
- getAt(int) - Method in class crafttweaker.api.data.DataDouble
-
- getAt(int) - Method in class crafttweaker.api.data.DataFloat
-
- getAt(int) - Method in class crafttweaker.api.data.DataInt
-
- getAt(int) - Method in class crafttweaker.api.data.DataIntArray
-
- getAt(int) - Method in class crafttweaker.api.data.DataList
-
- getAt(int) - Method in class crafttweaker.api.data.DataLong
-
- getAt(int) - Method in class crafttweaker.api.data.DataMap
-
- getAt(int) - Method in class crafttweaker.api.data.DataShort
-
- getAt(int) - Method in class crafttweaker.api.data.DataString
-
- getAt(int) - Method in interface crafttweaker.api.data.IData
-
- getAttackDamage() - Method in interface crafttweaker.api.event.EnderTeleportEvent
-
- getAttackingEntity() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getAttackTarget() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- getAttribute() - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeInstance
-
- getAttribute(String) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getAttributeValue() - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeInstance
-
- getAverageGroundLevel() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getBaseHeight() - Method in interface crafttweaker.api.world.IBiome
-
- getBaseValue() - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeInstance
-
- getBiome(Position3f) - Method in interface crafttweaker.api.world.IWorld
-
- getBiome(IBlockPos) - Method in interface crafttweaker.api.world.IWorld
-
- getBiomeForCoords(IBlockPos) - Method in interface crafttweaker.api.world.IWorldProvider
-
- getBiomes() - Method in interface crafttweaker.api.game.IGame
-
Retrieves the biomes in this game.
- getBlock() - Method in interface crafttweaker.api.block.IBlockState
-
- getBlock() - Method in interface crafttweaker.api.event.IBlockEvent
-
- getBlock() - Method in interface crafttweaker.api.event.PlayerBonemealEvent
-
- getBlock() - Method in interface crafttweaker.api.event.PlayerBreakSpeedEvent
-
- getBlock() - Method in interface crafttweaker.api.event.PlayerFillBucketEvent
-
- getBlock() - Method in interface crafttweaker.api.event.PlayerInteractEvent
-
- getBlock() - Method in interface crafttweaker.api.event.PlayerUseHoeEvent
-
- getBlock(int, int, int) - Method in interface crafttweaker.api.world.IWorld
-
- getBlock(IBlockPos) - Method in interface crafttweaker.api.world.IWorld
-
- getBlockHardness(IWorld, IBlockPos) - Method in interface crafttweaker.api.block.IBlockProperties
-
- getBlockHardness() - Method in interface crafttweaker.api.item.IItemStack
-
Gets the block hardness
- getBlockPos() - Method in interface crafttweaker.api.world.IRayTraceResult
-
- getBlocks() - Method in class crafttweaker.api.block.BlockPatternOr
-
- getBlocks() - Method in interface crafttweaker.api.block.IBlockPattern
-
- getBlocks() - Method in interface crafttweaker.api.event.PlayerUseHoeEvent
-
- getBlocks() - Method in interface crafttweaker.api.game.IGame
-
Retrieves the block definitions in this game.
- getBlockState() - Method in interface crafttweaker.api.event.IBlockEvent
-
- getBlockState() - Method in interface crafttweaker.api.event.PlayerBonemealEvent
-
- getBlockState() - Method in interface crafttweaker.api.event.PlayerBreakSpeedEvent
-
- getBlockState() - Method in interface crafttweaker.api.event.PlayerFillBucketEvent
-
- getBlockState() - Method in interface crafttweaker.api.event.PlayerInteractEvent
-
- getBlockState() - Method in interface crafttweaker.api.event.PlayerUseHoeEvent
-
- getBlockState(IBlockPos) - Method in interface crafttweaker.api.world.IBlockAccess
-
- getBoderLerpTarget() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getBoderLerpTime() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getBorderCenterX() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getBorderCenterZ() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getBorderDamagePerBlock() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getBorderSafeZone() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getBorderSize() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getBorderWarningDistance() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getBorderWarningTime() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getBracketed(IEnvironmentGlobal, List<Token>) - Method in class crafttweaker.zenscript.CrTCompileEnvironment
-
- getBracketHandlers() - Static method in class crafttweaker.zenscript.GlobalRegistry
-
Deprecated.
- getBreakChance() - Method in interface crafttweaker.api.event.PlayerAnvilRepairEvent
-
- getBrightness(IBlockPos) - Method in interface crafttweaker.api.world.IWorld
-
- getBrightness(int, int, int) - Method in interface crafttweaker.api.world.IWorld
-
- getCanBurn() - Method in interface crafttweaker.api.block.IMaterial
-
- getCanRain() - Method in interface crafttweaker.api.world.IBiome
-
- getChance() - Method in interface crafttweaker.api.entity.IEntityDrop
-
- getChance() - Method in class crafttweaker.api.item.WeightedItemStack
-
- getChance() - Method in class crafttweaker.api.liquid.WeightedLiquidStack
-
- getClass(String) - Method in class crafttweaker.zenscript.CrTGlobalEnvironment
-
- getClassNames() - Method in class crafttweaker.zenscript.CrTGlobalEnvironment
-
- getCleanWeatherTime() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getCloudHeight() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getCollisionRule() - Method in interface crafttweaker.api.game.ITeam
-
- getColorPrefix() - Method in interface crafttweaker.api.game.ITeam
-
- getCommandManager() - Method in interface crafttweaker.api.server.IServer
-
- getCommands() - Method in interface crafttweaker.api.command.ICommandManager
-
- getComparatorInputOverride(IWorld, IBlockPos) - Method in interface crafttweaker.api.block.IBlockProperties
-
- getContainer() - Method in interface crafttweaker.api.event.PlayerOpenContainerEvent
-
- getContainerItem() - Method in interface crafttweaker.api.item.IItemStack
-
Gets the item's container ItemStack.
- getContainerSize() - Method in interface crafttweaker.api.container.IContainer
-
Gets the container size.
- getControllingPassenger() - Method in interface crafttweaker.api.entity.IEntity
-
- getCraftingResult(ICraftingInventory) - Method in interface crafttweaker.api.recipes.ICraftingRecipe
-
Deprecated.
- getCraftingResult(ICraftingInventory) - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getCraftingResult(ICraftingInventory) - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- getCraftingResult(ICraftingInventory) - Method in class crafttweaker.api.recipes.UnknownRecipe
-
Deprecated.
- getCreativeTab() - Method in interface crafttweaker.api.item.IItemDefinition
-
- getCreativeTabs() - Method in interface crafttweaker.api.item.IItemDefinition
-
- getCreativeTabToDisplayOn() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getCurativeItems() - Method in interface crafttweaker.api.potions.IPotion
-
- getCurativeItems() - Method in interface crafttweaker.api.potions.IPotionEffect
-
- getCurrentItem() - Method in interface crafttweaker.api.player.IPlayer
-
- getCurrentMoonPhaseFactor() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getCurrentName() - Method in class crafttweaker.runtime.providers.ScriptIteratorZip
-
- getCustomName() - Method in interface crafttweaker.api.entity.IEntity
-
- getDamage() - Method in interface crafttweaker.api.item.IItemStack
-
Gets the item damage.
- getDamageMultiplier() - Method in interface crafttweaker.api.event.EntityLivingFallEvent
-
- getDamageSource() - Method in interface crafttweaker.api.event.EntityLivingAttackedEvent
-
- getDamageSource() - Method in interface crafttweaker.api.event.EntityLivingDeathDropsEvent
-
- getDamageSource() - Method in interface crafttweaker.api.event.EntityLivingDeathEvent
-
- getDamageSource() - Method in interface crafttweaker.api.event.EntityLivingHurtEvent
-
- getDamageSource() - Method in interface crafttweaker.api.event.PlayerDeathDropsEvent
-
- getDamageType() - Method in interface crafttweaker.api.damage.IDamageSource
-
- getData() - Method in interface crafttweaker.api.player.IPlayer
-
- getDeathMessage(IEntity) - Method in interface crafttweaker.api.damage.IDamageSource
-
- getDeathMessageVisibility() - Method in interface crafttweaker.api.game.ITeam
-
- getDefaultInstance() - Method in interface crafttweaker.api.item.IItemDefinition
-
- getDefaultState() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getDefaultValue() - Method in interface crafttweaker.api.entity.attribute.IEntityAttribute
-
- getDefinition() - Method in interface crafttweaker.api.block.IBlock
-
Gets the block definition.
- getDefinition() - Method in interface crafttweaker.api.enchantments.IEnchantment
-
- getDefinition() - Method in interface crafttweaker.api.entity.IEntity
-
- getDefinition() - Method in interface crafttweaker.api.item.IItemStack
-
Gets the item definition.
- getDefinition() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- getDensity() - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- getDensity() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- getDescription() - Method in interface crafttweaker.api.mods.IMod
-
- getDifficulty() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getDimension() - Method in interface crafttweaker.api.entity.IEntity
-
Retrieves the dimension id this entity is in.
- getDimension() - Method in interface crafttweaker.api.event.PlayerBonemealEvent
-
- getDimension() - Method in interface crafttweaker.api.event.PlayerFillBucketEvent
-
- getDimension() - Method in interface crafttweaker.api.event.PlayerInteractEvent
-
- getDimension() - Method in interface crafttweaker.api.event.PlayerUseHoeEvent
-
- getDimension() - Method in class crafttweaker.api.recipes.CraftingInfo
-
- getDimension() - Method in interface crafttweaker.api.recipes.ICraftingInfo
-
- getDimension() - Method in interface crafttweaker.api.world.IWorld
-
- getDimensionID() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getDimensionType() - Method in interface crafttweaker.api.world.IWorld
-
- getDisplayName() - Method in class crafttweaker.api.block.BlockPatternOr
-
- getDisplayName() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getDisplayName() - Method in interface crafttweaker.api.block.IBlockPattern
-
- getDisplayName() - Method in interface crafttweaker.api.command.ICommandSender
-
- getDisplayName() - Method in interface crafttweaker.api.item.IItemStack
-
Gets the display name.
- getDisplayName() - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- getDisplayName() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- getDistance() - Method in interface crafttweaker.api.event.EntityLivingFallEvent
-
- getDistanceSqToEntity(IEntity) - Method in interface crafttweaker.api.entity.IEntity
-
- getDropChance() - Method in interface crafttweaker.api.event.BlockHarvestDropsEvent
-
- getDropFunctions() - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- getDrops() - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- getDrops() - Method in interface crafttweaker.api.event.BlockHarvestDropsEvent
-
- getDrops() - Method in interface crafttweaker.api.event.EntityLivingDeathDropsEvent
-
- getDropsToAdd() - Method in interface crafttweaker.api.entity.IEntityDefinition
-
Deprecated.
- getDropsToAddPlayerOnly() - Method in interface crafttweaker.api.entity.IEntityDefinition
-
Deprecated.
- getDropsToRemove() - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- getDuration() - Method in interface crafttweaker.api.event.EntityLivingUseItemEvent
-
- getDuration() - Method in interface crafttweaker.api.event.PlayerUseItemTickEvent
-
- getDuration() - Method in interface crafttweaker.api.potions.IPotionEffect
-
- getEffectiveName() - Method in class crafttweaker.runtime.ScriptFile
-
Gets the effective name that has every info in it that it can, like zip files don't use only the zip file name
- getEffectName() - Method in interface crafttweaker.api.potions.IPotionEffect
-
- getEmptyBucket() - Method in interface crafttweaker.api.event.PlayerFillBucketEvent
-
- getEnchantments() - Method in interface crafttweaker.api.item.IItemStack
-
- getEntities() - Method in interface crafttweaker.api.game.IGame
-
Retrieves the entities in this game.
- getEntity() - Method in interface crafttweaker.api.event.IEntityEvent
-
- getEntity() - Method in interface crafttweaker.api.event.ILivingEvent
-
- getEntity(String) - Method in interface crafttweaker.api.game.IGame
-
- getEntity() - Method in interface crafttweaker.api.world.IRayTraceResult
-
- getEntityLivingBase() - Method in interface crafttweaker.api.event.ILivingEvent
-
- getEntityLivingBase() - Method in interface crafttweaker.api.event.IPlayerEvent
-
- getEntityXp() - Method in interface crafttweaker.api.event.PlayerPickupXpEvent
-
- getEntries() - Method in interface crafttweaker.api.oredict.IOreDict
-
- getEntries(IItemStack) - Method in class crafttweaker.api.util.IngredientMap
-
- getEnvironment() - Method in class crafttweaker.zenscript.CrTGlobalEnvironment
-
- getEnvironment() - Static method in class crafttweaker.zenscript.GlobalRegistry
-
- getEquipmentAndArmor() - Method in interface crafttweaker.api.entity.IEntity
-
- getErrorLogger() - Method in class crafttweaker.zenscript.CrTCompileEnvironment
-
- getErrors() - Static method in class crafttweaker.zenscript.GlobalRegistry
-
- getExpansion(String) - Method in class crafttweaker.zenscript.CrTCompileEnvironment
-
- getExpansion(String) - Method in class crafttweaker.zenscript.CrTGlobalEnvironment
-
- getExpansions() - Static method in class crafttweaker.zenscript.GlobalRegistry
-
- getExperience() - Method in interface crafttweaker.api.event.BlockBreakEvent
-
- getExtraLife() - Method in interface crafttweaker.api.event.ItemExpireEvent
-
- getEyeHight() - Method in interface crafttweaker.api.entity.IEntity
-
- getFileName() - Method in interface crafttweaker.preprocessor.IPreprocessor
-
- getFileName() - Method in class crafttweaker.preprocessor.PreprocessorActionBase
-
- getFileName() - Method in class crafttweaker.runtime.events.CrTLoadingScriptEventPost
-
- getFileName() - Method in class crafttweaker.runtime.events.CrTLoadingScriptEventPre
-
- getFirstEntry(IItemStack) - Method in class crafttweaker.api.util.IngredientMap
-
- getFirstItem() - Method in interface crafttweaker.api.oredict.IOreDictEntry
-
- getFoodLevel() - Method in interface crafttweaker.api.player.IFoodStats
-
- getFoodStats() - Method in interface crafttweaker.api.player.IPlayer
-
- getFortuneLevel() - Method in interface crafttweaker.api.event.BlockHarvestDropsEvent
-
- getFrom() - Method in interface crafttweaker.api.event.PlayerChangedDimensionEvent
-
- getFromWorld() - Method in interface crafttweaker.api.event.PlayerChangedDimensionEvent
-
- getFuel(IItemStack) - Method in interface crafttweaker.api.recipes.IFurnaceManager
-
- getFullResourceName() - Method in interface crafttweaker.api.recipes.ICraftingRecipe
-
- getFullResourceName() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getFullResourceName() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- getFullResourceName() - Method in class crafttweaker.api.recipes.UnknownRecipe
-
Deprecated.
- getGeneratorOptions() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getGlobal(String) - Method in class crafttweaker.zenscript.CrTCompileEnvironment
-
- getGlobals() - Static method in class crafttweaker.zenscript.GlobalRegistry
-
- getGroupName() - Method in interface crafttweaker.runtime.IScriptIterator
-
- getGroupName() - Method in class crafttweaker.runtime.providers.ScriptIteratorSingle
-
- getGroupName() - Method in class crafttweaker.runtime.providers.ScriptIteratorZip
-
- getGroupName() - Method in class crafttweaker.runtime.ScriptFile
-
Group name is with relative path to the file or ZIP file name
- getGrowingAge() - Method in interface crafttweaker.api.entity.IEntityAgeable
-
- getHand() - Method in interface crafttweaker.api.event.PlayerDestroyItemEvent
-
- getHardness() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getHarvestLevel() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getHarvestTool() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getHasSubtypes() - Method in interface crafttweaker.api.item.IItemStack
-
- getHealth() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getHeight() - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
Gets the height of this inventory.
- getHeight() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getHeight() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getHeightVariation() - Method in interface crafttweaker.api.world.IBiome
-
- getHeldEquipment() - Method in interface crafttweaker.api.entity.IEntity
-
- getHeldItemMainHand() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getHeldItemOffHand() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getHitVector() - Method in interface crafttweaker.api.event.PlayerRightClickBlockEvent
-
- getHomePosition() - Method in interface crafttweaker.api.entity.IEntityCreature
-
- getHorizon() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getHotbarSize() - Method in interface crafttweaker.api.player.IPlayer
-
- getHotbarStack(int) - Method in interface crafttweaker.api.player.IPlayer
-
- getHungerDamage() - Method in interface crafttweaker.api.damage.IDamageSource
-
- getId() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getID() - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- getID() - Method in interface crafttweaker.api.entity.IEntity
-
- getId() - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- getId() - Method in interface crafttweaker.api.item.IItemDefinition
-
Gets the item ID.
- getId() - Method in interface crafttweaker.api.mods.IMod
-
- getIgnorePlayerSpawnSuitability() - Method in interface crafttweaker.api.world.IBiome
-
- getImmediateSource() - Method in interface crafttweaker.api.damage.IDamageSource
-
- getIndex() - Method in interface crafttweaker.api.entity.IEntityEquipmentSlot
-
- getIngredients() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getIngredients() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- getIngredients1D() - Method in interface crafttweaker.api.recipes.ICraftingRecipe
-
- getIngredients1D() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getIngredients1D() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- getIngredients1D() - Method in class crafttweaker.api.recipes.UnknownRecipe
-
Deprecated.
- getIngredients2D() - Method in interface crafttweaker.api.recipes.ICraftingRecipe
-
- getIngredients2D() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getIngredients2D() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- getIngredients2D() - Method in class crafttweaker.api.recipes.UnknownRecipe
-
Deprecated.
- getIngredientsX() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getIngredientsY() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getInput() - Method in class crafttweaker.api.recipes.FurnaceRecipe
-
- getInput() - Method in interface crafttweaker.api.recipes.IFurnaceRecipe
-
- getInternal() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getInternal() - Method in interface crafttweaker.api.block.IBlockProperties
-
- getInternal() - Method in interface crafttweaker.api.block.IMaterial
-
- getInternal() - Method in interface crafttweaker.api.block.IMobilityFlag
-
- getInternal() - Method in interface crafttweaker.api.chat.IChatMessage
-
Retrieves the internal object backing this object.
- getInternal() - Method in interface crafttweaker.api.command.ICommand
-
- getInternal() - Method in interface crafttweaker.api.command.ICommandSender
-
- getInternal() - Method in interface crafttweaker.api.container.IContainer
-
- getInternal() - Method in interface crafttweaker.api.creativetabs.ICreativeTab
-
- getInternal() - Method in interface crafttweaker.api.damage.IDamageSource
-
- getInternal() - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- getInternal() - Method in interface crafttweaker.api.entity.attribute.IEntityAttribute
-
- getInternal() - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeInstance
-
- getInternal() - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeModifier
-
- getInternal() - Method in interface crafttweaker.api.entity.IEntity
-
- getInternal() - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- getInternal() - Method in interface crafttweaker.api.entity.IEntityEquipmentSlot
-
- getInternal() - Method in interface crafttweaker.api.game.ITeam
-
- getInternal() - Method in interface crafttweaker.api.item.IIngredient
-
Gets the internal item backing this ingredient.
- getInternal() - Method in interface crafttweaker.api.item.IItemDefinition
-
- getInternal() - Method in class crafttweaker.api.item.IngredientAny
-
- getInternal() - Method in class crafttweaker.api.item.IngredientAnyAdvanced
-
- getInternal() - Method in class crafttweaker.api.item.IngredientItem
-
- getInternal() - Method in class crafttweaker.api.item.IngredientOr
-
- getInternal() - Method in class crafttweaker.api.item.IngredientStack
-
- getInternal() - Method in class crafttweaker.api.item.IngredientUnknown
-
- getInternal() - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- getInternal() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- getInternal() - Method in class crafttweaker.api.oredict.IngredientOreDict
-
- getInternal() - Method in interface crafttweaker.api.potions.IPotion
-
- getInternal() - Method in interface crafttweaker.api.potions.IPotionEffect
-
- getInternal() - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
- getInternal() - Method in interface crafttweaker.api.server.IServer
-
- getInternal() - Method in interface crafttweaker.api.world.IBlockAccess
-
- getInternal() - Method in interface crafttweaker.api.world.IBlockPos
-
- getInternal() - Method in interface crafttweaker.api.world.IFacing
-
- getInternal() - Method in interface crafttweaker.api.world.IRayTraceResult
-
- getInternal() - Method in interface crafttweaker.api.world.IVector3d
-
- getInternal() - Method in interface crafttweaker.api.world.IWorld
-
- getInternal() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getInventory() - Method in interface crafttweaker.api.event.PlayerCraftedEvent
-
- getInventory() - Method in class crafttweaker.api.recipes.CraftingInfo
-
- getInventory() - Method in interface crafttweaker.api.recipes.ICraftingInfo
-
- getInventorySize() - Method in interface crafttweaker.api.player.IPlayer
-
- getInventoryStack(int) - Method in interface crafttweaker.api.player.IPlayer
-
- getIsForced() - Method in interface crafttweaker.api.event.PlayerSetSpawnEvent
-
- getIsHighHumidity() - Method in interface crafttweaker.api.world.IBiome
-
- getIsPlayer() - Method in interface crafttweaker.api.event.BlockBreakEvent
-
- getIsRecentlyHit() - Method in interface crafttweaker.api.event.EntityLivingDeathDropsEvent
-
- getItem() - Method in interface crafttweaker.api.entity.IEntityItem
-
Gets the entity item.
- getItem() - Method in interface crafttweaker.api.event.EntityLivingUseItemEvent
-
- getItem() - Method in interface crafttweaker.api.event.ItemExpireEvent
-
- getItem() - Method in interface crafttweaker.api.event.ItemTossEvent
-
- getItem() - Method in interface crafttweaker.api.event.PlayerBonemealEvent
-
- getItem() - Method in interface crafttweaker.api.event.PlayerPickupItemEvent
-
- getItem() - Method in interface crafttweaker.api.event.PlayerUseHoeEvent
-
- getItem() - Method in interface crafttweaker.api.event.PlayerUseItemTickEvent
-
- getItem() - Method in class crafttweaker.api.vanilla.LootEntry
-
- getItemArray() - Method in interface crafttweaker.api.item.IIngredient
-
Gets all possible items for this ingredient as Array.
- getItemArray() - Method in class crafttweaker.api.item.IngredientAny
-
- getItemArray() - Method in class crafttweaker.api.item.IngredientAnyAdvanced
-
- getItemArray() - Method in class crafttweaker.api.item.IngredientItem
-
- getItemArray() - Method in class crafttweaker.api.item.IngredientOr
-
- getItemArray() - Method in class crafttweaker.api.item.IngredientStack
-
- getItemArray() - Method in class crafttweaker.api.item.IngredientUnknown
-
- getItemArray() - Method in class crafttweaker.api.oredict.IngredientOreDict
-
- getItemArray() - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
- getItemBurnTime(IItemStack) - Method in interface crafttweaker.api.item.IItemDefinition
-
- getItemBurnTime() - Method in interface crafttweaker.api.item.IItemStack
-
- getItemDefinition(int) - Method in interface crafttweaker.IPlatformFunctions
-
Finds the item definition with the given ID.
- getItemEnchantability() - Method in interface crafttweaker.api.item.IItemDefinition
-
- getItemEnchantability() - Method in interface crafttweaker.api.item.IItemStack
-
- getItemIngredient() - Method in interface crafttweaker.api.event.PlayerAnvilRepairEvent
-
- getItemInput() - Method in interface crafttweaker.api.event.PlayerAnvilRepairEvent
-
- getItemInSlot(IEntityEquipmentSlot) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getItemResult() - Method in interface crafttweaker.api.event.PlayerAnvilRepairEvent
-
- getItems() - Method in interface crafttweaker.api.event.PlayerDeathDropsEvent
-
- getItems() - Method in interface crafttweaker.api.game.IGame
-
Retrieves the item definitions in this game.
- getItems() - Method in interface crafttweaker.api.item.IIngredient
-
Gets all possible items for this ingredient.
- getItems() - Method in class crafttweaker.api.item.IngredientAny
-
- getItems() - Method in class crafttweaker.api.item.IngredientAnyAdvanced
-
- getItems() - Method in class crafttweaker.api.item.IngredientItem
-
- getItems() - Method in class crafttweaker.api.item.IngredientOr
-
- getItems() - Method in class crafttweaker.api.item.IngredientStack
-
- getItems() - Method in class crafttweaker.api.item.IngredientUnknown
-
- getItems() - Method in interface crafttweaker.api.mods.IMod
-
- getItems() - Method in class crafttweaker.api.oredict.IngredientOreDict
-
- getItems() - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
- getItemsByRegexRegistryName(String) - Method in interface crafttweaker.api.item.IItemUtils
-
Gets all Items where the Regex matches the Registry name
check in syntax "mod:item:meta"
meta is always present
- getItemsByRegexUnlocalizedName(String) - Method in interface crafttweaker.api.item.IItemUtils
-
Gets all Items where the Regex matches the Unlocalized name
check in syntax "mod:item:meta"
meta is always present
- getItemStack() - Method in interface crafttweaker.api.entity.IEntityDrop
-
- getJavaMethod(Class<? extends IBracketHandler>, String, Class...) - Static method in class crafttweaker.CraftTweakerAPI
-
Loads a Java method from an existing class.
- getJavaStaticFieldSymbol(Class<?>, String) - Static method in class crafttweaker.CraftTweakerAPI
-
Creates a symbol that refers to a static field.
- getJavaStaticGetterSymbol(Class<? extends CraftTweakerAPI>, String) - Static method in class crafttweaker.CraftTweakerAPI
-
Creates a symbol that refers to a java getter.
- getJavaStaticMethodSymbol(Class, String, Class...) - Static method in class crafttweaker.CraftTweakerAPI
-
Creates a symbol that refers to a java method.
- getLanguage() - Method in interface crafttweaker.api.client.IClient
-
- getLastAttackedEntity() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getLastAttackedEntityTime() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getLastDamageSource() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getLastTimePlayed() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getLeashedToEntity() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- getLevel() - Method in interface crafttweaker.api.enchantments.IEnchantment
-
- getLightBrightnesTable() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getLightning() - Method in interface crafttweaker.api.event.EntityStruckByLightningEvent
-
- getLightOpacity(IBlockAccess, IBlockPos) - Method in interface crafttweaker.api.block.IBlockProperties
-
- getLightValue(IBlockAccess, IBlockPos) - Method in interface crafttweaker.api.block.IBlockProperties
-
- getLineIndex() - Method in interface crafttweaker.preprocessor.IPreprocessor
-
- getLineIndex() - Method in class crafttweaker.preprocessor.PreprocessorActionBase
-
- getLiquid() - Method in interface crafttweaker.api.item.IItemStack
-
Gets the liquid contained in this item, if any.
- getLiquidColor() - Method in interface crafttweaker.api.potions.IPotion
-
- getLiquidColour() - Method in interface crafttweaker.api.potions.IPotion
-
- getLiquids() - Method in interface crafttweaker.api.game.IGame
-
Retrieves the liquids in this game.
- getLiquids() - Method in interface crafttweaker.api.item.IIngredient
-
Gets all possible liquids for this ingredient.
- getLiquids() - Method in class crafttweaker.api.item.IngredientAny
-
- getLiquids() - Method in class crafttweaker.api.item.IngredientAnyAdvanced
-
- getLiquids() - Method in class crafttweaker.api.item.IngredientItem
-
- getLiquids() - Method in class crafttweaker.api.item.IngredientOr
-
- getLiquids() - Method in class crafttweaker.api.item.IngredientStack
-
- getLiquids() - Method in class crafttweaker.api.item.IngredientUnknown
-
- getLiquids() - Method in class crafttweaker.api.oredict.IngredientOreDict
-
- getLoaderName() - Method in class crafttweaker.runtime.events.CrTLoadingStartedEvent
-
- getLoaderName() - Method in class crafttweaker.runtime.ScriptFile
-
Change the loader name to change whether it should be loaded or not
- getLogger() - Static method in class crafttweaker.CraftTweakerAPI
-
The logger can be used to write logging messages to the client.
- getLookingDirection() - Method in interface crafttweaker.api.entity.IEntity
-
- getLoot(String) - Method in interface crafttweaker.api.vanilla.ILootRegistry
-
- getLootingLevel() - Method in interface crafttweaker.api.event.EntityLivingDeathDropsEvent
-
- getLootTypes() - Method in interface crafttweaker.api.vanilla.ILootRegistry
-
- getLoveCause() - Method in interface crafttweaker.api.entity.IEntityAnimal
-
- getLowestRidingEntity() - Method in interface crafttweaker.api.entity.IEntity
-
- getLuminosity() - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- getLuminosity() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- getMark() - Method in interface crafttweaker.api.item.IIngredient
-
Gets the mark of the ingredient.
- getMark() - Method in class crafttweaker.api.item.IngredientAny
-
- getMark() - Method in class crafttweaker.api.item.IngredientAnyAdvanced
-
- getMark() - Method in class crafttweaker.api.item.IngredientItem
-
- getMark() - Method in class crafttweaker.api.item.IngredientOr
-
- getMark() - Method in class crafttweaker.api.item.IngredientStack
-
- getMark() - Method in class crafttweaker.api.item.IngredientUnknown
-
- getMark() - Method in class crafttweaker.api.oredict.IngredientOreDict
-
- getMaterial() - Method in interface crafttweaker.api.block.IBlockProperties
-
- getMax() - Method in interface crafttweaker.api.entity.IEntityDrop
-
- getMax() - Method in class crafttweaker.util.IntegerRange
-
- getMaxAmount() - Method in class crafttweaker.api.vanilla.LootEntry
-
- getMaxDamage() - Method in interface crafttweaker.api.item.IItemStack
-
Gets the maximum item damage.
- getMaxEnchantability(int) - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- getMaxFallHeight() - Method in interface crafttweaker.api.entity.IEntity
-
- getMaxHealth() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getMaximumHomeDistance() - Method in interface crafttweaker.api.entity.IEntityCreature
-
- getMaxInPortalTime() - Method in interface crafttweaker.api.entity.IEntity
-
- getMaxLevel() - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- getMaxSpawnedInChunk() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- getMaxStackSize() - Method in interface crafttweaker.api.item.IItemStack
-
Gets the max stack size for an item
- getMembershipCollection() - Method in interface crafttweaker.api.game.ITeam
-
- getMessage(String) - Method in interface crafttweaker.IPlatformFunctions
-
Converts a string into a chat message.
- getMeta() - Method in interface crafttweaker.api.block.IBlock
-
- getMeta() - Method in interface crafttweaker.api.block.IBlockState
-
- getMetadata() - Method in interface crafttweaker.api.item.IItemStack
-
- getMin() - Method in interface crafttweaker.api.entity.IEntityDrop
-
- getMin() - Method in class crafttweaker.util.IntegerRange
-
- getMinAmount() - Method in class crafttweaker.api.vanilla.LootEntry
-
- getMinEnchantability(int) - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- getMinLevel() - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- getMobilityFlag() - Method in interface crafttweaker.api.block.IBlockProperties
-
- getMobilityFlag() - Method in interface crafttweaker.api.block.IMaterial
-
- getModifier(String) - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeInstance
-
- getModifiers() - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeInstance
-
- getModifiersByOperation(int) - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeInstance
-
- getMoonPhase() - Method in interface crafttweaker.api.world.IWorld
-
- getMoonPhase(long) - Method in interface crafttweaker.api.world.IWorldProvider
-
- getMotionX() - Method in interface crafttweaker.api.entity.IEntity
-
- getMotionY() - Method in interface crafttweaker.api.entity.IEntity
-
- getMotionZ() - Method in interface crafttweaker.api.entity.IEntity
-
- getMovementFactor() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getName() - Method in interface crafttweaker.api.command.ICommand
-
- getName() - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- getName() - Method in interface crafttweaker.api.entity.attribute.IEntityAttribute
-
- getName() - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeModifier
-
- getName() - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- getName() - Method in interface crafttweaker.api.entity.IEntityEquipmentSlot
-
- getName() - Method in interface crafttweaker.api.game.ITeam
-
- getName() - Method in interface crafttweaker.api.item.IItemDefinition
-
Gets the unlocalized item name.
- getName() - Method in interface crafttweaker.api.item.IItemStack
-
Gets the unlocalized item name.
- getName() - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
Gets the unlocalized name of this item.
- getName() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- getName() - Method in interface crafttweaker.api.mods.IMod
-
- getName() - Method in interface crafttweaker.api.oredict.IOreDictEntry
-
- getName() - Method in interface crafttweaker.api.player.IPlayer
-
- getName() - Method in interface crafttweaker.api.recipes.ICraftingRecipe
-
- getName() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getName() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- getName() - Method in class crafttweaker.api.recipes.UnknownRecipe
-
Deprecated.
- getName() - Method in interface crafttweaker.api.vanilla.ILootFunction
-
- getName() - Method in interface crafttweaker.api.world.IBiome
-
- getName() - Method in interface crafttweaker.api.world.IFacing
-
- getName() - Method in interface crafttweaker.runtime.IScriptIterator
-
- getName() - Method in class crafttweaker.runtime.providers.ScriptIteratorSingle
-
- getName() - Method in class crafttweaker.runtime.providers.ScriptIteratorZip
-
- getName() - Method in class crafttweaker.runtime.ScriptFile
-
Actual name of the zs file
- getNBT() - Method in interface crafttweaker.api.entity.IEntity
-
- getNetworkSide() - Method in class crafttweaker.runtime.CrTTweaker
-
- getNetworkSide() - Method in class crafttweaker.runtime.events.CrTLoadingStartedEvent
-
- getNetworkSide() - Method in interface crafttweaker.runtime.ITweaker
-
Gets the network side on which the game is currently running on
- getNewSpawn() - Method in interface crafttweaker.api.event.PlayerSetSpawnEvent
-
- getNewSpeed() - Method in interface crafttweaker.api.event.PlayerBreakSpeedEvent
-
- getNormalized() - Method in interface crafttweaker.api.world.IVector3d
-
- getOffset(IFacing, int) - Method in interface crafttweaker.api.world.IBlockPos
-
- getOperation() - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeModifier
-
- getOres() - Method in interface crafttweaker.api.item.IItemDefinition
-
Returns all ore entries containing this item.
- getOres() - Method in interface crafttweaker.api.item.IItemStack
-
Retrieves all the ores referring to this item.
- getOriginalItem() - Method in interface crafttweaker.api.event.PlayerDestroyItemEvent
-
- getOriginalSpeed() - Method in interface crafttweaker.api.event.PlayerBreakSpeedEvent
-
- getOutput() - Method in interface crafttweaker.api.event.PlayerCraftedEvent
-
- getOutput() - Method in interface crafttweaker.api.event.PlayerSmeltedEvent
-
- getOutput() - Method in class crafttweaker.api.recipes.FurnaceRecipe
-
- getOutput() - Method in interface crafttweaker.api.recipes.ICraftingRecipe
-
- getOutput() - Method in interface crafttweaker.api.recipes.IFurnaceRecipe
-
- getOutput() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getOutput() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- getOutput() - Method in class crafttweaker.api.recipes.UnknownRecipe
-
Deprecated.
- getOwner() - Method in interface crafttweaker.api.item.IItemDefinition
-
Gets the owner of the item.
- getParent() - Method in interface crafttweaker.api.entity.attribute.IEntityAttribute
-
- getParts() - Method in interface crafttweaker.api.entity.IEntity
-
- getPassengers() - Method in interface crafttweaker.api.entity.IEntity
-
- getPassengersRecursive() - Method in interface crafttweaker.api.entity.IEntity
-
- getPercent() - Method in class crafttweaker.api.item.WeightedItemStack
-
- getPercent() - Method in class crafttweaker.api.liquid.WeightedLiquidStack
-
- getPickedResult() - Method in interface crafttweaker.api.entity.IEntity
-
- getPlayer() - Method in interface crafttweaker.api.client.IClient
-
Gets the current player.
- getPlayer() - Method in interface crafttweaker.api.event.BlockBreakEvent
-
- getPlayer() - Method in interface crafttweaker.api.event.BlockHarvestDropsEvent
-
- getPlayer() - Method in interface crafttweaker.api.event.EntityLivingUseItemEvent
-
- getPlayer() - Method in interface crafttweaker.api.event.IPlayerEvent
-
- getPlayer() - Method in interface crafttweaker.api.event.ItemTossEvent
-
- getPlayer() - Method in class crafttweaker.api.recipes.CraftingInfo
-
- getPlayer() - Method in interface crafttweaker.api.recipes.ICraftingInfo
-
- getPlayer() - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
Gets the player owning this inventory.
- getPlayerRelativeBlockHardness(IPlayer, IWorld, IBlockPos) - Method in interface crafttweaker.api.block.IBlockProperties
-
- getPortalCooldown() - Method in interface crafttweaker.api.entity.IEntity
-
- getPosition() - Method in interface crafttweaker.api.command.ICommandSender
-
- getPosition() - Method in interface crafttweaker.api.event.IEventPositionable
-
- getPosition3f() - Method in interface crafttweaker.api.entity.IEntity
-
Retrieves the position of this entity.
- getPossibleCommands(ICommandSender) - Method in interface crafttweaker.api.command.ICommandManager
-
- getPosX() - Method in interface crafttweaker.api.entity.IEntity
-
- getPosY() - Method in interface crafttweaker.api.entity.IEntity
-
- getPosZ() - Method in interface crafttweaker.api.entity.IEntity
-
- getPotion() - Method in interface crafttweaker.api.event.PlayerBrewedPotionEvent
-
- getPotion() - Method in interface crafttweaker.api.potions.IPotionEffect
-
- getPotions() - Method in interface crafttweaker.api.game.IGame
-
Retrieves the potions in this game.
- getPreprocessorLine() - Method in interface crafttweaker.preprocessor.IPreprocessor
-
- getPreprocessorLine() - Method in class crafttweaker.preprocessor.PreprocessorActionBase
-
- getPreprocessorManager() - Method in class crafttweaker.runtime.CrTTweaker
-
- getPreprocessorManager() - Method in interface crafttweaker.runtime.ITweaker
-
Gets the preprocessor manager which deals with adding and removing preprocessors
- getPreprocessorName() - Method in class crafttweaker.preprocessor.DebugPreprocessor
-
- getPreprocessorName() - Method in class crafttweaker.preprocessor.IgnoreBracketErrorPreprocessor
-
- getPreprocessorName() - Method in interface crafttweaker.preprocessor.IPreprocessor
-
- getPreprocessorName() - Method in class crafttweaker.preprocessor.LoaderPreprocessor
-
- getPreprocessorName() - Method in class crafttweaker.preprocessor.NoRunPreprocessor
-
- getPreprocessorName() - Method in class crafttweaker.preprocessor.NoWarnPreprocessor
-
- getPreprocessorName() - Method in class crafttweaker.preprocessor.PriorityPreprocessor
-
- getPreprocessorName() - Method in class crafttweaker.preprocessor.SideOnlyPreprocessor
-
- getPrioritizedBracketHandlers() - Static method in class crafttweaker.zenscript.GlobalRegistry
-
- getPriority() - Method in class crafttweaker.runtime.ScriptFile
-
Change the priority
- getProvider() - Method in interface crafttweaker.api.world.IWorld
-
- getRainfall() - Method in interface crafttweaker.api.world.IBiome
-
- getRainTime() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getRandom() - Method in class crafttweaker.util.IntegerRange
-
- getRandom(Random) - Method in class crafttweaker.util.IntegerRange
-
- getRandomizedSpawnPoint() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getRange() - Method in interface crafttweaker.api.entity.IEntityDrop
-
- getRayTraceResult() - Method in interface crafttweaker.api.event.PlayerFillBucketEvent
-
- getRecipe() - Method in interface crafttweaker.api.recipes.IMTRecipe
-
Deprecated.
- getRecipesFor(IIngredient) - Method in interface crafttweaker.api.recipes.IRecipeManager
-
Returns all crafting recipes resulting in the given ingredient.
- getRenderSizeModifier() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- getRepairCost() - Method in interface crafttweaker.api.item.IItemStack
-
Checks the NBT-Tag for the repairCost and returns it as int.
- getResourceDomain() - Method in interface crafttweaker.api.recipes.ICraftingRecipe
-
- getResourceDomain() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getResourceDomain() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- getResourceDomain() - Method in class crafttweaker.api.recipes.UnknownRecipe
-
Deprecated.
- getRespawnDimension(IPlayer) - Method in interface crafttweaker.api.world.IWorldProvider
-
- getResult() - Method in interface crafttweaker.api.event.PlayerFillBucketEvent
-
- getRevengeTarget() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getRidingEntity() - Method in interface crafttweaker.api.entity.IEntity
-
- getRoot() - Static method in class crafttweaker.zenscript.GlobalRegistry
-
- getRotationPitch() - Method in interface crafttweaker.api.entity.IEntity
-
- getRotationYaw() - Method in interface crafttweaker.api.entity.IEntity
-
- getSaturationLevel() - Method in interface crafttweaker.api.player.IFoodStats
-
- getSaveFolder() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getSaveVersion() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getScore() - Method in interface crafttweaker.api.player.IPlayer
-
- getScript() - Method in class crafttweaker.runtime.ScriptFile
-
- getScriptFile() - Method in class crafttweaker.preprocessor.CrTScriptLoadEvent
-
- getScripts() - Method in interface crafttweaker.runtime.IScriptProvider
-
- getScripts() - Method in class crafttweaker.runtime.providers.ScriptProviderCascade
-
- getScripts() - Method in class crafttweaker.runtime.providers.ScriptProviderCustom
-
- getScripts() - Method in class crafttweaker.runtime.providers.ScriptProviderDirectory
-
- getScripts() - Method in class crafttweaker.runtime.providers.ScriptProviderMemory
-
- getSearchBarWidth() - Method in interface crafttweaker.api.creativetabs.ICreativeTab
-
- getSeed() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getSeed() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getSeeds() - Method in interface crafttweaker.api.vanilla.ISeedRegistry
-
- getSeeds() - Method in interface crafttweaker.api.vanilla.IVanilla
-
- getServer() - Method in interface crafttweaker.api.command.ICommandSender
-
- getShiftTooltips(IItemStack) - Static method in class crafttweaker.api.tooltip.IngredientTooltips
-
- getShouldWatch() - Method in interface crafttweaker.api.entity.attribute.IEntityAttribute
-
- getSideHit() - Method in interface crafttweaker.api.world.IRayTraceResult
-
- getSize() - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
Gets the size of this inventory.
- getSize() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- getSlipperiness(IBlockState, IBlockAccess, IBlockPos, IEntity) - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getSlotIndex() - Method in interface crafttweaker.api.entity.IEntityEquipmentSlot
-
- getSpawnCoordinate() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getSpawningChance() - Method in interface crafttweaker.api.world.IBiome
-
- getSpawnPoint() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getSpawnX() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getSpawnY() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getSpawnZ() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getStack(int) - Method in interface crafttweaker.api.container.IContainer
-
Gets the item stack at the given position.
- getStack() - Method in class crafttweaker.api.item.WeightedItemStack
-
- getStack() - Method in class crafttweaker.api.liquid.WeightedLiquidStack
-
- getStack(int) - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
Gets the stack at the given location.
- getStack(int, int) - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
Gets the stack at the given position.
- getStackCount() - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
Gets the number of stacks that are actually filled in.
- getStarBrightness(float) - Method in interface crafttweaker.api.world.IWorldProvider
-
- getStaticField(Class, String) - Static method in class crafttweaker.zenscript.GlobalRegistry
-
- getStaticFunction(Class, String, Class...) - Static method in class crafttweaker.zenscript.GlobalRegistry
-
- getStrengthAgainstBlock(IBlockState) - Method in interface crafttweaker.api.item.IItemStack
-
- getStrongPower(IBlockAccess, IBlockPos, IFacing) - Method in interface crafttweaker.api.block.IBlockProperties
-
- getStrongPower(IBlockPos, IFacing) - Method in interface crafttweaker.api.world.IBlockAccess
-
- getSubItems() - Method in interface crafttweaker.api.item.IItemDefinition
-
- getSubItems(ICreativeTab) - Method in interface crafttweaker.api.item.IItemDefinition
-
- getSunBrightness(float) - Method in interface crafttweaker.api.world.IWorldProvider
-
- getSunBrightnessFactor(float) - Method in interface crafttweaker.api.world.IWorldProvider
-
- getTabCompletions(IServer, ICommandSender, String[], IBlockPos) - Method in interface crafttweaker.api.command.ICommand
-
- getTabCompletions(ICommandSender, String, IBlockPos) - Method in interface crafttweaker.api.command.ICommandManager
-
- getTabLabel() - Method in interface crafttweaker.api.creativetabs.ICreativeTab
-
- getTag() - Method in interface crafttweaker.api.item.IItemStack
-
Gets the item tag.
- getTag() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- getTags() - Method in interface crafttweaker.api.entity.IEntity
-
- getTalkInterval() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- getTarget() - Method in interface crafttweaker.api.event.PlayerAttackEntityEvent
-
- getTarget() - Method in interface crafttweaker.api.event.PlayerInteractEntityEvent
-
- getTargetX() - Method in interface crafttweaker.api.event.EnderTeleportEvent
-
- getTargetY() - Method in interface crafttweaker.api.event.EnderTeleportEvent
-
- getTargetZ() - Method in interface crafttweaker.api.event.EnderTeleportEvent
-
- getTeam() - Method in interface crafttweaker.api.entity.IEntity
-
- getTemperature() - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- getTemperature() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- getTemperature() - Method in interface crafttweaker.api.world.IBiome
-
- getText() - Method in interface crafttweaker.api.formatting.IFormattedText
-
- getThunderTime() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getTickRandomly() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getTileData() - Method in interface crafttweaker.api.block.IBlock
-
- getTo() - Method in interface crafttweaker.api.event.PlayerChangedDimensionEvent
-
- getToolClasses() - Method in interface crafttweaker.api.item.IItemStack
-
- getTooltips(IItemStack) - Static method in class crafttweaker.api.tooltip.IngredientTooltips
-
- getTotalArmorValue() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- getToWorld() - Method in interface crafttweaker.api.event.PlayerChangedDimensionEvent
-
- getTranslatedName(int) - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- getTrueSource() - Method in interface crafttweaker.api.damage.IDamageSource
-
- getTweaker() - Method in class crafttweaker.runtime.ScriptFile
-
Gets the tweaker which handles the loading of the current file
- getType(Type) - Method in class crafttweaker.zenscript.CrTGlobalEnvironment
-
- getTypeRegistry() - Method in class crafttweaker.zenscript.CrTCompileEnvironment
-
- getTypes() - Static method in class crafttweaker.zenscript.GlobalRegistry
-
- getUnlocalizedName() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- getUsage(ICommandSender) - Method in interface crafttweaker.api.command.ICommand
-
- getUseBlock() - Method in interface crafttweaker.api.event.PlayerRightClickBlockEvent
-
- getUseItem() - Method in interface crafttweaker.api.event.PlayerRightClickBlockEvent
-
- getUUID() - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeModifier
-
- getValue(String, ZenPosition) - Method in class crafttweaker.zenscript.CrTGlobalEnvironment
-
- getVersion() - Method in interface crafttweaker.api.mods.IMod
-
- getVersionId() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getVersionName() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getViscosity() - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- getViscosity() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- getVoidFogYFactor() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getWaterColorMultiplier() - Method in interface crafttweaker.api.world.IBiome
-
- getWeakPower(IBlockAccess, IBlockPos, IFacing) - Method in interface crafttweaker.api.block.IBlockProperties
-
- getWidth() - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
Gets the width of this inventory.
- getWidth() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- getWorld() - Method in interface crafttweaker.api.command.ICommandSender
-
- getWorld() - Method in interface crafttweaker.api.event.IBlockEvent
-
- getWorld() - Method in interface crafttweaker.api.event.PlayerBonemealEvent
-
- getWorld() - Method in interface crafttweaker.api.event.PlayerFillBucketEvent
-
- getWorld() - Method in interface crafttweaker.api.event.PlayerInteractEvent
-
- getWorld() - Method in class crafttweaker.api.recipes.CraftingInfo
-
- getWorld() - Method in interface crafttweaker.api.recipes.ICraftingInfo
-
- getWorldInfo() - Method in interface crafttweaker.api.world.IWorld
-
- getWorldName() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getWorldTime() - Method in interface crafttweaker.api.world.IWorld
-
- getWorldTime() - Method in interface crafttweaker.api.world.IWorldProvider
-
- getWorldTotalTime() - Method in interface crafttweaker.api.world.IWorldInfo
-
- getWorldType() - Method in interface crafttweaker.api.world.IWorld
-
- getX() - Method in interface crafttweaker.api.entity.IEntity
-
Retrieves the x position of this entity.
- getX() - Method in interface crafttweaker.api.event.IEventPositionable
-
- getX() - Method in interface crafttweaker.api.util.Position3f
-
- getX() - Method in interface crafttweaker.api.world.IBlockPos
-
- getX() - Method in interface crafttweaker.api.world.IVector3d
-
- getXp() - Method in interface crafttweaker.api.entity.IEntityXp
-
Gets the amount of xp in this orb.
- getXp() - Method in interface crafttweaker.api.event.PlayerPickupXpEvent
-
- getXP() - Method in interface crafttweaker.api.player.IPlayer
-
- getXp() - Method in class crafttweaker.api.recipes.FurnaceRecipe
-
- getXp() - Method in interface crafttweaker.api.recipes.IFurnaceRecipe
-
- getY() - Method in interface crafttweaker.api.entity.IEntity
-
Retrieves the y position of this entity.
- getY() - Method in interface crafttweaker.api.event.IEventPositionable
-
- getY() - Method in interface crafttweaker.api.util.Position3f
-
- getY() - Method in interface crafttweaker.api.world.IBlockPos
-
- getY() - Method in interface crafttweaker.api.world.IVector3d
-
- getZ() - Method in interface crafttweaker.api.entity.IEntity
-
Retrieves the z position of this entity.
- getZ() - Method in interface crafttweaker.api.event.IEventPositionable
-
- getZ() - Method in interface crafttweaker.api.util.Position3f
-
- getZ() - Method in interface crafttweaker.api.world.IBlockPos
-
- getZ() - Method in interface crafttweaker.api.world.IVector3d
-
- give(IItemStack) - Method in interface crafttweaker.api.player.IPlayer
-
- giveBack(IIngredient, IItemStack) - Static method in class crafttweaker.api.item.IngredientTransform
-
Gives an item back to the player.
- GlobalFunctions - Class in crafttweaker.runtime
-
- GlobalRegistry - Class in crafttweaker.zenscript
-
- gold(IFormattedText) - Method in interface crafttweaker.api.formatting.IFormatter
-
- gray(IFormattedText) - Method in interface crafttweaker.api.formatting.IFormatter
-
- green(IFormattedText) - Method in interface crafttweaker.api.formatting.IFormatter
-
- IAction - Interface in crafttweaker
-
Defines an action.
- IBiome - Interface in crafttweaker.api.world
-
- IBlock - Interface in crafttweaker.api.block
-
Block interface.
- IBlockAccess - Interface in crafttweaker.api.world
-
- IBlockDefinition - Interface in crafttweaker.api.block
-
Blocks definitions provide additional information about blocks.
- IBlockEvent - Interface in crafttweaker.api.event
-
- IBlockPattern - Interface in crafttweaker.api.block
-
- IBlockPos - Interface in crafttweaker.api.world
-
- IBlockProperties - Interface in crafttweaker.api.block
-
- IBlockState - Interface in crafttweaker.api.block
-
- IBracketHandler - Interface in crafttweaker.zenscript
-
Bracket handlers enable processing of the bracket syntax.
- IBrewingManager - Interface in crafttweaker.api.recipes
-
- IChatMessage - Interface in crafttweaker.api.chat
-
Represents a chat message.
- IClient - Interface in crafttweaker.api.client
-
Interface for client interaction.
- ICommand - Interface in crafttweaker.api.command
-
- ICommandManager - Interface in crafttweaker.api.command
-
- ICommandSender - Interface in crafttweaker.api.command
-
- IContainer - Interface in crafttweaker.api.container
-
Container interface.
- ICraftingInfo - Interface in crafttweaker.api.recipes
-
- ICraftingInventory - Interface in crafttweaker.api.recipes
-
Crafting inventory interface.
- ICraftingRecipe - Interface in crafttweaker.api.recipes
-
- ICreativeTab - Interface in crafttweaker.api.creativetabs
-
- IDamageSource - Interface in crafttweaker.api.damage
-
- IData - Interface in crafttweaker.api.data
-
Generic data interface.
- IDataConverter<T> - Interface in crafttweaker.api.data
-
Data converter interface.
- IEnchantment - Interface in crafttweaker.api.enchantments
-
- IEnchantmentDefinition - Interface in crafttweaker.api.enchantments
-
- IEntity - Interface in crafttweaker.api.entity
-
Entity interface.
- IEntityAgeable - Interface in crafttweaker.api.entity
-
- IEntityAnimal - Interface in crafttweaker.api.entity
-
- IEntityAttribute - Interface in crafttweaker.api.entity.attribute
-
- IEntityAttributeInstance - Interface in crafttweaker.api.entity.attribute
-
- IEntityAttributeModifier - Interface in crafttweaker.api.entity.attribute
-
- IEntityCreature - Interface in crafttweaker.api.entity
-
- IEntityDefinition - Interface in crafttweaker.api.entity
-
- IEntityDrop - Interface in crafttweaker.api.entity
-
- IEntityDropFunction - Interface in crafttweaker.api.entity
-
- IEntityEquipmentSlot - Interface in crafttweaker.api.entity
-
- IEntityEvent - Interface in crafttweaker.api.event
-
- IEntityItem - Interface in crafttweaker.api.entity
-
Represents an item entity.
- IEntityLiving - Interface in crafttweaker.api.entity
-
- IEntityLivingBase - Interface in crafttweaker.api.entity
-
- IEntityMob - Interface in crafttweaker.api.entity
-
- IEntityXp - Interface in crafttweaker.api.entity
-
Represents an xp orb.
- IEventCancelable - Interface in crafttweaker.api.event
-
- IEventHandle - Interface in crafttweaker.api.event
-
Represents an event handle.
- IEventHandler<T> - Interface in crafttweaker.util
-
- IEventManager - Interface in crafttweaker.api.event
-
37 kinds of event handlers!
- IEventPositionable - Interface in crafttweaker.api.event
-
- IFacing - Interface in crafttweaker.api.world
-
- IFoodStats - Interface in crafttweaker.api.player
-
- IFormattedText - Interface in crafttweaker.api.formatting
-
- IFormatter - Interface in crafttweaker.api.formatting
-
- IFurnaceManager - Interface in crafttweaker.api.recipes
-
- IFurnaceRecipe - Interface in crafttweaker.api.recipes
-
- IGame - Interface in crafttweaker.api.game
-
Game interface.
- IgnoreBracketErrorPreprocessor - Class in crafttweaker.preprocessor
-
Adding the
#ignoreBracketError
will make the script ignore any bracket errors which happen at compile time
- IgnoreBracketErrorPreprocessor(String, String, int) - Constructor for class crafttweaker.preprocessor.IgnoreBracketErrorPreprocessor
-
- IIngredient - Interface in crafttweaker.api.item
-
Represents a recipe ingredient.
- IItemCondition - Interface in crafttweaker.api.item
-
Item conditions apply additional conditions on item stacks.
- IItemDefinition - Interface in crafttweaker.api.item
-
Contains an item definition.
- IItemStack - Interface in crafttweaker.api.item
-
Contains an item stack.
- IItemTransformer - Interface in crafttweaker.api.item
-
An item transformer modifies an item stack after crafting.
- IItemTransformerNew - Interface in crafttweaker.api.item
-
An item transformer modifies an item stack after crafting.
- IItemUtils - Interface in crafttweaker.api.item
-
Class for various Item utils
can be called with itemUtils.function
- ILiquidDefinition - Interface in crafttweaker.api.liquid
-
Contains a liquid definition.
- ILiquidStack - Interface in crafttweaker.api.liquid
-
- ILivingEvent - Interface in crafttweaker.api.event
-
- IllegalDataException - Exception in crafttweaker.api.data
-
- IllegalDataException(String) - Constructor for exception crafttweaker.api.data.IllegalDataException
-
- ILoadedMods - Interface in crafttweaker.api.mods
-
- ILogger - Interface in crafttweaker.runtime
-
- ILootFunction - Interface in crafttweaker.api.vanilla
-
- ILootRegistry - Interface in crafttweaker.api.vanilla
-
- IMaterial - Interface in crafttweaker.api.block
-
- immutable() - Method in class crafttweaker.api.data.DataBool
-
- immutable() - Method in class crafttweaker.api.data.DataByte
-
- immutable() - Method in class crafttweaker.api.data.DataByteArray
-
- immutable() - Method in class crafttweaker.api.data.DataDouble
-
- immutable() - Method in class crafttweaker.api.data.DataFloat
-
- immutable() - Method in class crafttweaker.api.data.DataInt
-
- immutable() - Method in class crafttweaker.api.data.DataIntArray
-
- immutable() - Method in class crafttweaker.api.data.DataList
-
- immutable() - Method in class crafttweaker.api.data.DataLong
-
- immutable() - Method in class crafttweaker.api.data.DataMap
-
- immutable() - Method in class crafttweaker.api.data.DataShort
-
- immutable() - Method in class crafttweaker.api.data.DataString
-
- immutable() - Method in interface crafttweaker.api.data.IData
-
- IMobilityFlag - Interface in crafttweaker.api.block
-
- IMod - Interface in crafttweaker.api.mods
-
- IMTRecipe - Interface in crafttweaker.api.recipes
-
Deprecated.
- indexOf(String, String) - Static method in class crafttweaker.zenscript.expand.ExpandString
-
- indexOf(String, String, int) - Static method in class crafttweaker.zenscript.expand.ExpandString
-
- info(ZenPosition, String) - Method in class crafttweaker.zenscript.CrTErrorLogger
-
- info(String) - Method in class crafttweaker.zenscript.CrTErrorLogger
-
- info(ZenPosition, String) - Method in class crafttweaker.zenscript.CrTGlobalEnvironment
-
- info(String) - Method in class crafttweaker.zenscript.CrTGlobalEnvironment
-
- IngredientAny - Class in crafttweaker.api.item
-
Represents the wildcard ingredient (<*>).
- IngredientAnyAdvanced - Class in crafttweaker.api.item
-
Represents the wildcard ingredient, with conditions and/or transformers
applied to it.
- IngredientAnyAdvanced(String, IItemCondition[], IItemTransformerNew[], IItemTransformer[]) - Constructor for class crafttweaker.api.item.IngredientAnyAdvanced
-
- IngredientCondition - Class in crafttweaker.api.item
-
Conditions can be used to set requirements for matching items.
- IngredientCondition() - Constructor for class crafttweaker.api.item.IngredientCondition
-
- IngredientItem - Class in crafttweaker.api.item
-
Contains an item stack with modifiers applied to it.
- IngredientItem(IItemStack, String, IItemCondition[], IItemTransformerNew[], IItemTransformer[]) - Constructor for class crafttweaker.api.item.IngredientItem
-
- IngredientMap<T> - Class in crafttweaker.api.util
-
- IngredientMap() - Constructor for class crafttweaker.api.util.IngredientMap
-
- IngredientMap.IngredientMapEntry<T> - Class in crafttweaker.api.util
-
- IngredientMapEntry(IIngredient, T) - Constructor for class crafttweaker.api.util.IngredientMap.IngredientMapEntry
-
- IngredientOr - Class in crafttweaker.api.item
-
- IngredientOr(IIngredient[]) - Constructor for class crafttweaker.api.item.IngredientOr
-
- IngredientOr(IIngredient, IIngredient) - Constructor for class crafttweaker.api.item.IngredientOr
-
- IngredientOreDict - Class in crafttweaker.api.oredict
-
- IngredientOreDict(IOreDictEntry, String, IItemCondition[], IItemTransformerNew[], IItemTransformer[]) - Constructor for class crafttweaker.api.oredict.IngredientOreDict
-
- IngredientStack - Class in crafttweaker.api.item
-
Contains an ingredient stack.
- IngredientStack(IIngredient, int) - Constructor for class crafttweaker.api.item.IngredientStack
-
- IngredientTooltips - Class in crafttweaker.api.tooltip
-
- IngredientTooltips() - Constructor for class crafttweaker.api.tooltip.IngredientTooltips
-
- IngredientTransform - Class in crafttweaker.api.item
-
Transformations can be used to modify an ingredient after it is used in a
crafting recipe.
- IngredientTransform() - Constructor for class crafttweaker.api.item.IngredientTransform
-
- IngredientUnknown - Class in crafttweaker.api.item
-
- IngredientUnknown(int) - Constructor for class crafttweaker.api.item.IngredientUnknown
-
- init(IOreDict, IRecipeManager, IFurnaceManager, IGame, ILoadedMods, IFormatter, IVanilla, IItemUtils, IBrewingManager) - Static method in class crafttweaker.CrafttweakerImplementationAPI
-
Initializes the CraftTweaker API.
- INSTANCE - Static variable in class crafttweaker.api.item.IngredientAny
-
- INSTANCE - Static variable in class crafttweaker.api.item.IngredientUnknown
-
- IntegerRange - Class in crafttweaker.util
-
- IntegerRange(int, int) - Constructor for class crafttweaker.util.IntegerRange
-
- IntegerRange(IntRange) - Constructor for class crafttweaker.util.IntegerRange
-
- INTERNAL_ANY - Static variable in class crafttweaker.api.item.IngredientAny
-
- IOreDict - Interface in crafttweaker.api.oredict
-
- IOreDictEntry - Interface in crafttweaker.api.oredict
-
- IPlatformFunctions - Interface in crafttweaker
-
Platform functions are a set of internal functions implemented by the
platform intended to communicate between API and implementation.
- IPlayer - Interface in crafttweaker.api.player
-
- IPlayerEvent - Interface in crafttweaker.api.event
-
- IPotion - Interface in crafttweaker.api.potions
-
- IPotionEffect - Interface in crafttweaker.api.potions
-
- IPreprocessor - Interface in crafttweaker.preprocessor
-
- IProcessableEvent - Interface in crafttweaker.api.event
-
- IRayTraceResult - Interface in crafttweaker.api.world
-
- IRecipeAction - Interface in crafttweaker.api.recipes
-
- IRecipeFunction - Interface in crafttweaker.api.recipes
-
- IRecipeManager - Interface in crafttweaker.api.recipes
-
The RecipeManager adds and removes crafting recipes.
- isAdventure() - Method in interface crafttweaker.api.player.IPlayer
-
- isAIDisabled() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- isAirBlock(IBlockPos) - Method in interface crafttweaker.api.world.IBlockAccess
-
- isAlive() - Method in interface crafttweaker.api.entity.IEntity
-
- isAllowedOnBooks() - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- isAmbient() - Method in interface crafttweaker.api.potions.IPotionEffect
-
- isBadEffect() - Method in interface crafttweaker.api.potions.IPotion
-
- isBeaconPayment() - Method in interface crafttweaker.api.item.IItemStack
-
- isBeingRidden() - Method in interface crafttweaker.api.entity.IEntity
-
- isBeneficial() - Method in interface crafttweaker.api.potions.IPotion
-
- isBlock() - Method in interface crafttweaker.api.world.IRayTraceResult
-
- isBlockHighHumidity(IBlockPos) - Method in interface crafttweaker.api.world.IWorldProvider
-
- isBlockNormalCube() - Method in interface crafttweaker.api.block.IBlockProperties
-
- isBoss() - Method in interface crafttweaker.api.entity.IEntity
-
- isBreedingItem(IItemStack) - Method in interface crafttweaker.api.entity.IEntityAnimal
-
- isBurning() - Method in interface crafttweaker.api.entity.IEntity
-
- isCanceled() - Method in interface crafttweaker.api.event.IEventCancelable
-
- isChild() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- isColliding() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- isCommandsAllowed() - Method in interface crafttweaker.api.world.IWorldInfo
-
- isCompatibleWith(IEnchantmentDefinition) - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- isCompileBlocked() - Method in class crafttweaker.runtime.ScriptFile
-
- isCreative() - Method in interface crafttweaker.api.player.IPlayer
-
- isCreativePlayer() - Method in interface crafttweaker.api.damage.IDamageSource
-
- IScriptIterator - Interface in crafttweaker.runtime
-
- IScriptProvider - Interface in crafttweaker.runtime
-
- isCurativeItem(IItemStack) - Method in interface crafttweaker.api.potions.IPotionEffect
-
- isCurse() - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- isDamageable() - Method in interface crafttweaker.api.item.IItemStack
-
- isDamageAbsolute() - Method in interface crafttweaker.api.damage.IDamageSource
-
- isDayTime() - Method in interface crafttweaker.api.world.IWorld
-
- isDaytime() - Method in interface crafttweaker.api.world.IWorldProvider
-
- isDebugEnabled() - Method in class crafttweaker.runtime.ScriptFile
-
Change whether you want to enable debug mode for the specified file
- isDifficultyLocked() - Method in interface crafttweaker.api.world.IWorldInfo
-
- isDifficultyScaled() - Method in interface crafttweaker.api.damage.IDamageSource
-
- ISeedRegistry - Interface in crafttweaker.api.vanilla
-
- isEmpty() - Method in interface crafttweaker.api.item.IItemStack
-
Checks if the IItemStack either has an amount of 0 or represents the AIR item.
- isEmpty() - Method in interface crafttweaker.api.oredict.IOreDictEntry
-
- isEmpty() - Method in class crafttweaker.util.EventList
-
- isEndConquered() - Method in interface crafttweaker.api.event.PlayerRespawnEvent
-
- isEntity() - Method in interface crafttweaker.api.world.IRayTraceResult
-
- isEntityEqual(IEntity) - Method in interface crafttweaker.api.entity.IEntity
-
- IServer - Interface in crafttweaker.api.server
-
- isExecutionBlocked() - Method in class crafttweaker.runtime.ScriptFile
-
Getters and setters which alter the loading of the code
- isExplosion() - Method in interface crafttweaker.api.damage.IDamageSource
-
- isFireDamage() - Method in interface crafttweaker.api.damage.IDamageSource
-
- isFullBlock() - Method in interface crafttweaker.api.block.IBlockProperties
-
- isFullCube() - Method in interface crafttweaker.api.block.IBlockProperties
-
- isGaseous() - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- isGaseous() - Method in interface crafttweaker.api.liquid.ILiquidStack
-
- isGlowing() - Method in interface crafttweaker.api.entity.IEntity
-
- isHardcoreModeEnabled() - Method in interface crafttweaker.api.world.IWorldInfo
-
- isHidden() - Method in interface crafttweaker.api.recipes.ICraftingRecipe
-
- isHidden() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- isHidden() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- isHidden() - Method in class crafttweaker.api.recipes.UnknownRecipe
-
Deprecated.
- isImmuneToExplosions() - Method in interface crafttweaker.api.entity.IEntity
-
- isImmuneToFire() - Method in interface crafttweaker.api.entity.IEntity
-
- isInitialized() - Method in interface crafttweaker.api.world.IWorldInfo
-
- isInLava() - Method in interface crafttweaker.api.entity.IEntity
-
- isInLove() - Method in interface crafttweaker.api.entity.IEntityAnimal
-
- isInsideOfMaterial(IMaterial) - Method in interface crafttweaker.api.entity.IEntity
-
- isInsideOpaqueBlock() - Method in interface crafttweaker.api.entity.IEntity
-
- isInstant() - Method in interface crafttweaker.api.potions.IPotion
-
- isInvisible() - Method in interface crafttweaker.api.entity.IEntity
-
- isInvulnerable() - Method in interface crafttweaker.api.entity.IEntity
-
- isInvulnerableTo(IDamageSource) - Method in interface crafttweaker.api.entity.IEntity
-
- isInWater() - Method in interface crafttweaker.api.entity.IEntity
-
- isItemDamaged() - Method in interface crafttweaker.api.item.IItemStack
-
- isItemEnchantable() - Method in interface crafttweaker.api.item.IItemStack
-
- isItemEnchanted() - Method in interface crafttweaker.api.item.IItemStack
-
- isLeashed() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- isLeftHanded() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- isLiquid() - Method in interface crafttweaker.api.block.IMaterial
-
- isMagicDamage() - Method in interface crafttweaker.api.damage.IDamageSource
-
- isMapFeaturesEnabled() - Method in interface crafttweaker.api.world.IWorldInfo
-
- isMirrored() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- isMiss() - Method in interface crafttweaker.api.world.IRayTraceResult
-
- isNether() - Method in interface crafttweaker.api.world.IWorldProvider
-
- isNoDespawnRequired() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- isNormalCube() - Method in interface crafttweaker.api.block.IBlockProperties
-
- isNull(Object) - Static method in class crafttweaker.runtime.GlobalFunctions
-
- isOnItemFrame() - Method in interface crafttweaker.api.item.IItemStack
-
- isOnLadder() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- isOnSameTeam(IEntity) - Method in interface crafttweaker.api.entity.IEntity
-
- isOp(IPlayer) - Method in interface crafttweaker.api.server.IServer
-
- isOpaque() - Method in interface crafttweaker.api.block.IMaterial
-
- isOpaqueCube() - Method in interface crafttweaker.api.block.IBlockProperties
-
- isOutsideBorder() - Method in interface crafttweaker.api.entity.IEntity
-
- isOverWater() - Method in interface crafttweaker.api.entity.IEntity
-
- isParsingBlocked() - Method in class crafttweaker.runtime.ScriptFile
-
- isPassenger(IEntity) - Method in interface crafttweaker.api.entity.IEntity
-
- isPlayer() - Method in interface crafttweaker.api.event.BlockHarvestDropsEvent
-
- isPlayer() - Method in interface crafttweaker.api.event.EntityLivingUseItemEvent
-
- isPlayerOnly() - Method in interface crafttweaker.api.entity.IEntityDrop
-
- isPositionWithinHomeDistance(IBlockPos) - Method in interface crafttweaker.api.entity.IEntityCreature
-
- isPotionActive(IPotion) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- isPotionDurationMax() - Method in interface crafttweaker.api.potions.IPotionEffect
-
- isPotionEffectApplicable(IPotionEffect) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- isPreventingPlayerRest(IPlayer) - Method in interface crafttweaker.api.entity.IEntityMob
-
- isProcessed() - Method in interface crafttweaker.api.event.IProcessableEvent
-
- isProjectile() - Method in interface crafttweaker.api.damage.IDamageSource
-
- isPushedByWater() - Method in interface crafttweaker.api.entity.IEntity
-
- isRaining() - Method in interface crafttweaker.api.world.IWorld
-
- isRemote() - Method in interface crafttweaker.api.world.IWorld
-
- isReplaceable(IWorld, IBlockPos) - Method in interface crafttweaker.api.block.IBlockState
-
- isReplaceable() - Method in interface crafttweaker.api.block.IMaterial
-
- isRiding() - Method in interface crafttweaker.api.entity.IEntity
-
- isRidingSameEntity(IEntity) - Method in interface crafttweaker.api.entity.IEntity
-
- isShaped() - Method in interface crafttweaker.api.recipes.ICraftingRecipe
-
- isShaped() - Method in class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- isShaped() - Method in class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- isShaped() - Method in class crafttweaker.api.recipes.UnknownRecipe
-
Deprecated.
- isSideSolid(IBlockAccess, IBlockPos, IFacing) - Method in interface crafttweaker.api.block.IBlockProperties
-
- isSilent() - Method in interface crafttweaker.api.entity.IEntity
-
- isSilkTouch() - Method in interface crafttweaker.api.event.BlockHarvestDropsEvent
-
- isSkyColored() - Method in interface crafttweaker.api.world.IWorldProvider
-
- isSneaking() - Method in interface crafttweaker.api.entity.IEntity
-
- isSnowyBiome() - Method in interface crafttweaker.api.world.IBiome
-
- isSolid() - Method in interface crafttweaker.api.block.IMaterial
-
- isSprinting() - Method in interface crafttweaker.api.entity.IEntity
-
- isStackable() - Method in interface crafttweaker.api.item.IItemStack
-
- isSurfaceWorld() - Method in interface crafttweaker.api.world.IWorld
-
- isSurfaceWorld() - Method in interface crafttweaker.api.world.IWorldProvider
-
- isSyntaxCommand() - Method in class crafttweaker.runtime.events.CrTLoadingStartedEvent
-
- isSyntaxCommand() - Method in class crafttweaker.runtime.ScriptFile
-
Whether it is a by syntax command.
- isThundering() - Method in interface crafttweaker.api.world.IWorldInfo
-
- isToolNotRequired() - Method in interface crafttweaker.api.block.IMaterial
-
- isTreasureEnchantment() - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- isUndead() - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- isUsernameIndex(String[], int) - Method in interface crafttweaker.api.command.ICommand
-
- isVersionSnapshot() - Method in interface crafttweaker.api.world.IWorldInfo
-
- isWet() - Method in interface crafttweaker.api.entity.IEntity
-
- isWithinHomeDistance() - Method in interface crafttweaker.api.entity.IEntityCreature
-
- italic(IFormattedText) - Method in interface crafttweaker.api.formatting.IFormatter
-
- ITeam - Interface in crafttweaker.api.game
-
- ITEM_COMPARATOR - Static variable in class crafttweaker.CrafttweakerImplementationAPI
-
- ItemExpireEvent - Interface in crafttweaker.api.event
-
- ItemTossEvent - Interface in crafttweaker.api.event
-
- itemUtils - Static variable in class crafttweaker.CraftTweakerAPI
-
Access point to the ItemUtils for performing various useful actions on items.
- iterator() - Method in class crafttweaker.util.CloseablePriorityList
-
- ITweaker - Interface in crafttweaker.runtime
-
- IUser - Interface in crafttweaker.api.player
-
- IVanilla - Interface in crafttweaker.api.vanilla
-
- IVector3d - Interface in crafttweaker.api.world
-
- IWorld - Interface in crafttweaker.api.world
-
- IWorldInfo - Interface in crafttweaker.api.world
-
- IWorldProvider - Interface in crafttweaker.api.world
-
- scale(double) - Method in interface crafttweaker.api.world.IVector3d
-
- SCRIPT_FILE_COMPARATOR - Static variable in class crafttweaker.preprocessor.PreprocessorManager
-
- ScriptFile - Class in crafttweaker.runtime
-
- ScriptFile(ITweaker, IScriptIterator, boolean) - Constructor for class crafttweaker.runtime.ScriptFile
-
- ScriptFileComparator() - Constructor for class crafttweaker.preprocessor.PreprocessorManager.ScriptFileComparator
-
- ScriptIteratorSingle - Class in crafttweaker.runtime.providers
-
- ScriptIteratorSingle(File) - Constructor for class crafttweaker.runtime.providers.ScriptIteratorSingle
-
- ScriptIteratorSingle(File, File) - Constructor for class crafttweaker.runtime.providers.ScriptIteratorSingle
-
- ScriptIteratorZip - Class in crafttweaker.runtime.providers
-
- ScriptIteratorZip(File) - Constructor for class crafttweaker.runtime.providers.ScriptIteratorZip
-
- ScriptIteratorZip(File, File) - Constructor for class crafttweaker.runtime.providers.ScriptIteratorZip
-
- ScriptProviderCascade - Class in crafttweaker.runtime.providers
-
- ScriptProviderCascade(IScriptProvider...) - Constructor for class crafttweaker.runtime.providers.ScriptProviderCascade
-
- ScriptProviderCustom - Class in crafttweaker.runtime.providers
-
- ScriptProviderCustom(String) - Constructor for class crafttweaker.runtime.providers.ScriptProviderCustom
-
- ScriptProviderDirectory - Class in crafttweaker.runtime.providers
-
- ScriptProviderDirectory(File) - Constructor for class crafttweaker.runtime.providers.ScriptProviderDirectory
-
- ScriptProviderMemory - Class in crafttweaker.runtime.providers
-
- ScriptProviderMemory(byte[]) - Constructor for class crafttweaker.runtime.providers.ScriptProviderMemory
-
- sendChat(IChatMessage) - Method in interface crafttweaker.api.player.IPlayer
-
- sendChat(String) - Method in interface crafttweaker.api.player.IPlayer
-
- sendMessage(String) - Method in interface crafttweaker.api.command.ICommandSender
-
- server - Static variable in class crafttweaker.CraftTweakerAPI
-
Access point to the server, if any.
- setAIDisabled(boolean) - Method in interface crafttweaker.api.entity.IEntityLiving
-
- setAIMoveSpeed(float) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- setAir(int) - Method in interface crafttweaker.api.entity.IEntity
-
- setAlwaysRenderNameTag(boolean) - Method in interface crafttweaker.api.entity.IEntity
-
- setArrowCountInEntity(int) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataBool
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataByte
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataByteArray
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataDouble
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataFloat
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataInt
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataIntArray
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataList
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataLong
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataMap
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataShort
-
- setAt(int, IData) - Method in class crafttweaker.api.data.DataString
-
- setAt(int, IData) - Method in interface crafttweaker.api.data.IData
-
- setAttackDamage(float) - Method in interface crafttweaker.api.event.EnderTeleportEvent
-
- setAttackTarget(IEntityLivingBase) - Method in interface crafttweaker.api.entity.IEntityLiving
-
- setBackgroundImageName(String) - Method in interface crafttweaker.api.creativetabs.ICreativeTab
-
- setBaseValue(double) - Method in interface crafttweaker.api.entity.attribute.IEntityAttributeInstance
-
- setBlockHardness(float) - Method in interface crafttweaker.api.item.IItemStack
-
Sets the block hardness
- setBlockState(IBlockState, IBlockPos) - Method in interface crafttweaker.api.world.IWorld
-
- setBreakChance(float) - Method in interface crafttweaker.api.event.PlayerAnvilRepairEvent
-
- setCanceled(boolean) - Method in interface crafttweaker.api.event.IEventCancelable
-
- setCanPickUpLoot(boolean) - Method in interface crafttweaker.api.entity.IEntityLiving
-
- setCompileBlocked(boolean) - Method in class crafttweaker.runtime.ScriptFile
-
- setContainerItem(IItemDefinition) - Method in interface crafttweaker.api.item.IItemDefinition
-
- setCreativeTab(ICreativeTab) - Method in interface crafttweaker.api.block.IBlockDefinition
-
- setCreativeTab(ICreativeTab) - Method in interface crafttweaker.api.item.IItemDefinition
-
- setCustomName(String) - Method in interface crafttweaker.api.entity.IEntity
-
- setDamageAllowedInCreativeMode() - Method in interface crafttweaker.api.damage.IDamageSource
-
- setDamageBypassesArmor() - Method in interface crafttweaker.api.damage.IDamageSource
-
- setDamageIsAbsolute() - Method in interface crafttweaker.api.damage.IDamageSource
-
- setDamageMultiplier(float) - Method in interface crafttweaker.api.event.EntityLivingFallEvent
-
- setDead() - Method in interface crafttweaker.api.entity.IEntity
-
Set an entity to dead, will be removed during the next tick.
- setDebugEnabled(boolean) - Method in class crafttweaker.runtime.ScriptFile
-
- setDefaultSlipperiness(float) - Method in interface crafttweaker.api.block.IBlockDefinition
-
- setDensity(int) - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- setDifficultyScaled() - Method in interface crafttweaker.api.damage.IDamageSource
-
- setDimension(int) - Method in interface crafttweaker.api.entity.IEntity
-
- setDisplayName(String) - Method in interface crafttweaker.api.item.IItemStack
-
Sets the display name.
- setDistance(float) - Method in interface crafttweaker.api.event.EntityLivingFallEvent
-
- setDropChance(IEntityEquipmentSlot, float) - Method in interface crafttweaker.api.entity.IEntityLiving
-
- setDropChance(float) - Method in interface crafttweaker.api.event.BlockHarvestDropsEvent
-
- setDrops(List<IItemStack>) - Method in interface crafttweaker.api.event.BlockHarvestDropsEvent
-
- setDrops(List<IEntityItem>) - Method in interface crafttweaker.api.event.EntityLivingDeathDropsEvent
-
- setDuration(int) - Method in interface crafttweaker.api.event.EntityLivingUseItemEvent
-
- setExecutionBlocked(boolean) - Method in class crafttweaker.runtime.ScriptFile
-
- setExperience(int) - Method in interface crafttweaker.api.event.BlockBreakEvent
-
- setExplosion() - Method in interface crafttweaker.api.damage.IDamageSource
-
- setExtraLife(int) - Method in interface crafttweaker.api.event.ItemExpireEvent
-
- setFire(int) - Method in interface crafttweaker.api.entity.IEntity
-
Lights an entity on fire.
- setFireDamage() - Method in interface crafttweaker.api.damage.IDamageSource
-
- setFootLevel(int) - Method in interface crafttweaker.api.player.IFoodStats
-
- setFuel(IIngredient, int) - Method in interface crafttweaker.api.recipes.IFurnaceManager
-
- setGaseous(boolean) - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- setGlowing(boolean) - Method in interface crafttweaker.api.entity.IEntity
-
- setGrowingAge(int) - Method in interface crafttweaker.api.entity.IEntityAgeable
-
- setHardness(float) - Method in interface crafttweaker.api.block.IBlockDefinition
-
- setHarvestLevel(String, int) - Method in interface crafttweaker.api.block.IBlockDefinition
-
- setHarvestLevel(String, int) - Method in interface crafttweaker.api.item.IItemDefinition
-
- setHealth(float) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- setHomePositionAndDistance(IBlockPos, int) - Method in interface crafttweaker.api.entity.IEntityCreature
-
- setID(int) - Method in interface crafttweaker.api.entity.IEntity
-
- setIgnoreBracketErrors(boolean) - Method in class crafttweaker.runtime.ScriptFile
-
- setInLove(IPlayer) - Method in interface crafttweaker.api.entity.IEntityAnimal
-
- setInvisible(boolean) - Method in interface crafttweaker.api.entity.IEntity
-
- setInvulnerable(boolean) - Method in interface crafttweaker.api.entity.IEntity
-
- setInWeb() - Method in interface crafttweaker.api.entity.IEntity
-
- setIsPotionDurationMax(boolean) - Method in interface crafttweaker.api.potions.IPotionEffect
-
- setItems(List<IEntityItem>) - Method in interface crafttweaker.api.event.PlayerDeathDropsEvent
-
- setItemToSlot(IEntityEquipmentSlot, IItemStack) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- setLastAttackedEntity(IEntityLivingBase) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- setLeashedToEntity(IEntity, boolean) - Method in interface crafttweaker.api.entity.IEntityLiving
-
- setLeftHanded(boolean) - Method in interface crafttweaker.api.entity.IEntityLiving
-
- setLevel(int) - Method in interface crafttweaker.api.enchantments.IEnchantment
-
- setLightLevel(float) - Method in interface crafttweaker.api.block.IBlockDefinition
-
- setLightOpacity(int) - Method in interface crafttweaker.api.block.IBlockDefinition
-
- setLoaderName(String) - Method in class crafttweaker.runtime.ScriptFile
-
- setLocalization(String, String) - Method in interface crafttweaker.api.game.IGame
-
Sets a localization value.
- setLocalization(String, String, String) - Method in interface crafttweaker.api.game.IGame
-
Sets a localization value.
- setLuminosity(int) - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- setMagicDamage() - Method in interface crafttweaker.api.damage.IDamageSource
-
- setMaxDamage(int) - Method in interface crafttweaker.api.item.IItemStack
-
Sets the max Itemstack damage
- setMaxStackSize(int) - Method in interface crafttweaker.api.item.IItemStack
-
Sets the ItemStack max stack size.
- setMotionX(double) - Method in interface crafttweaker.api.entity.IEntity
-
- setMotionY(double) - Method in interface crafttweaker.api.entity.IEntity
-
- setMotionZ(double) - Method in interface crafttweaker.api.entity.IEntity
-
- setMoveForward(float) - Method in interface crafttweaker.api.entity.IEntityLiving
-
- setMoveStrafing(float) - Method in interface crafttweaker.api.entity.IEntityLiving
-
- setMoveVertical(float) - Method in interface crafttweaker.api.entity.IEntityLiving
-
- setName(String) - Method in interface crafttweaker.api.enchantments.IEnchantmentDefinition
-
- setName(String) - Method in interface crafttweaker.api.vanilla.ILootFunction
-
- setNetworkSide(NetworkSide) - Method in class crafttweaker.runtime.CrTTweaker
-
- setNetworkSide(NetworkSide) - Method in interface crafttweaker.runtime.ITweaker
-
Used to set the side the game is running on, is set in the construction event of the Main package
- setNetworkSide(NetworkSide) - Method in class crafttweaker.runtime.ScriptFile
-
Registers the file to be only loaded on this network side
- setNewSpeed(float) - Method in interface crafttweaker.api.event.PlayerBreakSpeedEvent
-
- setNoGravity(boolean) - Method in interface crafttweaker.api.entity.IEntity
-
- setNoRepair() - Method in interface crafttweaker.api.item.IItemDefinition
-
- setNoScrollBar() - Method in interface crafttweaker.api.creativetabs.ICreativeTab
-
- setNoTitle() - Method in interface crafttweaker.api.creativetabs.ICreativeTab
-
- setOutsideBorder(boolean) - Method in interface crafttweaker.api.entity.IEntity
-
- setParsingBlocked(boolean) - Method in class crafttweaker.runtime.ScriptFile
-
- setPosition(IBlockPos) - Method in interface crafttweaker.api.entity.IEntity
-
Sets the position of this entity.
- setPosX(double) - Method in interface crafttweaker.api.entity.IEntity
-
- setPosY(double) - Method in interface crafttweaker.api.entity.IEntity
-
- setPosZ(double) - Method in interface crafttweaker.api.entity.IEntity
-
- setPriority(int) - Method in class crafttweaker.runtime.ScriptFile
-
- setProjectile() - Method in interface crafttweaker.api.damage.IDamageSource
-
- setRegistry(IZenRegistry) - Method in class crafttweaker.zenscript.CrTCompileEnvironment
-
- setRepairCost(int) - Method in interface crafttweaker.api.item.IItemStack
-
Writes the repairCost to the NBT-Tag
- setReplaceable() - Method in interface crafttweaker.api.block.IMaterial
-
- setResistance(float) - Method in interface crafttweaker.api.block.IBlockDefinition
-
- setResult(IItemStack) - Method in interface crafttweaker.api.event.PlayerFillBucketEvent
-
Sets the resulting item.
- setRevengeTarger(IEntityLivingBase) - Method in interface crafttweaker.api.entity.IEntityLivingBase
-
- setRotationPitch(float) - Method in interface crafttweaker.api.entity.IEntity
-
- setRotationYaw(float) - Method in interface crafttweaker.api.entity.IEntity
-
- setSaturationLevel(float) - Method in interface crafttweaker.api.player.IFoodStats
-
- setScaleForAge(boolean) - Method in interface crafttweaker.api.entity.IEntityAgeable
-
- setScore(int) - Method in interface crafttweaker.api.player.IPlayer
-
- setScriptProvider(IScriptProvider) - Static method in class crafttweaker.CrafttweakerImplementationAPI
-
Sets the script provider.
- setScriptProvider(IScriptProvider) - Method in class crafttweaker.runtime.CrTTweaker
-
- setScriptProvider(IScriptProvider) - Method in interface crafttweaker.runtime.ITweaker
-
Sets the script provider.
- setSilent(boolean) - Method in interface crafttweaker.api.entity.IEntity
-
- setSneaking(boolean) - Method in interface crafttweaker.api.entity.IEntity
-
- setSprinting(boolean) - Method in interface crafttweaker.api.entity.IEntity
-
- setStack(int, IItemStack) - Method in interface crafttweaker.api.container.IContainer
-
Sets the item stack at the given position.
- setStack(int, int, IItemStack) - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
Sets the stack at the given position.
- setStack(int, IItemStack) - Method in interface crafttweaker.api.recipes.ICraftingInventory
-
Sets the stack at the given index.
- setTargetX(double) - Method in interface crafttweaker.api.event.EnderTeleportEvent
-
- setTargetY(double) - Method in interface crafttweaker.api.event.EnderTeleportEvent
-
- setTargetZ(double) - Method in interface crafttweaker.api.event.EnderTeleportEvent
-
- setTemperature(int) - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- setTickRandomly(boolean) - Method in interface crafttweaker.api.block.IBlockDefinition
-
- setToLocationFrom(IEntity) - Method in interface crafttweaker.api.entity.IEntity
-
- setUnbreakable() - Method in interface crafttweaker.api.block.IBlockDefinition
-
- setUseBlock(String) - Method in interface crafttweaker.api.event.PlayerRightClickBlockEvent
-
- setUseItem(String) - Method in interface crafttweaker.api.event.PlayerRightClickBlockEvent
-
- setViscosity(int) - Method in interface crafttweaker.api.liquid.ILiquidDefinition
-
- setWorld(IWorld) - Method in interface crafttweaker.api.entity.IEntity
-
Retrieves the world this entity is in.
- setX(float) - Method in interface crafttweaker.api.util.Position3f
-
- setXP(int) - Method in interface crafttweaker.api.player.IPlayer
-
- setY(float) - Method in interface crafttweaker.api.util.Position3f
-
- setZ(float) - Method in interface crafttweaker.api.util.Position3f
-
- ShapedRecipe - Class in crafttweaker.api.recipes
-
Deprecated.
- ShapedRecipe(IItemStack, IIngredient[][], IRecipeFunction, IRecipeAction, boolean) - Constructor for class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- ShapedRecipe(String, IItemStack, IIngredient[][], IRecipeFunction, IRecipeAction, boolean) - Constructor for class crafttweaker.api.recipes.ShapedRecipe
-
Deprecated.
- ShapedRecipeAdvanced - Class in crafttweaker.api.recipes
-
Deprecated.
- ShapedRecipeAdvanced() - Constructor for class crafttweaker.api.recipes.ShapedRecipeAdvanced
-
Deprecated.
- ShapelessRecipe - Class in crafttweaker.api.recipes
-
Deprecated.
- ShapelessRecipe(IItemStack, IIngredient[], IRecipeFunction, IRecipeAction) - Constructor for class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- ShapelessRecipe(String, IItemStack, IIngredient[], IRecipeFunction, IRecipeAction) - Constructor for class crafttweaker.api.recipes.ShapelessRecipe
-
Deprecated.
- shouldBeLoadedOn(NetworkSide) - Method in class crafttweaker.runtime.ScriptFile
-
Returns whether it should be loaded on the side it was asked to be loaded on
- shouldClearDrops() - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- shouldClearToolTip(IItemStack) - Static method in class crafttweaker.api.tooltip.IngredientTooltips
-
- shouldRiderDismountInWater(IEntity) - Method in interface crafttweaker.api.entity.IEntity
-
- shouldRiderSit() - Method in interface crafttweaker.api.entity.IEntity
-
- showsDurabilityBar() - Method in interface crafttweaker.api.item.IItemStack
-
- SideOnlyPreprocessor - Class in crafttweaker.preprocessor
-
Preprocessor can be used as follows:
#sideonly sidename
Example:
#sideonly client
This will make scripts only being loaded when the loader is the specified side
of the network
just leaving this loader away will cause it to be loaded on both sides
- SideOnlyPreprocessor(String, String, int) - Constructor for class crafttweaker.preprocessor.SideOnlyPreprocessor
-
- spawnEntity(IWorld, IBlockPos) - Method in interface crafttweaker.api.entity.IEntityDefinition
-
- spawnEntity(IEntity) - Method in interface crafttweaker.api.world.IWorld
-
- spawnExplosionParticle() - Method in interface crafttweaker.api.entity.IEntityLiving
-
- spawnRunningParticles() - Method in interface crafttweaker.api.entity.IEntity
-
- split(String, String, int) - Static method in class crafttweaker.zenscript.expand.ExpandString
-
- splitStack(int) - Method in interface crafttweaker.api.item.IItemStack
-
Splits the current itemStack and returns the new one.
- strikethrough(IFormattedText) - Method in interface crafttweaker.api.formatting.IFormatter
-
- string(String) - Method in interface crafttweaker.api.formatting.IFormatter
-
- stripMessage(String) - Method in class crafttweaker.api.logger.FileLogger
-
Returns a copy of the given string, with formatting codes stripped away.
- sub(IData) - Method in class crafttweaker.api.data.DataBool
-
- sub(IData) - Method in class crafttweaker.api.data.DataByte
-
- sub(IData) - Method in class crafttweaker.api.data.DataByteArray
-
- sub(IData) - Method in class crafttweaker.api.data.DataDouble
-
- sub(IData) - Method in class crafttweaker.api.data.DataFloat
-
- sub(IData) - Method in class crafttweaker.api.data.DataInt
-
- sub(IData) - Method in class crafttweaker.api.data.DataIntArray
-
- sub(IData) - Method in class crafttweaker.api.data.DataList
-
- sub(IData) - Method in class crafttweaker.api.data.DataLong
-
- sub(IData) - Method in class crafttweaker.api.data.DataMap
-
- sub(IData) - Method in class crafttweaker.api.data.DataShort
-
- sub(IData) - Method in class crafttweaker.api.data.DataString
-
- sub(IData) - Method in interface crafttweaker.api.data.IData
-
- subtract(IVector3d) - Method in interface crafttweaker.api.world.IVector3d
-