You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.zivilon.cinder_loe.droptables;
|
|
|
|
public enum DropContext {
|
|
KILLED,
|
|
KILLED_BY_PLAYER,
|
|
KILLED_BY_ENTITY,
|
|
KILLED_BY_FIRE,
|
|
KILLED_BY_WITHER,
|
|
KILLED_BY_DROWNING,
|
|
KILLED_BY_EXPLOSION,
|
|
PICKPOCKET,
|
|
LOOTING_ACTIVE;
|
|
}
|