Interface AllOf
public interface AllOf
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static final record
static final record
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T,
A extends T>
com.mojang.serialization.MapCodec<A> codec
(com.mojang.serialization.Codec<T> codec, Function<List<T>, A> getter, Function<A, List<T>> factory) static AllOf.EntityEffects
entityEffects
(EnchantmentEntityEffect... effects) static AllOf.LocationBasedEffects
locationBasedEffects
(EnchantmentLocationBasedEffect... effects) static AllOf.ValueEffects
valueEffects
(EnchantmentValueEffect... effects)
-
Method Details
-
codec
-
entityEffects
-
locationBasedEffects
-
valueEffects
-