// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.server.npc.util;

import javax.annotation.Nullable;

public interface IAnnotatedComponentCollection extends IAnnotatedComponent
{
    int componentCount();
    
    @Nullable
    IAnnotatedComponent getComponent(final int p0);
}
