Interface IFontExtension
public interface IFontExtension
Extension interface for
Font
.-
Field Summary
Fields -
Method Summary
-
Field Details
-
ELLIPSIS
static final net.minecraft.network.chat.FormattedText ELLIPSIS
-
-
Method Details
-
self
net.minecraft.client.gui.Font self() -
ellipsize
default net.minecraft.network.chat.FormattedText ellipsize(net.minecraft.network.chat.FormattedText text, int maxWidth) If the width of the text exceedsmaxWidth
, an ellipse is added and the text is substringed.- Parameters:
text
- the text to ellipsize if neededmaxWidth
- the maximum width of the text- Returns:
- the ellipsized text
-