Uses of Class
com.welcome234.pluginsystem.entity.Entity
Packages that use Entity
Package
Description
This is the main package of the API, containing general classes
Contains classes for Entities, including animals, bosses, etc
Contains classes for all event types
-
Uses of Entity in com.welcome234.pluginsystem
Methods in com.welcome234.pluginsystem that return types with arguments of type EntityModifier and TypeMethodDescriptionChunk.getEntities()Gets all alive and loaded entities in this chunk. -
Uses of Entity in com.welcome234.pluginsystem.entity
Subclasses of Entity in com.welcome234.pluginsystem.entityModifier and TypeClassDescriptionclassRepresents a Corruption BossclassRepresents a CowclassRepresents an End BossclassRepresents a PigclassRepresents a SheepclassRepresents a SlimeMethods in com.welcome234.pluginsystem.entity that return EntityModifier and TypeMethodDescriptionstatic EntityEntities.getEntity(int entityID)Gets an entity with the entity identifier specifiedstatic EntityEntities.spawnEntity(double x, double y, boolean endDimension, EntityTypes entity)Spawns a new entity with the specified position and typeMethods in com.welcome234.pluginsystem.entity that return types with arguments of type EntityModifier and TypeMethodDescriptionEntities.getAliveEntities(boolean endDimension)Gets all loaded entities are that alive in the specified dimensionEntityTypes.getEntityClass()Gets the entity class associated with this entity type -
Uses of Entity in com.welcome234.pluginsystem.events
Methods in com.welcome234.pluginsystem.events that return EntityModifier and TypeMethodDescriptionPlayerDamageEvent.getAttackerEntity()Gets the entity who attacked this player, or null if the damage was not caused by an entityEntityDamageEvent.getEntity()Gets the entity who taken the damageEntityDeathEvent.getEntity()Gets the entity that has diedEntityHealEvent.getEntity()Gets the entity who has healedEntityLoadEvent.getEntity()Gets the entity that has loadedEntityMoveEvent.getEntity()Gets the entity who has movedEntitySpawnEvent.getEntity()Gets the entity that has spawnedEntityTeleportEvent.getEntity()Gets the entity who has teleportedEntityUnloadEvent.getEntity()Gets the entity that has unloadedPlayerDeathEvent.getKillerEntity()Gets the entity who killed this player, or null if the death was not caused by an entity