Package com.skillw.pouvoir.util.nms
Class NMSImpl
-
-
Constructor Summary
Constructors Constructor Description NMSImpl()
-
Method Summary
Modifier and Type Method Description AttributeInstance
getAttribute(LivingEntity entity, BukkitAttribute attribute)
Entity
getEntity(UUID uuid)
final Collection<Entity>
getEntities(World world)
Collection<Entity>
getNearbyEntities(Location location, Double x, Double y, Double z, Predicate<Entity> filter)
-
-
Method Detail
-
getAttribute
AttributeInstance getAttribute(LivingEntity entity, BukkitAttribute attribute)
-
getEntities
final Collection<Entity> getEntities(World world)
-
getNearbyEntities
Collection<Entity> getNearbyEntities(Location location, Double x, Double y, Double z, Predicate<Entity> filter)
-
-
-
-