public class DeveloperRibbonType extends SimpleRibbonType
Modifier and Type | Class and Description |
---|---|
static class |
DeveloperRibbonType.Builder |
description, icon, id, palette, prefix, suffix, translationKey
Modifier | Constructor and Description |
---|---|
protected |
DeveloperRibbonType(java.lang.String id,
java.lang.String translationKey,
ResourceWithFallback icon,
net.minecraft.util.text.ITextComponent description,
net.minecraft.util.text.ITextComponent prefix,
net.minecraft.util.text.ITextComponent suffix,
PaletteProperties palette) |
Modifier and Type | Method and Description |
---|---|
static DeveloperRibbonType.Builder |
builder() |
equals, getDescription, getIcon, getNamePrefix, getNameSuffix, getPaletteOverride, getTranslationKey, hashCode, id, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
onTick
getLocalizedName, getTranslatedName
protected DeveloperRibbonType(java.lang.String id, java.lang.String translationKey, ResourceWithFallback icon, net.minecraft.util.text.ITextComponent description, net.minecraft.util.text.ITextComponent prefix, net.minecraft.util.text.ITextComponent suffix, PaletteProperties palette)
public static DeveloperRibbonType.Builder builder()