IEntityFishHook
Link to ientityfishhook
Dieses Paket importieren
Link to dieses-paket-importieren
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.IEntityFishHook;
Extending
Link to extending-ientity
IEntityFishHook extends IEntity. That means all functions available to IEntities also are available to IEntityFishHook.
ZenGetter
Link to zengetter
ZenGetter | GetterMethod | Rückgabetyp |
---|---|---|
ZenGetter caughtEntity | GetterMethod caughtEntity() | Rückgabetyp IEntity |
ZenGetter angler | GetterMethod getAngler() | Rückgabetyp IPlayer |
ZenSetters
Link to zensetters
SetterName | SetterMethod | Parameter Type |
---|---|---|
SetterName lureSpeed | SetterMethod setLureSpeed(lureSpeed) | Parameter Type int |
SetterName luck | SetterMethod setLuck(luck) | Parameter Type int |