Package org.cyclops.cyclopscore.item
Class ItemInformationProviderNeoForge
java.lang.Object
org.cyclops.cyclopscore.item.ItemInformationProviderCommon
org.cyclops.cyclopscore.item.ItemInformationProviderNeoForge
public class ItemInformationProviderNeoForge
extends org.cyclops.cyclopscore.item.ItemInformationProviderCommon
This is responsible for adding "show more information" tooltips to registered items.
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.item.ItemInformationProviderCommon
ITEMS_INFO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
onTooltip
(net.neoforged.neoforge.event.entity.player.ItemTooltipEvent event) Methods inherited from class org.cyclops.cyclopscore.item.ItemInformationProviderCommon
registerItem
-
Constructor Details
-
ItemInformationProviderNeoForge
public ItemInformationProviderNeoForge()
-
-
Method Details
-
onTooltip
public static void onTooltip(net.neoforged.neoforge.event.entity.player.ItemTooltipEvent event)
-