Package net.minecraft.enchantment.effect
Interface AllOfEnchantmentEffectTypes
public interface AllOfEnchantmentEffectTypes
- Mappings:
Namespace Name named net/minecraft/enchantment/effect/AllOfEnchantmentEffectTypes
intermediary net/minecraft/class_9712
official czw
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final record
static final record
static final record
-
Method Summary
Modifier and TypeMethodDescriptionallOf
(EnchantmentEntityEffectType[] entityEffects) allOf
(EnchantmentLocationBasedEffectType[] locationBasedEffects) allOf
(EnchantmentValueEffectType[] valueEffects) static <T,
A extends T>
com.mojang.serialization.MapCodec<A> buildCodec
(com.mojang.serialization.Codec<T> baseCodec, Function<List<T>, A> fromList, Function<A, List<T>> toList)
-
Method Details
-
buildCodec
static <T,A extends T> com.mojang.serialization.MapCodec<A> buildCodec(com.mojang.serialization.Codec<T> baseCodec, Function<List<T>, A> fromList, Function<A, List<T>> toList) - Mappings:
Namespace Name Mixin selector named buildCodec
Lnet/minecraft/enchantment/effect/AllOfEnchantmentEffectTypes;buildCodec(Lcom/mojang/serialization/Codec;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec;
intermediary method_60214
Lnet/minecraft/class_9712;method_60214(Lcom/mojang/serialization/Codec;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec;
official a
Lczw;a(Lcom/mojang/serialization/Codec;Ljava/util/function/Function;Ljava/util/function/Function;)Lcom/mojang/serialization/MapCodec;
-
allOf
- Mappings:
Namespace Name Mixin selector named allOf
Lnet/minecraft/enchantment/effect/AllOfEnchantmentEffectTypes;allOf([Lnet/minecraft/enchantment/effect/EnchantmentEntityEffectType;)Lnet/minecraft/enchantment/effect/AllOfEnchantmentEffectTypes$EntityEffects;
intermediary method_60216
Lnet/minecraft/class_9712;method_60216([Lnet/minecraft/class_9721;)Lnet/minecraft/class_9712$class_9713;
official a
Lczw;a([Ldac;)Lczw$a;
-
allOf
static AllOfEnchantmentEffectTypes.LocationBasedEffects allOf(EnchantmentLocationBasedEffectType[] locationBasedEffects) - Mappings:
Namespace Name Mixin selector named allOf
Lnet/minecraft/enchantment/effect/AllOfEnchantmentEffectTypes;allOf([Lnet/minecraft/enchantment/effect/EnchantmentLocationBasedEffectType;)Lnet/minecraft/enchantment/effect/AllOfEnchantmentEffectTypes$LocationBasedEffects;
intermediary method_60217
Lnet/minecraft/class_9712;method_60217([Lnet/minecraft/class_9722;)Lnet/minecraft/class_9712$class_9714;
official a
Lczw;a([Ldad;)Lczw$b;
-
allOf
- Mappings:
Namespace Name Mixin selector named allOf
Lnet/minecraft/enchantment/effect/AllOfEnchantmentEffectTypes;allOf([Lnet/minecraft/enchantment/effect/EnchantmentValueEffectType;)Lnet/minecraft/enchantment/effect/AllOfEnchantmentEffectTypes$ValueEffects;
intermediary method_60218
Lnet/minecraft/class_9712;method_60218([Lnet/minecraft/class_9723;)Lnet/minecraft/class_9712$class_9715;
official a
Lczw;a([Ldae;)Lczw$c;
-