@Deprecated public class LegacyUnicodeFontProvider extends java.lang.Object implements FontProvider
Removed on Minecraft 1.20
The functionality has been replaced by UnihexFontProvider
A legacy unicode font. This format is deprecated and only prioritized when the "Force Unicode Font" option is turned on
UnihexFontProvider| Modifier | Constructor and Description |
|---|---|
protected |
LegacyUnicodeFontProvider(net.kyori.adventure.key.Key sizes,
java.lang.String template)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
|
@NotNull java.util.stream.Stream<? extends net.kyori.examination.ExaminableProperty> |
examinableProperties()
Deprecated.
|
int |
hashCode()
Deprecated.
|
net.kyori.adventure.key.Key |
sizes()
Deprecated.
Returns the resource location inside assets/<namespace>/
of a binary file describing the horizontal start and
end positions for each character from 0 to 15
|
java.lang.String |
template()
Deprecated.
Returns the resource location inside assets/<namespace>/textures
that leads to the texture files that should be used for this provider
|
java.lang.String |
toString()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitprotected LegacyUnicodeFontProvider(net.kyori.adventure.key.Key sizes,
java.lang.String template)
public net.kyori.adventure.key.Key sizes()
The target file extension must be .bin
public java.lang.String template()
The game replaces %s from the value of this tag with the first two characters of the hex code of the replaced characters
@NotNull public @NotNull java.util.stream.Stream<? extends net.kyori.examination.ExaminableProperty> examinableProperties()
examinableProperties in interface net.kyori.examination.Examinablepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object