Package net.minecraft.enchantment.effect
Interface EnchantmentEntityEffect
- All Superinterfaces:
- EnchantmentLocationBasedEffect
- All Known Implementing Classes:
- AllOfEnchantmentEffects.EntityEffects,- ApplyMobEffectEnchantmentEffect,- ChangeItemDamageEnchantmentEffect,- DamageEntityEnchantmentEffect,- ExplodeEnchantmentEffect,- IgniteEnchantmentEffect,- PlaySoundEnchantmentEffect,- ReplaceBlockEnchantmentEffect,- ReplaceDiskEnchantmentEffect,- RunFunctionEnchantmentEffect,- SetBlockPropertiesEnchantmentEffect,- SpawnParticlesEnchantmentEffect,- SummonEntityEnchantmentEffect
- Mappings:
- Namespace - Name - named - net/minecraft/enchantment/effect/EnchantmentEntityEffect- intermediary - net/minecraft/class_9721- official - ddr
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnchantmentEntityEffect> 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos) default voidapply(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos, boolean newlyApplied) com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffect> getCodec()static com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffect> registerAndGetDefault(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffect>> registry) Methods inherited from interface net.minecraft.enchantment.effect.EnchantmentLocationBasedEffectremove
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/enchantment/effect/EnchantmentEntityEffect;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_51707- Lnet/minecraft/class_9721;field_51707:Lcom/mojang/serialization/Codec;- official - b- Lddr;b:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Method Details- 
registerAndGetDefaultstatic com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffect> registerAndGetDefault(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentEntityEffect>> registry) - Mappings:
- Namespace - Name - Mixin selector - named - registerAndGetDefault- Lnet/minecraft/enchantment/effect/EnchantmentEntityEffect;registerAndGetDefault(Lnet/minecraft/registry/Registry;)Lcom/mojang/serialization/MapCodec;- intermediary - method_60231- Lnet/minecraft/class_9721;method_60231(Lnet/minecraft/class_2378;)Lcom/mojang/serialization/MapCodec;- official - a- Lddr;a(Lke;)Lcom/mojang/serialization/MapCodec;
 
- 
apply- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/enchantment/effect/EnchantmentEntityEffect;apply(Lnet/minecraft/server/world/ServerWorld;ILnet/minecraft/enchantment/EnchantmentEffectContext;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Vec3d;)V- intermediary - method_60220- Lnet/minecraft/class_9721;method_60220(Lnet/minecraft/class_3218;ILnet/minecraft/class_9699;Lnet/minecraft/class_1297;Lnet/minecraft/class_243;)V- official - a- Lddr;a(Lard;ILdcz;Lbum;Lfbb;)V
 
- 
applydefault void apply(ServerWorld world, int level, EnchantmentEffectContext context, Entity user, Vec3d pos, boolean newlyApplied) - Specified by:
- applyin interface- EnchantmentLocationBasedEffect
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/enchantment/effect/EnchantmentLocationBasedEffect;apply(Lnet/minecraft/server/world/ServerWorld;ILnet/minecraft/enchantment/EnchantmentEffectContext;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Vec3d;Z)V- intermediary - method_60221- Lnet/minecraft/class_9722;method_60221(Lnet/minecraft/class_3218;ILnet/minecraft/class_9699;Lnet/minecraft/class_1297;Lnet/minecraft/class_243;Z)V- official - a- Ldds;a(Lard;ILdcz;Lbum;Lfbb;Z)V
 
- 
getCodeccom.mojang.serialization.MapCodec<? extends EnchantmentEntityEffect> getCodec()- Specified by:
- getCodecin interface- EnchantmentLocationBasedEffect
- Mappings:
- Namespace - Name - Mixin selector - named - getCodec- Lnet/minecraft/enchantment/effect/EnchantmentLocationBasedEffect;getCodec()Lcom/mojang/serialization/MapCodec;- intermediary - method_60219- Lnet/minecraft/class_9722;method_60219()Lcom/mojang/serialization/MapCodec;- official - a- Ldds;a()Lcom/mojang/serialization/MapCodec;
 
 
-