Uses of Interface
net.minecraft.enchantment.effect.EnchantmentEntityEffect
Packages that use EnchantmentEntityEffect
Package
Description
-
Uses of EnchantmentEntityEffect in net.minecraft.component
Fields in net.minecraft.component with type parameters of type EnchantmentEntityEffectModifier and TypeFieldDescriptionstatic final ComponentType
<List<EnchantmentEffectEntry<EnchantmentEntityEffect>>> EnchantmentEffectComponentTypes.HIT_BLOCK
static final ComponentType
<List<TargetedEnchantmentEffect<EnchantmentEntityEffect>>> EnchantmentEffectComponentTypes.POST_ATTACK
static final ComponentType
<List<EnchantmentEffectEntry<EnchantmentEntityEffect>>> EnchantmentEffectComponentTypes.PROJECTILE_SPAWNED
static final ComponentType
<List<EnchantmentEffectEntry<EnchantmentEntityEffect>>> EnchantmentEffectComponentTypes.TICK
-
Uses of EnchantmentEntityEffect in net.minecraft.enchantment
Method parameters in net.minecraft.enchantment with type arguments of type EnchantmentEntityEffectModifier and TypeMethodDescriptionstatic void
Enchantment.applyTargetedEffect
(TargetedEnchantmentEffect<EnchantmentEntityEffect> effect, ServerWorld world, int level, EnchantmentEffectContext context, Entity user, DamageSource damageSource) -
Uses of EnchantmentEntityEffect in net.minecraft.enchantment.effect
Classes in net.minecraft.enchantment.effect that implement EnchantmentEntityEffectFields in net.minecraft.enchantment.effect with type parameters of type EnchantmentEntityEffectModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EnchantmentEntityEffect> EnchantmentEntityEffect.CODEC
private final List
<EnchantmentEntityEffect> AllOfEnchantmentEffects.EntityEffects.effects
The field for theeffects
record component.Methods in net.minecraft.enchantment.effect that return types with arguments of type EnchantmentEntityEffectModifier and TypeMethodDescriptionAllOfEnchantmentEffects.EntityEffects.effects()
Returns the value of theeffects
record component.com.mojang.serialization.MapCodec
<? extends EnchantmentEntityEffect> EnchantmentEntityEffect.getCodec()
static com.mojang.serialization.MapCodec
<? extends EnchantmentEntityEffect> EnchantmentEntityEffect.registerAndGetDefault
(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffect>> registry) Methods in net.minecraft.enchantment.effect with parameters of type EnchantmentEntityEffectModifier and TypeMethodDescriptionAllOfEnchantmentEffects.allOf
(EnchantmentEntityEffect[] entityEffects) Method parameters in net.minecraft.enchantment.effect with type arguments of type EnchantmentEntityEffectModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<? extends EnchantmentEntityEffect> EnchantmentEntityEffect.registerAndGetDefault
(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffect>> registry) Constructor parameters in net.minecraft.enchantment.effect with type arguments of type EnchantmentEntityEffect -
Uses of EnchantmentEntityEffect in net.minecraft.enchantment.effect.entity
Classes in net.minecraft.enchantment.effect.entity that implement EnchantmentEntityEffectModifier and TypeClassDescriptionfinal record
final record
final record
final record
final record
final record
final record
final record
final record
final record
final record
final record
-
Uses of EnchantmentEntityEffect in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type EnchantmentEntityEffectModifier and TypeFieldDescriptionstatic final Registry
<com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffect>> Registries.ENCHANTMENT_ENTITY_EFFECT_TYPE
static final RegistryKey
<Registry<com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffect>>> RegistryKeys.ENCHANTMENT_ENTITY_EFFECT_TYPE