Uses of Interface
net.minecraft.enchantment.effect.EnchantmentEntityEffectType
Packages that use EnchantmentEntityEffectType
Package
Description
-
Uses of EnchantmentEntityEffectType in net.minecraft.component
Fields in net.minecraft.component with type parameters of type EnchantmentEntityEffectTypeModifier and TypeFieldDescriptionstatic final ComponentType<List<EnchantmentEffectEntry<EnchantmentEntityEffectType>>> EnchantmentEffectComponentTypes.HIT_BLOCKstatic final ComponentType<List<TargetedEnchantmentEffectType<EnchantmentEntityEffectType>>> EnchantmentEffectComponentTypes.POST_ATTACKstatic final ComponentType<List<EnchantmentEffectEntry<EnchantmentEntityEffectType>>> EnchantmentEffectComponentTypes.PROJECTILE_SPAWNEDstatic final ComponentType<List<EnchantmentEffectEntry<EnchantmentEntityEffectType>>> EnchantmentEffectComponentTypes.TICK -
Uses of EnchantmentEntityEffectType in net.minecraft.enchantment
Method parameters in net.minecraft.enchantment with type arguments of type EnchantmentEntityEffectTypeModifier and TypeMethodDescriptionstatic voidEnchantment.applyTargetedEffect(TargetedEnchantmentEffectType<EnchantmentEntityEffectType> effectType, ServerWorld world, int level, EnchantmentEffectContext context, Entity user, DamageSource damageSource) -
Uses of EnchantmentEntityEffectType in net.minecraft.enchantment.effect
Classes in net.minecraft.enchantment.effect that implement EnchantmentEntityEffectTypeFields in net.minecraft.enchantment.effect with type parameters of type EnchantmentEntityEffectTypeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnchantmentEntityEffectType> EnchantmentEntityEffectType.CODECprivate final List<EnchantmentEntityEffectType> AllOfEnchantmentEffectTypes.EntityEffects.effectsThe field for theeffectsrecord component.Methods in net.minecraft.enchantment.effect that return types with arguments of type EnchantmentEntityEffectTypeModifier and TypeMethodDescriptionAllOfEnchantmentEffectTypes.EntityEffects.effects()Returns the value of theeffectsrecord component.com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffectType> EnchantmentEntityEffectType.getCodec()static com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffectType> EnchantmentEntityEffectType.registerAndGetDefault(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffectType>> registry) Methods in net.minecraft.enchantment.effect with parameters of type EnchantmentEntityEffectTypeModifier and TypeMethodDescriptionAllOfEnchantmentEffectTypes.allOf(EnchantmentEntityEffectType[] entityEffects) Method parameters in net.minecraft.enchantment.effect with type arguments of type EnchantmentEntityEffectTypeModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffectType> EnchantmentEntityEffectType.registerAndGetDefault(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffectType>> registry) Constructor parameters in net.minecraft.enchantment.effect with type arguments of type EnchantmentEntityEffectType -
Uses of EnchantmentEntityEffectType in net.minecraft.enchantment.effect.entity
Classes in net.minecraft.enchantment.effect.entity that implement EnchantmentEntityEffectTypeModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal record -
Uses of EnchantmentEntityEffectType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type EnchantmentEntityEffectTypeModifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffectType>> Registries.ENCHANTMENT_ENTITY_EFFECT_TYPEstatic final RegistryKey<Registry<com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffectType>>> RegistryKeys.ENCHANTMENT_ENTITY_EFFECT_TYPE