Uses of Interface
org.bukkit.util.Consumer
-
Packages that use Consumer Package Description org.bukkit More generalized classes in the API. -
-
Uses of Consumer in org.bukkit
Methods in org.bukkit with parameters of type Consumer Modifier and Type Method Description <T extends Entity>
TWorld. spawn(Location location, Class<T> clazz, Consumer<T> function)
Spawn an entity of a specific class at the givenLocation
, with the supplied function run before the entity is added to the world.
-