public interface Memory extends Item
Modifier and Type | Method and Description |
---|---|
double |
amount(net.minecraft.item.ItemStack stack)
The amount of RAM this component provides, as a generic scaling factor.
|
double amount(net.minecraft.item.ItemStack stack)
stack
- the item to get the provided memory for.