Uses of Interface
net.minecraftforge.client.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
Modifier and TypeFieldDescriptionprivate final List<IItemDecorator>
ItemDecoratorHandler.itemDecorators
-
Uses of IItemDecorator in net.minecraftforge.client.event
Modifier and TypeFieldDescriptionprivate final Map<Item,
List<IItemDecorator>> RegisterItemDecorationsEvent.decorators
Modifier and TypeMethodDescriptionvoid
RegisterItemDecorationsEvent.register
(ItemLike itemLike, IItemDecorator decorator) Register an ItemDecorator to an ItemModifierConstructorDescriptionRegisterItemDecorationsEvent
(Map<Item, List<IItemDecorator>> decorators) -
Uses of IItemDecorator in net.minecraftforge.debug.client.rendering
Modifier and TypeClassDescriptionprivate static class