类 CodepointMap<T>

java.lang.Object
net.minecraft.client.gui.font.CodepointMap<T>

public class CodepointMap<T> extends Object
  • 字段详细资料

    • BLOCK_BITS

      private static final int BLOCK_BITS
      另请参阅:
    • BLOCK_SIZE

      private static final int BLOCK_SIZE
      另请参阅:
    • IN_BLOCK_MASK

      private static final int IN_BLOCK_MASK
      另请参阅:
    • MAX_BLOCK

      private static final int MAX_BLOCK
      另请参阅:
    • BLOCK_COUNT

      private static final int BLOCK_COUNT
      另请参阅:
    • empty

      private final T[] empty
    • blockMap

      private final T[][] blockMap
    • blockConstructor

      private final IntFunction<T[]> blockConstructor
  • 构造器详细资料

  • 方法详细资料

    • clear

      public void clear()
    • get

      @Nullable public T get(int pIndex)
    • put

      @Nullable public T put(int pIndex, T pValue)
    • computeIfAbsent

      public T computeIfAbsent(int pIndex, IntFunction<T> pValueIfAbsentGetter)
    • remove

      @Nullable public T remove(int pIndex)
    • forEach

      public void forEach(CodepointMap.Output<T> pOutput)
    • keySet

      public it.unimi.dsi.fastutil.ints.IntSet keySet()