Class EntityVariantComponent<I extends AbstractItemStack<T>,T>

java.lang.Object
net.tnemc.item.component.impl.EntityVariantComponent<I,T>
All Implemented Interfaces:
SerialComponent<I,T>, ItemApplicator<I,T>, ItemCheck<T>, Identifiable, ItemSerializer<I,T>

public abstract class EntityVariantComponent<I extends AbstractItemStack<T>,T> extends Object implements SerialComponent<I,T>
EntityVariantComponent - Holds information about the entity variant that should be carried over for items such as mob bucket, spawn egg, etc. Added in MC 1.21.5
Since:
0.2.0.0
Author:
creatorfromhell
See Also: