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_TYPE
static 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.activeLocationDependentEnchantments
Methods 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 record
static final record
final record
final record
final record
final record
final record
final record
final record
final record
final record
final record
final record
final record
final record
Fields in net.minecraft.world.item.enchantment.effects with type parameters of type EnchantmentLocationBasedEffectModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EnchantmentLocationBasedEffect> EnchantmentLocationBasedEffect.CODEC
private final List
<EnchantmentLocationBasedEffect> AllOf.LocationBasedEffects.effects
The field for theeffects
record 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 theeffects
record component.Methods in net.minecraft.world.item.enchantment.effects with parameters of type EnchantmentLocationBasedEffectModifier and TypeMethodDescriptionstatic AllOf.LocationBasedEffects
AllOf.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 aLocationBasedEffects
record class.