Class DeveloperRibbonType
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.DeveloperRibbonType
- All Implemented Interfaces:
RibbonType,ITranslatable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
description, icon, id, palette, prefix, suffix, translationKey -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeveloperRibbonType(String id, String translationKey, ResourceWithFallback icon, net.minecraft.network.chat.Component description, net.minecraft.network.chat.Component prefix, net.minecraft.network.chat.Component suffix, PaletteProperties palette) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
getDescription, getIcon, getNamePrefix, getNameSuffix, getPaletteOverride, getTranslationKey, idMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.pixelmonmod.pixelmon.api.util.ITranslatable
getLocalizedName, getTranslatedNameMethods inherited from interface com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.RibbonType
onTick
-
Constructor Details
-
DeveloperRibbonType
protected DeveloperRibbonType(String id, String translationKey, ResourceWithFallback icon, net.minecraft.network.chat.Component description, net.minecraft.network.chat.Component prefix, net.minecraft.network.chat.Component suffix, PaletteProperties palette)
-
-
Method Details
-
builder
-