Uses of Enum Class
net.neoforged.neoforge.common.tooltip.TooltipLocation
Packages that use TooltipLocation
-
Uses of TooltipLocation in net.neoforged.neoforge.common.tooltip
Subclasses with type arguments of type TooltipLocation in net.neoforged.neoforge.common.tooltipMethods in net.neoforged.neoforge.common.tooltip that return TooltipLocationModifier and TypeMethodDescriptionstatic TooltipLocationReturns the enum constant of this class with the specified name.static TooltipLocation[]TooltipLocation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TooltipLocation in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event with type parameters of type TooltipLocationModifier and TypeFieldDescriptionprivate final Map<TooltipLocation, List<TooltipAppender>> RegisterTooltipAppendersEvent.appendersMethods in net.neoforged.neoforge.event with parameters of type TooltipLocationModifier and TypeMethodDescriptionvoidRegisterTooltipAppendersEvent.registerAppender(TooltipLocation location, TooltipAppender appender) Register aTooltipAppenderat the providedTooltipLocation.Constructor parameters in net.neoforged.neoforge.event with type arguments of type TooltipLocationModifierConstructorDescriptionRegisterTooltipAppendersEvent(Map<TooltipLocation, List<TooltipAppender>> appenders, Map<DataComponentType<?>, TooltipAppender> componentAppenders, MutableGraph<DataComponentType<?>> componentGraph, DataComponentType<?> firstVanillaType, DataComponentType<?> lastVanillaType)