Class GatherComponentsEvent.Item

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.GatherComponentsEvent
net.minecraftforge.event.GatherComponentsEvent.Item
Enclosing class:
GatherComponentsEvent

public static class GatherComponentsEvent.Item extends GatherComponentsEvent
Used to get additional Components for any Item Fired once for every Item instance, only once, Lazily. Recursion is not supported. Cant call Item.components() as that would cause a loop. References in Items may not be valid at the current time.