Package net.minecraft.entity.mob
Interface Monster
- All Known Implementing Classes:
 AbstractPiglinEntity,AbstractSkeletonEntity,BlazeEntity,BoggedEntity,BreezeEntity,CaveSpiderEntity,CreeperEntity,DrownedEntity,ElderGuardianEntity,EnderDragonEntity,EndermanEntity,EndermiteEntity,EvokerEntity,GhastEntity,GiantEntity,GuardianEntity,HoglinEntity,HostileEntity,HuskEntity,IllagerEntity,IllusionerEntity,MagmaCubeEntity,PatrolEntity,PhantomEntity,PiglinBruteEntity,PiglinEntity,PillagerEntity,RaiderEntity,RavagerEntity,ShulkerEntity,SilverfishEntity,SkeletonEntity,SlimeEntity,SpellcastingIllagerEntity,SpiderEntity,StrayEntity,VexEntity,VindicatorEntity,WardenEntity,WitchEntity,WitherEntity,WitherSkeletonEntity,ZoglinEntity,ZombieEntity,ZombieVillagerEntity,ZombifiedPiglinEntity
public interface Monster
This interface marks that an entity class belongs to monsters, including
 hostile mobs like zombies. It also contains constants to be used for
 setting 
MobEntity.experiencePoints.- See Also:
 - Mappings:
 Namespace Name named net/minecraft/entity/mob/Monsterintermediary net/minecraft/class_1569official cjv
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int 
- 
Field Details
- 
ZERO_XP
static final int ZERO_XP- See Also:
 - API Note:
 - This is used for mobs that do not drop experience.
 - Mappings:
 Namespace Name Mixin selector named ZERO_XPLnet/minecraft/entity/mob/Monster;ZERO_XP:Iintermediary field_30464Lnet/minecraft/class_1569;field_30464:Iofficial i_Lcjv;i_:I
 - 
SMALL_MONSTER_XP
static final int SMALL_MONSTER_XP- See Also:
 - API Note:
 - This is used for monsters such as endermites and vexes.
 - Mappings:
 Namespace Name Mixin selector named SMALL_MONSTER_XPLnet/minecraft/entity/mob/Monster;SMALL_MONSTER_XP:Iintermediary field_30465Lnet/minecraft/class_1569;field_30465:Iofficial j_Lcjv;j_:I
 - 
NORMAL_MONSTER_XP
static final int NORMAL_MONSTER_XP - 
STRONG_MONSTER_XP
static final int STRONG_MONSTER_XP - 
STRONGER_MONSTER_XP
static final int STRONGER_MONSTER_XP- See Also:
 - API Note:
 - This is used for piglin brutes and ravagers.
 - Mappings:
 Namespace Name Mixin selector named STRONGER_MONSTER_XPLnet/minecraft/entity/mob/Monster;STRONGER_MONSTER_XP:Iintermediary field_30468Lnet/minecraft/class_1569;field_30468:Iofficial m_Lcjv;m_:I
 - 
WITHER_XP
static final int WITHER_XP- See Also:
 - API Note:
 - This is used for withers.
 - Mappings:
 Namespace Name Mixin selector named WITHER_XPLnet/minecraft/entity/mob/Monster;WITHER_XP:Iintermediary field_30469Lnet/minecraft/class_1569;field_30469:Iofficial n_Lcjv;n_:I
 
 -