Interface Enemy
- All Known Implementing Classes:
AbstractIllager
,AbstractPiglin
,AbstractSkeleton
,Blaze
,CaveSpider
,Creeper
,Drowned
,ElderGuardian
,EnderDragon
,EnderMan
,Endermite
,Evoker
,Ghast
,Giant
,Guardian
,Hoglin
,Husk
,Illusioner
,MagmaCube
,Monster
,PatrollingMonster
,Phantom
,Piglin
,PiglinBrute
,Pillager
,Raider
,Ravager
,Shulker
,Silverfish
,Skeleton
,Slime
,SpellcasterIllager
,Spider
,Stray
,Vex
,Vindicator
,Witch
,WitherBoss
,WitherSkeleton
,Zoglin
,Zombie
,ZombieVillager
,ZombifiedPiglin
public interface Enemy
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
static int
static int
static int
static int
static int
-
Field Details
-
XP_REWARD_NONE
static final int XP_REWARD_NONE- See Also:
- Constant Field Values
-
XP_REWARD_SMALL
static final int XP_REWARD_SMALL- See Also:
- Constant Field Values
-
XP_REWARD_MEDIUM
static final int XP_REWARD_MEDIUM- See Also:
- Constant Field Values
-
XP_REWARD_LARGE
static final int XP_REWARD_LARGE- See Also:
- Constant Field Values
-
XP_REWARD_HUGE
static final int XP_REWARD_HUGE- See Also:
- Constant Field Values
-
XP_REWARD_BOSS
static final int XP_REWARD_BOSS- See Also:
- Constant Field Values
-