Uses of Class
dev.lone.itemsadder.api.CustomEntity

Packages that use CustomEntity
Package
Description
This package contains the API reference for ItemsAdder.
  • Uses of CustomEntity in dev.lone.itemsadder.api

    Modifier and Type
    Class
    Description
    class 
     
    Methods in dev.lone.itemsadder.api that return CustomEntity
    Modifier and Type
    Method
    Description
    static @Nullable CustomEntity
    CustomEntity.byAlreadySpawned(org.bukkit.entity.Entity entity)
    Gets a CustomEntity instance through a Bukkit Entity.
    static @Nullable CustomEntity
    CustomEntity.convert(String namespacedId, org.bukkit.entity.LivingEntity bukkitEntity)
    Spawns a CustomEntity and returns the created CustomEntity instance, or null if Namespace and ID are invalid.
    static @Nullable CustomEntity
    CustomEntity.convert(String namespacedId, org.bukkit.entity.LivingEntity bukkitEntity, boolean frustumCulling)
    Spawns a CustomEntity and returns the created CustomEntity instance, or null if Namespace and ID are invalid.
    static @Nullable CustomEntity
    CustomEntity.convert(String namespacedId, org.bukkit.entity.LivingEntity bukkitEntity, boolean frustumCulling, boolean noHitbox, boolean canBaseEntityBeDestroyed, boolean hideBaseEntity)
    Spawns a CustomEntity and returns the created CustomEntity instance, or null if Namespace and ID are invalid.
    static @Nullable CustomEntity
    CustomEntity.convert(String namespacedId, org.bukkit.entity.LivingEntity bukkitEntity, List<org.bukkit.entity.Player> viewers, boolean frustumCulling)
    Spawns a CustomEntity and returns the created CustomEntity instance, or null if Namespace and ID are invalid.
    static @Nullable CustomEntity
    CustomEntity.spawn(String namespacedId, org.bukkit.Location location)
    Spawns a CustomEntity and returns the created CustomEntity instance, or null if Namespace and ID are invalid.
    static @Nullable CustomEntity
    CustomEntity.spawn(String namespacedId, org.bukkit.Location location, boolean frustumCulling)
    Spawns a CustomEntity and returns the created CustomEntity instance, or null if Namespace and ID are invalid.
    static @Nullable CustomEntity
    CustomEntity.spawn(String namespacedId, org.bukkit.Location location, boolean frustumCulling, boolean noBase, boolean noHitbox)
    Spawns a CustomEntity and returns the created CustomEntity instance, or null if Namespace and ID are invalid.
    static @Nullable CustomEntity
    CustomEntity.spawn(String namespacedId, org.bukkit.Location location, List<org.bukkit.entity.Player> viewers, boolean frustumCulling, boolean noBase, boolean noHitbox, @Nullable org.bukkit.util.Consumer<org.bukkit.entity.LivingEntity> function)
    Spawns a CustomEntity and returns the created CustomEntity instance, or null if Namespace and ID are invalid.
    static @Nullable CustomEntity
    CustomEntity.spawn(String namespacedId, org.bukkit.Location location, List<org.bukkit.entity.Player> viewers, boolean frustumCulling, @Nullable org.bukkit.util.Consumer<org.bukkit.entity.LivingEntity> function)
    Spawns a CustomEntity and returns the created CustomEntity instance, or null if Namespace and ID are invalid.