Uses of Interface
org.purpurmc.purpur.entity.StoredEntity
Packages that use StoredEntity
-
Uses of StoredEntity in org.bukkit.block
Methods in org.bukkit.block that return types with arguments of type StoredEntityModifier and TypeMethodDescriptionEntityBlockStorage.getEntities()
Gets all the entities currently stored in the block.Methods in org.bukkit.block with parameters of type StoredEntityModifier and TypeMethodDescriptionEntityBlockStorage.releaseEntity
(StoredEntity<T> entity) Releases a stored entity, and returns the entity in the world.