Interface AllOf
public interface AllOf
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordstatic final record -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T,A extends T>
com.mojang.serialization.MapCodec<A> codec(com.mojang.serialization.Codec<T> pCodec, Function<List<T>, A> pGetter, Function<A, List<T>> pFactory) static AllOf.EntityEffectsentityEffects(EnchantmentEntityEffect... pEffects) static AllOf.LocationBasedEffectslocationBasedEffects(EnchantmentLocationBasedEffect... pEffects) static AllOf.ValueEffectsvalueEffects(EnchantmentValueEffect... pEffects)
-
Method Details
-
codec
-
entityEffects
-
locationBasedEffects
-
valueEffects
-