-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum ItemGenerationReason extends Enum<ItemGenerationReason>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description POPULATING
Whenever populating a chest
EXTERNAL
For use by external plugins
COMMAND
Whenever spawned by command
MONSTER_SPAWN
Whenever mobs spawn
DEFAULT
When all other reasons don't fit
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-