Package com.wdiscute.libtooltips
Class Tooltips
java.lang.Object
com.wdiscute.libtooltips.Tooltips
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic voidmodifyItemTooltip(net.minecraftforge.event.entity.player.ItemTooltipEvent event) static voidregisterProcessor(String tag, org.apache.commons.lang3.function.TriFunction<String, net.minecraft.world.item.ItemStack, net.minecraft.world.entity.Entity, net.minecraft.network.chat.MutableComponent> processor) static net.minecraft.network.chat.MutableComponentresolveTagsToComponent(String input) static net.minecraft.network.chat.MutableComponentresolveTagsToComponent(String input, net.minecraft.world.item.ItemStack stack, net.minecraft.world.entity.Entity entity) static net.minecraft.network.chat.MutableComponentresolveTagsToComponentFromTranslationKey(String translationKey) static net.minecraft.network.chat.MutableComponentresolveTagsToComponentFromTranslationKey(String translationKey, net.minecraft.world.item.ItemStack stack, net.minecraft.world.entity.Entity entity)
-
Field Details
-
MOD_ID
- See Also:
-
-
Constructor Details
-
Tooltips
public Tooltips()
-
-
Method Details
-
registerProcessor
-
hasTags
-
resolveTagsToComponentFromTranslationKey
public static net.minecraft.network.chat.MutableComponent resolveTagsToComponentFromTranslationKey(String translationKey, @Nullable net.minecraft.world.item.ItemStack stack, @Nullable net.minecraft.world.entity.Entity entity) -
resolveTagsToComponentFromTranslationKey
public static net.minecraft.network.chat.MutableComponent resolveTagsToComponentFromTranslationKey(String translationKey) -
resolveTagsToComponent
-
resolveTagsToComponent
public static net.minecraft.network.chat.MutableComponent resolveTagsToComponent(String input, @Nullable net.minecraft.world.item.ItemStack stack, @Nullable net.minecraft.world.entity.Entity entity) -
modifyItemTooltip
public static void modifyItemTooltip(net.minecraftforge.event.entity.player.ItemTooltipEvent event)
-