IEntityItem
Link to ientityitem
Represents an item stack in the world.
패키지 임포트하기
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.IEntityItem;
Extending
Link to extending-ientity
IEntityItem extends IEntity. That means all functions available to IEntities also are available to IEntityItem.
ZenGetters/Setters
Link to zengetterssetters
ZenGetter/ZenSetter | Type |
---|---|
ZenGetter/ZenSetter item | Type IItemStack |