Uses of Interface
net.minecraft.enchantment.effect.EnchantmentLocationBasedEffect
Packages that use EnchantmentLocationBasedEffect
Package
Description
-
Uses of EnchantmentLocationBasedEffect in net.minecraft.component
Fields in net.minecraft.component with type parameters of type EnchantmentLocationBasedEffectModifier and TypeFieldDescriptionstatic final ComponentType
<List<EnchantmentEffectEntry<EnchantmentLocationBasedEffect>>> EnchantmentEffectComponentTypes.LOCATION_CHANGED
-
Uses of EnchantmentLocationBasedEffect in net.minecraft.enchantment.effect
Subinterfaces of EnchantmentLocationBasedEffect in net.minecraft.enchantment.effectClasses in net.minecraft.enchantment.effect that implement EnchantmentLocationBasedEffectModifier and TypeClassDescriptionstatic final record
static final record
final record
Fields in net.minecraft.enchantment.effect with type parameters of type EnchantmentLocationBasedEffectModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EnchantmentLocationBasedEffect> EnchantmentLocationBasedEffect.CODEC
private final List
<EnchantmentLocationBasedEffect> AllOfEnchantmentEffects.LocationBasedEffects.effects
The field for theeffects
record component.Methods in net.minecraft.enchantment.effect that return types with arguments of type EnchantmentLocationBasedEffectModifier and TypeMethodDescriptionAllOfEnchantmentEffects.LocationBasedEffects.effects()
Returns the value of theeffects
record component.com.mojang.serialization.MapCodec
<? extends EnchantmentLocationBasedEffect> EnchantmentLocationBasedEffect.getCodec()
static com.mojang.serialization.MapCodec
<? extends EnchantmentLocationBasedEffect> EnchantmentLocationBasedEffect.registerAndGetDefault
(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect>> registry) Methods in net.minecraft.enchantment.effect with parameters of type EnchantmentLocationBasedEffectModifier and TypeMethodDescriptionAllOfEnchantmentEffects.allOf
(EnchantmentLocationBasedEffect[] locationBasedEffects) Method parameters in net.minecraft.enchantment.effect with type arguments of type EnchantmentLocationBasedEffectModifier and TypeMethodDescriptionstatic com.mojang.serialization.MapCodec
<? extends EnchantmentLocationBasedEffect> EnchantmentLocationBasedEffect.registerAndGetDefault
(Registry<com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect>> registry) Constructor parameters in net.minecraft.enchantment.effect with type arguments of type EnchantmentLocationBasedEffect -
Uses of EnchantmentLocationBasedEffect in net.minecraft.enchantment.effect.entity
Classes in net.minecraft.enchantment.effect.entity that implement EnchantmentLocationBasedEffectModifier 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 EnchantmentLocationBasedEffect in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type EnchantmentLocationBasedEffectModifier and TypeFieldDescriptionprivate final Reference2ObjectMap
<Enchantment, Set<EnchantmentLocationBasedEffect>> LivingEntity.locationBasedEnchantmentEffects
Methods in net.minecraft.entity that return types with arguments of type EnchantmentLocationBasedEffect -
Uses of EnchantmentLocationBasedEffect in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type EnchantmentLocationBasedEffectModifier and TypeFieldDescriptionstatic final Registry
<com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect>> Registries.ENCHANTMENT_LOCATION_BASED_EFFECT_TYPE
static final RegistryKey
<Registry<com.mojang.serialization.MapCodec<? extends EnchantmentLocationBasedEffect>>> RegistryKeys.ENCHANTMENT_LOCATION_BASED_EFFECT_TYPE