A C D E F G H I J L M O P R S W X Y Z 

R

readFile(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Reads the content of a file.
registerBonemealHandler(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Registers a file for a bonemeal handler.
registerCraftingHandler(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Registers a file for a crafting handler.
registerDestroyItemHandler(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Registers a file for a destroyitem handler.
registerIngameRenderer(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Registers a file for the ingame renderer.
registerPickupHandler(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Registers a file for a pickup handler.
remove(int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
Removes items from the player's inventory
removeAllBiomesExcept(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes all biomes except the selected one
removeAllRecipes() - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes all recipes that can be used in the vanilla crafting table.
removeBiome(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Remove a biome from the terrain generator
removeBiomeDecoration(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a vanilla biome decorator.
removeChestItem(String, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes and item from the list of items in a generated chest.
removeDungeonLoot(int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a item stack from the dungeon loot list, this will remove all items as long as the item stack matches, it will not care about matching the stack size ranges perfectly.
removeDungeonLoot(int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a item stack from the dungeon loot list.
removeDungeonMob(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Will completely remove a Mob from the dungeon spawn list.
removeEnchantment(int, int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
Removes an enchantment from the itemstack in the given slot
removeEnchantment(int) - Method in class cubex2.cs2core.scripting.ScriptableItemStack
Removes an enchantment from the itemstack
removeEnchantment(ScriptablePosition, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
Removes an enchantment from the itemstack in the given container slot
removeEnchantment(int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
Removes an enchantment from the itemstack in the given container slot
removeExperience(int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
Removes experience from the player
removeExperienceLevel(int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
Removes level from the player
removeFromContainer(ScriptablePosition, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
Removes items from a container
removeFromContainer(int, int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
Removes items from a container
removeFromContainerSlot(ScriptablePosition, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
Removes items from a container slot
removeFromContainerSlot(int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
Removes items from a container slot
removeFromSlot(int, int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
Removes items from an inventory slot
removeMinable(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a vanilla minable world generator.
removeRecipe(String, int, int, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a crafting recipe from the vanilla recipe list.
removeRecipeFrom(String, String, int, int, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a crafting recipe from the given recipe lists.
removeRecipesByResult(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes all recipes that have the given result and can be used in the vanilla crafting table.
removeShapelessRecipe(String, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a shapeless crafting recipe from the vanilla recipe list
removeShapelessRecipeFrom(String, String, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a shapeless crafting recipe from the given recipe lists.
removeSmeltingRecipe(String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a smelting recipe from the vanilla recipe list
removeSmeltingRecipeFrom(String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a smelting recipe from the given recipe lists.
removeSpawn(String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Remove a mob from the spawn list for all biomes except hell
removeSpawn(String, String, String...) - Method in class cubex2.cs2core.scripting.ScriptableMod
Remove a mob from spawn list for selected biomes.
removeTradeRecipe(int, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a trade recipe from villagers
removeTradeRecipe(int, String, String, String) - Method in class cubex2.cs2core.scripting.ScriptableMod
Removes a trade recipe from villagers
repairItem(int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
Fully repairs an item in the player's inventory
repairItem(int, int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
Repairs an item in the player's inventory
repairItem(ScriptablePosition, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
Fully repairs an item in a container slot
repairItem(int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
Fully repairs an item in a container slot
repairItem(ScriptablePosition, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
Repairs an item in a container slot
repairItem(int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
Repairs an item in a container slot
A C D E F G H I J L M O P R S W X Y Z