Package com.cake.azimuth.goggle.builder
Class StatisticGoggleBuilder.StatisticDisplay
java.lang.Object
com.cake.azimuth.goggle.builder.StatisticGoggleBuilder.StatisticDisplay
- Direct Known Subclasses:
BarChartGoggleBuilder.BarChartDisplay
- Enclosing class:
StatisticGoggleBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendValueSuffix(net.minecraft.network.chat.Component component) net.minecraft.network.chat.MutableComponentdoublevoidprotected voidreplaceCurrentLine(net.minecraft.network.chat.MutableComponent line) withStatisticColor(int rgb) withStatisticColor(net.minecraft.ChatFormatting color) withStatisticColor(net.minecraft.network.chat.TextColor color)
-
Constructor Details
-
StatisticDisplay
public StatisticDisplay()
-
-
Method Details
-
withStatisticColor
public StatisticGoggleBuilder.StatisticDisplay withStatisticColor(net.minecraft.ChatFormatting color) -
withStatisticColor
-
withStatisticColor
public StatisticGoggleBuilder.StatisticDisplay withStatisticColor(net.minecraft.network.chat.TextColor color) -
appendValueSuffix
public StatisticGoggleBuilder.StatisticDisplay appendValueSuffix(net.minecraft.network.chat.Component component) -
refreshLine
public void refreshLine() -
normalizedRatio
public double normalizedRatio() -
currentLineCopy
public net.minecraft.network.chat.MutableComponent currentLineCopy() -
replaceCurrentLine
protected void replaceCurrentLine(net.minecraft.network.chat.MutableComponent line)
-