Class CustomMob

java.lang.Object
dev.lone.itemsadder.api.CustomMob

@Deprecated public class CustomMob extends Object
Deprecated.
custom mobs were removed in ItemsAdder 4.0.10. Use custom entities instead.
Deprecated custom mob API.
  • Constructor Details

    • CustomMob

      public CustomMob()
      Deprecated.
  • Method Details

    • spawn

      @Nullable public static @Nullable CustomMob spawn(String namespacedId, Location location)
      Deprecated.
      custom mobs were removed in ItemsAdder 4.0.10.
    • byAlreadySpawned

      @Nullable public static @Nullable CustomMob byAlreadySpawned(Entity entity)
      Deprecated.
      custom mobs were removed in ItemsAdder 4.0.10.
    • getEntity

      public Entity getEntity()
      Deprecated.
      custom mobs were removed in ItemsAdder 4.0.10.
    • getType

      public EntityType getType()
      Deprecated.
      custom mobs were removed in ItemsAdder 4.0.10.
    • getNamespacedID

      public String getNamespacedID()
      Deprecated.
      custom mobs were removed in ItemsAdder 4.0.10.
    • getNamespace

      public String getNamespace()
      Deprecated.
      custom mobs were removed in ItemsAdder 4.0.10.
    • getName

      public String getName()
      Deprecated.
      custom mobs were removed in ItemsAdder 4.0.10.
    • getId

      public String getId()
      Deprecated.
      custom mobs were removed in ItemsAdder 4.0.10.