public interface IEntityDrop
Modifier and Type | Method and Description |
---|---|
float |
getChance() |
IItemStack |
getItemStack() |
int |
getMax() |
int |
getMin() |
IntegerRange |
getRange() |
boolean |
isPlayerOnly() |
IItemStack getItemStack()
int getMin()
int getMax()
IntegerRange getRange()
float getChance()
boolean isPlayerOnly()