IEntityArrowTipped
Link to ientityarrowtipped
导入相关包
Link to 导入相关包
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.
import crafttweaker.entity.IEntityArrowTipped;
Extending
Link to extending-ientityarrow
IEntityArrowTipped extends IEntityArrow. That means all functions available to IEntityArrow are also available to IEntityArrowTipped.
使用方式
Link to 使用方式
-
void setPotionEffect(IItemStack stack)
-
void addPotionEffect(IPotionEffect effect)