Interface EntitySpawnerItemVariantComponentFix.Fixer
- All Superinterfaces:
Function<com.mojang.datafixers.Typed<?>, com.mojang.datafixers.Typed<?>>
- Enclosing class:
EntitySpawnerItemVariantComponentFix
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
private static interface EntitySpawnerItemVariantComponentFix.Fixer
extends Function<com.mojang.datafixers.Typed<?>, com.mojang.datafixers.Typed<?>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.mojang.datafixers.Typed<?> apply(com.mojang.datafixers.Typed<?> components) default <T> com.mojang.serialization.Dynamic<T> fixRemainder(com.mojang.serialization.Dynamic<T> remainder) <T> com.mojang.serialization.Dynamic<T> fixRemainder(com.mojang.serialization.Dynamic<T> remainder, com.mojang.serialization.Dynamic<T> bucketData)
-
Method Details
-
apply
-
fixRemainder
default <T> com.mojang.serialization.Dynamic<T> fixRemainder(com.mojang.serialization.Dynamic<T> remainder) -
fixRemainder
<T> com.mojang.serialization.Dynamic<T> fixRemainder(com.mojang.serialization.Dynamic<T> remainder, com.mojang.serialization.Dynamic<T> bucketData)
-