- damageItem(int, int) - Method in class cubex2.cs2core.scripting.ScriptableEntityPlayer
-
Damages an item in the player's inventory
- damageItem(int) - Method in class cubex2.cs2core.scripting.ScriptableItemStack
-
Damages the item by the given amount
- damageItem(ScriptablePosition, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
-
Damages an item in a container slot
- damageItem(int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableWorld
-
Damages an item in a container slot
- disableAirRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of the air bar
- disableArmorRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of the player's armor bar
- disableBossHealthRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of the boss health
- disableCrosshairsRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of the crosshairs
- disableExperienceRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of the experience bar
- disableFoodRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of the food bar
- disableHealthRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of the player's health
- disableHelmetRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of helmet overlay (i.e. the pumpkin overlay)
- disableHotbarRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of the hotbar
- disableObjectiveRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of the objective
- disablePortalRendering() - Method in class cubex2.cs2core.scripting.ScriptableMod
-
Disables rendering of the portal overlay
- drawColoredRect(int, int, int, int, long) - Method in class cubex2.cs2core.scripting.ScriptableRenderer
-
Draws a colored rectangle on the screen.
- drawString(String, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableRenderer
-
Draws a string on the screen.
- drawTexturedRect(int, int, int, int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableRenderer
-
Draws a rectangle from the texture set with setTexture to the screen.
- dropItem(int, int, int) - Method in class cubex2.cs2core.scripting.ScriptableEntity
-
Drops an item at the position of the entity