类 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 p_285131_)
    • put

      @Nullable public T put(int p_285321_, T p_285073_)
    • computeIfAbsent

      public T computeIfAbsent(int p_285365_, IntFunction<T> p_285147_)
    • remove

      @Nullable public T remove(int p_285488_)
    • forEach

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

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