Class CodepointMap<T>

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

public class CodepointMap<T> extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • 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()