Uses of Interface
net.neoforged.neoforge.client.IItemDecorator
Packages that use IItemDecorator
-
Uses of IItemDecorator in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client with type parameters of type IItemDecoratorModifier and TypeFieldDescriptionprivate final List<IItemDecorator> ItemDecoratorHandler.itemDecoratorsConstructor parameters in net.neoforged.neoforge.client with type arguments of type IItemDecorator -
Uses of IItemDecorator in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type IItemDecoratorModifier and TypeFieldDescriptionprivate final Map<Item, List<IItemDecorator>> RegisterItemDecorationsEvent.decoratorsMethods in net.neoforged.neoforge.client.event with parameters of type IItemDecoratorModifier and TypeMethodDescriptionvoidRegisterItemDecorationsEvent.register(ItemLike itemLike, IItemDecorator decorator) Register an ItemDecorator to an ItemConstructor parameters in net.neoforged.neoforge.client.event with type arguments of type IItemDecoratorModifierConstructorDescriptionRegisterItemDecorationsEvent(Map<Item, List<IItemDecorator>> decorators)