Uses of Class
com.github.pinont.singularitylib.api.entity.EntityCreator
Packages that use EntityCreator
-
Uses of EntityCreator in com.github.pinont.singularitylib.api.entity
Methods in com.github.pinont.singularitylib.api.entity that return EntityCreatorModifier and TypeMethodDescriptionEntityCreator.addPassenger(org.bukkit.entity.Entity passenger) Adds a passenger entity to this entity.EntityCreator.addScoreboardTag(String... ScoreboardTag) Adds scoreboard tags to the entity.EntityCreator.hasGravity(boolean gravity) Sets whether the entity is affected by gravity.EntityCreator.setCustomNameVisible(Boolean visible) Sets whether the entity's custom name is visible.EntityCreator.setFallingDistance(float distance) Sets the falling distance for the entity.EntityCreator.setFireTicks(int ticks) Sets the number of fire ticks for the entity.EntityCreator.setFreezeTicks(int ticks) Sets the number of freeze ticks for the entity.EntityCreator.setGlowing(boolean glowing) Sets whether the entity should glow.EntityCreator.setInvulnerable(boolean invulnerable) Sets whether the entity is invulnerable to damage.EntityCreator.setMaxHealth(double maxHealth) Sets the maximum health for the entity (only applies to LivingEntity).EntityCreator.setPersistent(Boolean persistent) Sets whether the entity is persistent (won't despawn).EntityCreator.setPortalCooldown(int ticks) Sets the portal cooldown for the entity.EntityCreator.setRotation(float yaw, float pitch) Sets the rotation (yaw and pitch) for the entity.EntityCreator.setSilent(boolean silent) Sets whether the entity makes sounds.EntityCreator.setTicksLived(int ticks) Sets the number of ticks the entity has been alive.EntityCreator.setVelocity(org.bukkit.util.Vector vector) Sets the velocity vector for the entity.EntityCreator.setVisibleByDefault(boolean visible) Sets whether the entity is visible by default.EntityCreator.setVisualFire(boolean fire) Sets whether the entity has visual fire effect.