Uses of Class
org.bukkit.map.MapFont.CharacterSprite
Packages that use MapFont.CharacterSprite
-
Uses of MapFont.CharacterSprite in org.bukkit.map
Methods in org.bukkit.map that return MapFont.CharacterSpriteModifier and TypeMethodDescription@Nullable MapFont.CharacterSpriteMapFont.getChar(char ch) Get the sprite for a given character.Methods in org.bukkit.map with parameters of type MapFont.CharacterSpriteModifier and TypeMethodDescriptionvoidMapFont.setChar(char ch, @NotNull MapFont.CharacterSprite sprite) Set the sprite for a given character.