File Details
psi_ex-1.8.0-bata-2
- B
- May 29, 2026
- 455.69 KB
- 2
- 1.20.1
- Forge
File Name
psi_ex-1.8.0-bata-2.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Enhancing CC:Tweaked Integration
Methods Reference
| Method | Arguments | Returns | Description |
|---|---|---|---|
cast(socketIndex) |
socketIndex: Integer |
Boolean, String |
Casts the spell from the specified slot at the player's current position. |
castAt(socketIndex, x, y, z) |
socketIndex, x, y, z: Number |
Boolean, String |
Casts the spell from the specified slot at the given coordinates. |
castAtDim(socketIndex, x, y, z, dimensionId) |
socketIndex, x, y, z: Number, dimensionId: String |
Boolean, String |
Casts the spell from the specified slot at the given coordinates in the specified dimension. |
castHere(socketIndex) |
socketIndex: Integer |
Boolean, String |
Casts the spell from the specified slot at the peripheral (computer) location. |
getPotency() |
None | Number |
Returns the current spell potency multiplier. |
getMaxSocket() |
None | Integer |
Returns the maximum number of available slots in handheld mode. |
isHandheld() |
None | Boolean |
Returns true if currently in handheld mode. |