Package net.minecraft.data
Interface SNBTToNBTConverter.ITransformer
-
- All Known Implementing Classes:
StructureUpdater
- Enclosing class:
- SNBTToNBTConverter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface SNBTToNBTConverter.ITransformer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompoundNBT
apply(java.lang.String p_225371_1_, CompoundNBT p_225371_2_)
-
-
-
Method Detail
-
apply
CompoundNBT apply(java.lang.String p_225371_1_, CompoundNBT p_225371_2_)
-
-