Uses of Class
dev.lone.itemsadder.api.CustomEntity
Packages that use CustomEntity
-
Uses of CustomEntity in dev.lone.itemsadder.api
Subclasses of CustomEntity in dev.lone.itemsadder.apiMethods in dev.lone.itemsadder.api that return CustomEntityModifier and TypeMethodDescriptionstatic @Nullable CustomEntity
CustomEntity.byAlreadySpawned
(org.bukkit.entity.Entity entity) Gets a CustomEntity instance through a Bukkit Entity.static @Nullable CustomEntity
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
Spawns a CustomEntity and returns the created CustomEntity instance, or null if Namespace and ID are invalid.static @Nullable CustomEntity
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.