Uses of Enum Class
net.minecraft.entity.EntityGroup
Packages that use EntityGroup
Package
Description
-
Uses of EntityGroup in net.minecraft
Methods in net.minecraft that return EntityGroup -
Uses of EntityGroup in net.minecraft.enchantment
Fields in net.minecraft.enchantment declared as EntityGroupMethods in net.minecraft.enchantment with parameters of type EntityGroupModifier and TypeMethodDescriptionstatic floatEnchantmentHelper.getAttackDamage(ItemStack stack, EntityGroup group) floatDamageEnchantment.getDamageModifier(int index, EntityGroup target) floatEnchantment.getDamageModifier(int index, EntityGroup target) -
Uses of EntityGroup in net.minecraft.entity
Methods in net.minecraft.entity that return EntityGroupModifier and TypeMethodDescriptionLivingEntity.getGroup()SkeletonHorseEntity.getGroup()ZombieHorseEntity.getGroup()static EntityGroupReturns the enum constant of this class with the specified name.static EntityGroup[]EntityGroup.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EntityGroup in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss that return EntityGroup -
Uses of EntityGroup in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return EntityGroup