Class FakeDataFixer
- java.lang.Object
-
- com.therandomlabs.randompatches.util.FakeDataFixer
-
- All Implemented Interfaces:
com.mojang.datafixers.DataFixer
public final class FakeDataFixer extends Object implements com.mojang.datafixers.DataFixer
A no-opDataFixer.
-
-
Constructor Summary
Constructors Constructor Description FakeDataFixer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mojang.datafixers.schemas.SchemagetSchema(int key)<T> com.mojang.serialization.Dynamic<T>update(com.mojang.datafixers.DSL.TypeReference type, com.mojang.serialization.Dynamic<T> input, int version, int newVersion)
-
-
-
Method Detail
-
update
public <T> com.mojang.serialization.Dynamic<T> update(com.mojang.datafixers.DSL.TypeReference type, com.mojang.serialization.Dynamic<T> input, int version, int newVersion)- Specified by:
updatein interfacecom.mojang.datafixers.DataFixer
-
getSchema
public com.mojang.datafixers.schemas.Schema getSchema(int key)
- Specified by:
getSchemain interfacecom.mojang.datafixers.DataFixer
-
-