Uses of Interface
net.minecraft.world.item.enchantment.effects.EnchantmentLocationBasedEffect
Packages that use EnchantmentLocationBasedEffect
Package
Description
-
Uses of EnchantmentLocationBasedEffect in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type EnchantmentLocationBasedEffectModifier and TypeFieldDescriptionstatic final Registry<com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect>> BuiltInRegistries.ENCHANTMENT_LOCATION_BASED_EFFECT_TYPEstatic final ResourceKey<Registry<com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect>>> Registries.ENCHANTMENT_LOCATION_BASED_EFFECT_TYPE -
Uses of EnchantmentLocationBasedEffect in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type EnchantmentLocationBasedEffectModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.objects.Reference2ObjectMap<Enchantment, Set<EnchantmentLocationBasedEffect>> LivingEntity.activeLocationDependentEnchantmentsMethods in net.minecraft.world.entity that return types with arguments of type EnchantmentLocationBasedEffect -
Uses of EnchantmentLocationBasedEffect in net.minecraft.world.item.enchantment
Fields in net.minecraft.world.item.enchantment with type parameters of type EnchantmentLocationBasedEffectModifier and TypeFieldDescriptionstatic final DataComponentType<List<ConditionalEffect<EnchantmentLocationBasedEffect>>> EnchantmentEffectComponents.LOCATION_CHANGED -
Uses of EnchantmentLocationBasedEffect in net.minecraft.world.item.enchantment.effects
Subinterfaces of EnchantmentLocationBasedEffect in net.minecraft.world.item.enchantment.effectsClasses in net.minecraft.world.item.enchantment.effects that implement EnchantmentLocationBasedEffectModifier and TypeClassDescriptionstatic final recordstatic final recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordFields in net.minecraft.world.item.enchantment.effects with type parameters of type EnchantmentLocationBasedEffectModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<EnchantmentLocationBasedEffect> EnchantmentLocationBasedEffect.CODECprivate final List<EnchantmentLocationBasedEffect> AllOf.LocationBasedEffects.effectsThe field for theeffectsrecord component.Methods in net.minecraft.world.item.enchantment.effects that return types with arguments of type EnchantmentLocationBasedEffectModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect> EnchantmentLocationBasedEffect.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect>> p_344955_) com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect> EnchantmentLocationBasedEffect.codec()AllOf.LocationBasedEffects.effects()Returns the value of theeffectsrecord component.Methods in net.minecraft.world.item.enchantment.effects with parameters of type EnchantmentLocationBasedEffectModifier and TypeMethodDescriptionstatic AllOf.LocationBasedEffectsAllOf.locationBasedEffects(EnchantmentLocationBasedEffect... p_345280_) Method parameters in net.minecraft.world.item.enchantment.effects with type arguments of type EnchantmentLocationBasedEffectModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect> EnchantmentLocationBasedEffect.bootstrap(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect>> p_344955_) Constructor parameters in net.minecraft.world.item.enchantment.effects with type arguments of type EnchantmentLocationBasedEffectModifierConstructorDescriptionCreates an instance of aLocationBasedEffectsrecord class.