Package | Description |
---|---|
net.minecraft.util.datafix | |
net.minecraft.util.datafix.walkers | |
net.minecraftforge.common.util |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<IFixType,java.util.List<IDataWalker>> |
DataFixer.walkerMap |
Modifier and Type | Method and Description |
---|---|
void |
DataFixer.registerVanillaWalker(IFixType type,
IDataWalker walker) |
void |
DataFixer.registerWalker(FixTypes type,
IDataWalker walker) |
Modifier and Type | Class and Description |
---|---|
class |
BlockEntityTag |
class |
EntityTag |
class |
Filtered |
class |
ItemStackData |
class |
ItemStackDataLists |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<IFixType,java.util.List<IDataWalker>> |
CompoundDataFixer.walkers |
Modifier and Type | Method and Description |
---|---|
private java.util.List<IDataWalker> |
CompoundDataFixer.getWalkers(IFixType type) |
Modifier and Type | Method and Description |
---|---|
void |
CompoundDataFixer.registerVanillaWalker(IFixType type,
IDataWalker walker) |
void |
CompoundDataFixer.registerWalker(FixTypes type,
IDataWalker walker)
Deprecated.
|