Package org.bukkit.map
Class MinecraftFont
- java.lang.Object
-
- org.bukkit.map.MapFont
-
- org.bukkit.map.MinecraftFont
-
public class MinecraftFont extends MapFont
Represents the built-in Minecraft font.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bukkit.map.MapFont
MapFont.CharacterSprite
-
-
Field Summary
Fields Modifier and Type Field Description static MinecraftFont
Font
A static non-malleable MinecraftFont.
-
Constructor Summary
Constructors Constructor Description MinecraftFont()
Initialize a new MinecraftFont.
-
-
-
Field Detail
-
Font
@NotNull public static final MinecraftFont Font
A static non-malleable MinecraftFont.
-
-