Class BeehiveRenameFix

java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.datafixer.fix.PointOfInterestRenameFix
net.minecraft.datafixer.fix.BeehiveRenameFix

public class BeehiveRenameFix
extends PointOfInterestRenameFix
  • Constructor Summary

    Constructors
    Constructor Description
    BeehiveRenameFix​(com.mojang.datafixers.schemas.Schema outputSchema)  
  • Method Summary

    Modifier and Type Method Description
    protected String rename​(String input)  

    Methods inherited from class net.minecraft.datafixer.fix.PointOfInterestRenameFix

    makeRule

    Methods inherited from class com.mojang.datafixers.DataFix

    checked, convertUnchecked, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhere, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, fixTypeEverywhereTyped, getInputSchema, getOutputSchema, getRule, getVersionKey, onFail, writeAndRead, writeFixAndRead

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BeehiveRenameFix

      public BeehiveRenameFix​(com.mojang.datafixers.schemas.Schema outputSchema)
  • Method Details