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