类 BitStorageAlignFix

java.lang.Object
com.mojang.datafixers.DataFix
net.minecraft.util.datafix.fixes.BitStorageAlignFix

public class BitStorageAlignFix extends com.mojang.datafixers.DataFix
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static final int
     
    private static final int
     
    private static final int
     
    private static final int
     
    private static final int
     
    private static final int
     
  • 构造器概要

    构造器
    构造器
    说明
    BitStorageAlignFix(com.mojang.datafixers.schemas.Schema p_14736_)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static long[]
    addPadding(int p_14738_, int p_14739_, long[] p_14740_)
     
    protected com.mojang.datafixers.TypeRewriteRule
     
    private static com.mojang.serialization.Dynamic<?>
    updateBitStorage(com.mojang.serialization.Dynamic<?> p_14777_, com.mojang.serialization.Dynamic<?> p_14778_, int p_14779_, int p_14780_)
     
    private com.mojang.datafixers.Typed<?>
    updateHeightmaps(com.mojang.datafixers.Typed<?> p_14763_)
     
    private static com.mojang.datafixers.Typed<?>
    updateSections(com.mojang.datafixers.OpticFinder<?> p_14751_, com.mojang.datafixers.OpticFinder<?> p_14752_, com.mojang.datafixers.OpticFinder<List<com.mojang.datafixers.util.Pair<String,com.mojang.serialization.Dynamic<?>>>> p_14753_, com.mojang.datafixers.Typed<?> p_14754_)
     

    从类继承的方法 com.mojang.datafixers.DataFix

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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • BIT_TO_LONG_SHIFT

      private static final int BIT_TO_LONG_SHIFT
      另请参阅:
    • SECTION_WIDTH

      private static final int SECTION_WIDTH
      另请参阅:
    • SECTION_HEIGHT

      private static final int SECTION_HEIGHT
      另请参阅:
    • SECTION_SIZE

      private static final int SECTION_SIZE
      另请参阅:
    • HEIGHTMAP_BITS

      private static final int HEIGHTMAP_BITS
      另请参阅:
    • HEIGHTMAP_SIZE

      private static final int HEIGHTMAP_SIZE
      另请参阅:
  • 构造器详细资料

    • BitStorageAlignFix

      public BitStorageAlignFix(com.mojang.datafixers.schemas.Schema p_14736_)
  • 方法详细资料

    • makeRule

      protected com.mojang.datafixers.TypeRewriteRule makeRule()
      指定者:
      makeRule 在类中 com.mojang.datafixers.DataFix
    • updateHeightmaps

      private com.mojang.datafixers.Typed<?> updateHeightmaps(com.mojang.datafixers.Typed<?> p_14763_)
    • updateSections

      private static com.mojang.datafixers.Typed<?> updateSections(com.mojang.datafixers.OpticFinder<?> p_14751_, com.mojang.datafixers.OpticFinder<?> p_14752_, com.mojang.datafixers.OpticFinder<List<com.mojang.datafixers.util.Pair<String,com.mojang.serialization.Dynamic<?>>>> p_14753_, com.mojang.datafixers.Typed<?> p_14754_)
    • updateBitStorage

      private static com.mojang.serialization.Dynamic<?> updateBitStorage(com.mojang.serialization.Dynamic<?> p_14777_, com.mojang.serialization.Dynamic<?> p_14778_, int p_14779_, int p_14780_)
    • addPadding

      public static long[] addPadding(int p_14738_, int p_14739_, long[] p_14740_)