Uses of Interface
net.minecraftforge.client.IItemDecorator
Packages that use IItemDecorator
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of IItemDecorator in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type IItemDecoratorModifier and TypeFieldDescriptionprivate final List<IItemDecorator>ItemDecoratorHandler.itemDecoratorsConstructor parameters in net.minecraftforge.client with type arguments of type IItemDecorator -
Uses of IItemDecorator in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event with type parameters of type IItemDecoratorModifier and TypeFieldDescriptionprivate final Map<Item,List<IItemDecorator>> RegisterItemDecorationsEvent.decoratorsMethods in net.minecraftforge.client.event with parameters of type IItemDecoratorModifier and TypeMethodDescriptionvoidRegisterItemDecorationsEvent.register(ItemLike itemLike, IItemDecorator decorator) Register an ItemDecorator to an ItemConstructor parameters in net.minecraftforge.client.event with type arguments of type IItemDecoratorModifierConstructorDescriptionRegisterItemDecorationsEvent(Map<Item, List<IItemDecorator>> decorators) -
Uses of IItemDecorator in net.minecraftforge.debug.client.rendering
Classes in net.minecraftforge.debug.client.rendering that implement IItemDecoratorModifier and TypeClassDescriptionprivate static class