Package | Description |
---|---|
net.minecraft.util.datafix | |
net.minecraft.util.datafix.fixes | |
net.minecraftforge.common.util |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<IFixType,java.util.List<IFixableData>> |
DataFixer.fixMap |
Modifier and Type | Method and Description |
---|---|
void |
DataFixer.registerFix(IFixType type,
IFixableData fixable) |
Modifier and Type | Class and Description |
---|---|
class |
AddBedTileEntity |
class |
ArmorStandSilent |
class |
BannerItemColor |
class |
BedItemColor |
class |
BookPagesStrictJSON |
class |
CookedFishIDTypo |
class |
ElderGuardianSplit |
class |
EntityArmorAndHeld |
class |
EntityHealth |
class |
EntityId |
class |
ForceVBOOn |
class |
HorseSaddle |
class |
HorseSplit |
class |
ItemIntIDToString |
class |
MinecartEntityTypes |
class |
OptionsLowerCaseLanguage |
class |
PaintingDirection |
class |
PotionItems |
class |
PotionWater |
class |
RedundantChanceTags |
class |
RidingToPassengers |
class |
ShulkerBoxEntityColor |
class |
ShulkerBoxItemColor |
class |
ShulkerBoxTileColor |
class |
SignStrictJSON |
class |
SkeletonSplit |
class |
SpawnEggNames |
class |
SpawnerEntityTypes |
class |
StringToUUID |
class |
TileEntityId |
class |
TotemItemRename |
class |
ZombieProfToType |
class |
ZombieSplit |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<IFixType,java.util.List<IFixableData>> |
ModFixs.fixes |
Modifier and Type | Method and Description |
---|---|
java.util.List<IFixableData> |
ModFixs.getFixes(IFixType type) |
Modifier and Type | Method and Description |
---|---|
void |
ModFixs.registerFix(IFixType type,
IFixableData fixer) |
void |
CompoundDataFixer.registerFix(IFixType type,
IFixableData fixable)
Deprecated.
|