- add(int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
-
Adds items to the player's iventory if there's space for them.
- addAlias(int, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds an alias for an item with metadata 32767, which will allow all metadata items in a recipe
- addAliasWithMetadata(int, int, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds an alias for an item
- addAssemblyRecipe(int, String, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the BuildCraft assembly table
- addBlastFurnaceRecipe(String, String, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Railcraft blast furnace
- addBlock(String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a block with the given type to the game
- addBlockIdProperty(String, int) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a block id property to the config file.
- addBlockIdProperty(String, int, String) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a block id property to the config file.
- addBooleanProperty(String, boolean) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a boolean property to the config file.
- addBooleanProperty(String, String, boolean) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a boolean property in the given category to the config file.
- addBooleanProperty(String, boolean, String) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a boolean property to the config file.
- addBooleanProperty(String, String, boolean, String) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a boolean property with a comment in the given category to the config file.
- addChestItem(String, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds an item to a generated chest with a stack size of 1
- addChestItem(String, int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds an item to a generated chest.
- addCokeOvenRecipe(String, String, String, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Railcraft coke oven
- addCreativeTab(String, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a creative tab.
- addCrucibleRecipe(int, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Crucible.
- addDungeonLoot(int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a item stack to the dungeon loot list with a stack size of 1.
- addDungeonLoot(int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a item stack, with a range of sizes, to the dungeon loot list.
- addDungeonMob(String, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a mob to the possible list of creatures the spawner will create.
- addEnchantment(int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
-
Adds an enchantment to the itemstack in the given slot
- addEnchantment(int, int) - Method in class cubex2.cs2core.scripting.ScriptableItemStack
-
Adds an enchantment to the itemstack
- addEnchantment(ScriptablePosition, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
-
Adds an enchantment to the itemstack in the given container slot
- addEnchantment(int, int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
-
Adds an enchantment to the itemstack in the given container slot
- addExperience(int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
-
Adds experience to the player
- addExperienceLevel(int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
-
Adds level to the player
- addFuel(String, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a fuel to the vanilla fuel list
- addFuelFor(String, String, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a fuel to the given fuel lists
- addGrassPlant(int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Register a new plant to be planted when bonemeal is used on grass.
- addGrassSeed(int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Register a new seed to be dropped when breaking tall grass.
- addGui(String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a GUI with the given type to the game
- addInductionSmelterRecipe(int, String, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Induction Smelter.
- addInductionSmelterRecipe(int, String, String, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Induction Smelter.
- addInductionSmelterRecipe(int, String, String, String, String, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Induction Smelter.
- addIntProperty(String, int) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a int property to the config file.
- addIntProperty(String, String, int) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a int property in the given category to the config file.
- addIntProperty(String, int, String) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a int property to the config file.
- addIntProperty(String, String, int, String) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a int property with a comment in the given category to the config file.
- addItem(String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds an item with the given type to the game
- addItemIdProperty(String, int) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds an item id property to the config file.
- addItemIdProperty(String, int, String) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds an item id property to the config file.
- addLiquidTransposerExtractionRecipe(int, String, String, String, int, boolean) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Liquid Transposer
- addLiquidTransposerFillRecipe(int, String, String, String, boolean) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Liquid Transposer
- addMobDrop(String, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds an item to a mob's drops
- addMobDrop(String, int, int, int, float) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds an item to a mob's drops
- addPotionEffect(String, int, int) - Method in class cubex2.cs2core.scripting.ScriptableEntityLiving
-
Adds a potion effect to the living
- addPoweredFurnaceRecipe(int, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Powered Furnace.
- addPulverizerRecipe(int, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Pulverizer
- addPulverizerRecipe(int, String, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Pulverizer
- addPulverizerRecipe(int, String, String, String, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Pulverizer
- addRareMobDrop(String, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds an item to a mob's rare drops.
- addRareMobDrop(String, int, int, int, float) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds an item to a mob's rare drops.
- addRecipe(String, int, int, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a crafting recipe to the vanilla recipe list.
- addRecipeFor(String, String, int, int, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a crafting recipe to the given recipeLists.
- addRefineryRecipe(String, String, String, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the BuildCraft Refinery
- addRockCrusherRecipe(String, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Railcraft rock crusher
- addSawmillRecipe(int, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Sawmill
- addSawmillRecipe(int, String, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Sawmill
- addSawmillRecipe(int, String, String, String, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Add a recipe to the Thermal Expansion Sawmill
- addShapelessRecipe(String, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a shapeless crafting recipe to the vanilla recipe list.
- addShapelessRecipeFor(String, String, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a shapeless crafting recipe to the given recipe lists.
- addSmeltingRecipe(String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a smelting recipe to the vanilla recipe list
- addSmeltingRecipeFor(String, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a smelting recipe to the given recipe lists
- addSpawn(String, int, int, int, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a mob to the spawn list for all biomes except hell
- addSpawn(String, int, int, int, String, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a mob to the spawn list for selected biomes
- addStringProperty(String, String) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a string property to the config file.
- addStringProperty(String, String, String) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a string property in the given category to the config file.
- addStringProperty(String, String, String, String) - Method in class cubex2.cs2core.scripting.ScriptableConfig
-
Adds a string property with a comment in the given category to the config file.
- addTileEntity(String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a tile entity with the given type to the game
- addToContainer(ScriptablePosition, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
-
Adds items to a container if there's space for them.
- addToContainer(int, int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
-
Adds items to a container if there's space for them.
- addToContainerSlot(ScriptablePosition, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
-
Adds items to a container slot if it isn't empty
- addToContainerSlot(int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
-
Adds items to a container slot if it isn't empty
- addToOreDictionary(String, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds an item to the ore dictionary
- addToSlot(int, int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
-
Adds items to an inventory slot if it isn't empty
- addTradeRecipe(int, String, String, float) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a trade recipe for villagers
- addTradeRecipe(int, String, String, String, float) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a trade recipe for villagers
- addVelocity(double, double, double) - Method in class cubex2.cs2core.scripting.ScriptableEntity
-
Adds velocity to the entity
- addVelocityToLookingDirection(double) - Method in class cubex2.cs2core.scripting.ScriptableEntity
-
Adds velocity to the entity into the direction it looks
- addWorldGen(String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Adds a world generator with the given type to the game
- appendFile(String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Appends a string to a file.
- attack(int) - Method in class cubex2.cs2core.scripting.ScriptableEntityLiving
-
Damages the entity