ICapabilityProvider

Link to icapabilityprovider

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import crafttweaker.api.capability.ICapabilityProvider;

Name: getCapability

Return Type: T

ZenScript
Copy
ICapabilityProvider.getCapability<T : Object>(cap as Capability<T>) as T
参数类型描述
参数
cap
类型
Capability<T>
描述
No Description Provided
参数
T
类型
Object
描述
No Description Provided

Name: getCapability

Return Type: T

ZenScript
Copy
ICapabilityProvider.getCapability<T : Object>(cap as Capability<T>, side as Direction?) as T
参数类型描述
参数
cap
类型
Capability<T>
描述
No Description Provided
参数
side
类型
Direction?
描述
No Description Provided
参数
T
类型
Object
描述
No Description Provided