public interface Function
Modifier and Type | Method and Description |
---|---|
org.bukkit.inventory.ItemStack |
apply(org.bukkit.inventory.ItemStack original,
Random r)
Applies the function to an ItemStack.
|
org.bukkit.inventory.ItemStack apply(org.bukkit.inventory.ItemStack original, Random r)
original
- The ItemStack on which to apply the function.r
- The Random instance to use.Copyright © 2020. All rights reserved.