Uses of Class
net.minecraft.entity.EntityGroup
Package | Description |
---|---|
net.minecraft.enchantment | |
net.minecraft.entity | |
net.minecraft.entity.boss | |
net.minecraft.entity.mob | |
net.minecraft.entity.passive |
-
Uses of EntityGroup in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type EntityGroup Modifier and Type Method Description float
DamageEnchantment. getAttackDamage(int level, EntityGroup group)
float
Enchantment. getAttackDamage(int level, EntityGroup group)
static float
EnchantmentHelper. getAttackDamage(ItemStack stack, EntityGroup group)
float
ImpalingEnchantment. getAttackDamage(int level, EntityGroup group)
-
Uses of EntityGroup in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityGroup Modifier and Type Field Description static EntityGroup
EntityGroup. AQUATIC
static EntityGroup
EntityGroup. ARTHROPOD
static EntityGroup
EntityGroup. DEFAULT
static EntityGroup
EntityGroup. ILLAGER
static EntityGroup
EntityGroup. UNDEAD
Methods in net.minecraft.entity that return EntityGroup Modifier and Type Method Description EntityGroup
LivingEntity. getGroup()
-
Uses of EntityGroup in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss that return EntityGroup Modifier and Type Method Description EntityGroup
WitherEntity. getGroup()
-
Uses of EntityGroup in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return EntityGroup Modifier and Type Method Description EntityGroup
AbstractSkeletonEntity. getGroup()
EntityGroup
EndermiteEntity. getGroup()
EntityGroup
GuardianEntity. getGroup()
EntityGroup
IllagerEntity. getGroup()
EntityGroup
PhantomEntity. getGroup()
EntityGroup
SilverfishEntity. getGroup()
EntityGroup
SkeletonHorseEntity. getGroup()
EntityGroup
SpiderEntity. getGroup()
EntityGroup
WaterCreatureEntity. getGroup()
EntityGroup
ZoglinEntity. getGroup()
EntityGroup
ZombieEntity. getGroup()
EntityGroup
ZombieHorseEntity. getGroup()
-
Uses of EntityGroup in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return EntityGroup Modifier and Type Method Description EntityGroup
AxolotlEntity. getGroup()
EntityGroup
BeeEntity. getGroup()
EntityGroup
TurtleEntity. getGroup()