Package dev.lone.itemsadder.api
Class CustomMob
java.lang.Object
dev.lone.itemsadder.api.CustomMob
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable CustomMob
byAlreadySpawned
(org.bukkit.entity.Entity entity) Deprecated.org.bukkit.entity.Entity
Deprecated.getId()
Deprecated.getName()
Deprecated.Deprecated.Deprecated.org.bukkit.entity.EntityType
getType()
Deprecated.static @Nullable CustomMob
Deprecated.
-
Constructor Details
-
CustomMob
public CustomMob()Deprecated.
-
-
Method Details
-
spawn
@Nullable public static @Nullable CustomMob spawn(String namespacedId, org.bukkit.Location location) Deprecated. -
byAlreadySpawned
Deprecated. -
getEntity
public org.bukkit.entity.Entity getEntity()Deprecated. -
getType
public org.bukkit.entity.EntityType getType()Deprecated. -
getNamespacedID
Deprecated. -
getNamespace
Deprecated. -
getName
Deprecated. -
getId
Deprecated.
-