Package com.mojang.blaze3d.font
Class SpaceProvider
java.lang.Object
com.mojang.blaze3d.font.SpaceProvider
- All Implemented Interfaces:
GlyphProvider
,AutoCloseable
-
Field Summary
Modifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<GlyphInfo.SpaceGlyphInfo>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GlyphProviderBuilder
builderFromJson
(com.google.gson.JsonObject p_231107_) getGlyph
(int p_231105_) it.unimi.dsi.fastutil.ints.IntSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.blaze3d.font.GlyphProvider
close
-
Field Details
-
glyphs
-
-
Constructor Details
-
SpaceProvider
public SpaceProvider(it.unimi.dsi.fastutil.ints.Int2FloatMap p_231100_)
-
-
Method Details
-
getGlyph
- Specified by:
getGlyph
in interfaceGlyphProvider
-
getSupportedGlyphs
public it.unimi.dsi.fastutil.ints.IntSet getSupportedGlyphs()- Specified by:
getSupportedGlyphs
in interfaceGlyphProvider
-
builderFromJson
-