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

      public @Nullable T get(int codepoint)
    • put

      public @Nullable T put(int codepoint, T value)
    • computeIfAbsent

      public T computeIfAbsent(int codepoint, IntFunction<T> mapper)
    • remove

      public @Nullable T remove(int codepoint)
    • forEach

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

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