Class LegacyJigsawRotationFix
java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.LegacyAbstractBlockPropertyFix
net.minecraft.util.datafix.fixes.LegacyJigsawRotationFix
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> com.mojang.serialization.Dynamic<T> fixProperties(String blockId, com.mojang.serialization.Dynamic<T> properties) protected booleanMethods inherited from class LegacyAbstractBlockPropertyFix
makeRuleMethods inherited from class com.mojang.datafixers.DataFix
checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead
-
Field Details
-
RENAMES
-
-
Constructor Details
-
LegacyJigsawRotationFix
public LegacyJigsawRotationFix(com.mojang.datafixers.schemas.Schema outputSchema)
-
-
Method Details
-
shouldFix
- Specified by:
shouldFixin classLegacyAbstractBlockPropertyFix
-
fixProperties
protected <T> com.mojang.serialization.Dynamic<T> fixProperties(String blockId, com.mojang.serialization.Dynamic<T> properties) - Specified by:
fixPropertiesin classLegacyAbstractBlockPropertyFix
-