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

G

getAliasItemName(String) - Method in class cubex2.cs2.scripting.ScriptableMod
Gets the item name of an alias
getAliasMetadata(String) - Method in class cubex2.cs2.scripting.ScriptableMod
Gets the metadata of an alias
getBiome(ScriptablePosition) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the biome
getBiome(int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the biome
getBlockLightLevel(ScriptablePosition) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the light level of the block at the given position.
getBlockLightLevel(int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the light level of the block at the given position.
getBlockMetadata(ScriptablePosition) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the block's damage value
getBlockMetadata(int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the block's damage value
getBlockName(ScriptablePosition) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the block name
getBlockName(int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the block name
getBlockType(String) - Method in class cubex2.cs2.scripting.ScriptableMod
Gets the type of the block with the given id.
getBlockType(ScriptablePosition) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the type of the block with the given id.
getBlockType(int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the type of the block with the given id.
getBoolean(String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a boolean property.
getBoolean(String, String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a boolean property in the given category.
getBooleanFrom(String, String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a boolean property from the given config file.
getBooleanFrom(String, String, String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a boolean property in the given category from the given config file
getClassName() - Method in class cubex2.cs2.scripting.ScriptablePosition
 
getContainerItemCount(ScriptablePosition, String, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the count of a item in a container
getContainerItemCount(int, int, int, String, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the count of a item in a container
getContainerSlotItemName(ScriptablePosition, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the name of an item in a slot of a container
getContainerSlotItemName(int, int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the name of an item in a slot of a container
getContainerSlotMaxStackSize(ScriptablePosition, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the maximum stack size of an item in a slot of a container.
getContainerSlotMaxStackSize(int, int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the maximum stack size of an item in a slot of a container.
getContainerSlotMetadata(ScriptablePosition, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the damage value of an item in a slot of a container
getContainerSlotMetadata(int, int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the damage value of an item in a slot of a container
getContainerSlotStackSize(ScriptablePosition, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the stack size of an item in a slot of a container
getContainerSlotStackSize(int, int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the stack size of an item in a slot of a container
getCurrentSlot() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the id of the slot the player is currently using
getDamage(int) - Method in class cubex2.cs2.scripting.ScriptableInventory
Get the damage value of the item in the slot with the given id.
getDamage() - Method in class cubex2.cs2.scripting.ScriptableItemStack
Gets the stack's damage value
getExperience() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the player's experience
getExperienceLevel() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the player's level
getFallDistance() - Method in class cubex2.cs2.scripting.ScriptableEntity
Gets the entitiy's fall distance.
getFloatData(int, String) - Method in class cubex2.cs2.scripting.ScriptableInventory
Get a stack's float data.
getFloatData(String) - Method in class cubex2.cs2.scripting.ScriptableItemStack
Gets the stack's float data
getHealth() - Method in class cubex2.cs2.scripting.ScriptableEntityLiving
 
getHorizontalAngle() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the player's horizontal look angle
getHunger() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the player's hunger
getInt(String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a int property.
getInt(String, String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a int property in the given category.
getIntData(int, String) - Method in class cubex2.cs2.scripting.ScriptableInventory
Get a stack's integer data.
getIntData(String) - Method in class cubex2.cs2.scripting.ScriptableItemStack
Gets the stack's int data
getIntFrom(String, String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a int property from the given config file.
getIntFrom(String, String, String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a int property in the given category from the given config file
getItemCount(String, int) - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the count of a item in the player's inventory
getItemCount(String, int) - Method in class cubex2.cs2.scripting.ScriptableInventory
Get the amount of an item in the inventory.
getItemDamageValue() - Method in class cubex2.cs2.scripting.ScriptableEntityItem
 
getItemMaxStackSize(int) - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the maximum stack size of an item in the player's inventory
getItemMetadata(int) - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the item's metadata in the player's inventory
getItemName() - Method in class cubex2.cs2.scripting.ScriptableEntityItem
 
getItemName(int) - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the item's id in the player's inventory
getItemName(int) - Method in class cubex2.cs2.scripting.ScriptableInventory
Get the name of the item in the slot with the given id.
getItemName() - Method in class cubex2.cs2.scripting.ScriptableItemStack
Gets the stack's itemID
getItemStackSize() - Method in class cubex2.cs2.scripting.ScriptableEntityItem
 
getItemStackSize(int) - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the item's stack size in the player's inventory
getLookingSide() - Method in class cubex2.cs2.scripting.ScriptableEntityLiving
 
getLookX() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the x-coordinate of the block that the player is looking on.
getLookY() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the y-coordinate of the block that the player is looking on.
getLookZ() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the z-coordinate of the block that the player is looking on.
getMaxHealth() - Method in class cubex2.cs2.scripting.ScriptableEntityLiving
 
getMaxHealth() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the player's max health
getMaxStackSize(int) - Method in class cubex2.cs2.scripting.ScriptableInventory
Get the maximum stack size of the item in the slot with the given id.
getMaxStackSize() - Method in class cubex2.cs2.scripting.ScriptableItemStack
Gets the stack's maximum stack size
getModName() - Method in class cubex2.cs2.scripting.ScriptableMod
Gets the mod's name.
getName() - Method in class cubex2.cs2.scripting.ScriptableEntity
Gets the name of the entity
getOreDictClasses() - Method in class cubex2.cs2.scripting.ScriptableMod
Gets all registered ore dictionary classes.
getOreDictClassItems(String) - Method in class cubex2.cs2.scripting.ScriptableMod
Gets all items in a ore dictionary class.
getPosX() - Method in class cubex2.cs2.scripting.ScriptableEntity
 
getPosY() - Method in class cubex2.cs2.scripting.ScriptableEntity
 
getPosZ() - Method in class cubex2.cs2.scripting.ScriptableEntity
 
getSaturation() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the player's saturation
getStackFloatData(int, String) - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets a stack's float data.
getStackIntData(int, String) - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets a stack's int data.
getStackIntData(ScriptablePosition, int, String) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the int data of an itemstack in the given container slot
getStackIntData(int, int, int, int, String) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the int data of an itemstack in the given container slot
getStackSize(int) - Method in class cubex2.cs2.scripting.ScriptableInventory
Get the stack size of the item in the slot with the given id.
getStackSize() - Method in class cubex2.cs2.scripting.ScriptableItemStack
Gets the stack's stack size
getStackStringData(int, String) - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets a stack's string data
getStackStringData(ScriptablePosition, int, String) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the string data of an itemstack in the given container slot
getStackStringData(int, int, int, int, String) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the string data of an itemstack in the given container slot
getStepHeight() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the step height
getString(String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a string property.
getString(String, String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a string property in the given category.
getStringData(int, String) - Method in class cubex2.cs2.scripting.ScriptableInventory
Get a stack's string data.
getStringData(String) - Method in class cubex2.cs2.scripting.ScriptableItemStack
Gets the stack's string data
getStringFrom(String, String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a string property from the given config file.
getStringFrom(String, String, String) - Method in class cubex2.cs2.scripting.ScriptableConfig
Gets the value of a string property in the given category from the given config file
getStringWidth(String) - Method in class cubex2.cs2.scripting.ScriptableRenderer
Gets the width of a string in pixels.
getTileEntityFloatData(ScriptablePosition, String) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the tile entity's float data
getTileEntityFloatData(int, int, int, String) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the tile entity's float data
getTileEntityIntData(ScriptablePosition, String) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the tile entity's int data
getTileEntityIntData(int, int, int, String) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the tile entity's int data
getTileEntityIntData(ScriptablePosition, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Only use this if you've used it in previous versions and not for new data!
getTileEntityIntData(int, int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Only use this if you've used it in previous versions and not for new data!
getTileEntityStringData(ScriptablePosition, String) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the tile entity's string data
getTileEntityStringData(int, int, int, String) - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the tile entity's string data
getTileEntityStringData(ScriptablePosition, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Only use this if you've used it in previous versions and not for new data!
getTileEntityStringData(int, int, int, int) - Method in class cubex2.cs2.scripting.ScriptableWorld
Only use this if you've used it in previous versions and not for new data!
getTime() - Method in class cubex2.cs2.scripting.ScriptableWorld
Gets the world time
getUsername() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the player's username
getVelocityX() - Method in class cubex2.cs2.scripting.ScriptableEntity
Gets the x-direction velocity
getVelocityY() - Method in class cubex2.cs2.scripting.ScriptableEntity
Gets the y-direction velocity
getVelocityZ() - Method in class cubex2.cs2.scripting.ScriptableEntity
Gets the z-direction velocity
getVerticalAngle() - Method in class cubex2.cs2.scripting.ScriptableEntityPlayer
Gets the player's vertical look angle
growSheepWool() - Method in class cubex2.cs2.scripting.ScriptableEntityLiving
Grows the wool of a sheep
A C D E F G H I J L M O P R S W X Y Z