Interface IAnnotatedComponentCollection

All Superinterfaces:
IAnnotatedComponent
All Known Implementing Classes:
ActionSequence, ActionTimeout, BodyMotionSequence, EntityFilterAnd, EntityFilterMany, EntityFilterNot, EntityFilterOr, HeadMotionSequence, Instruction, InstructionRandomized, MotionSequence, Role, SensorAdjustPosition, SensorAnd, SensorBlockType, SensorEntity, SensorEntityBase, SensorMany, SensorNot, SensorOr, SensorPlayer, SensorSelf, SensorTarget, SensorValueProviderWrapper, SensorWithEntityFilters

public interface IAnnotatedComponentCollection extends IAnnotatedComponent
  • Method Details

    • componentCount

      int componentCount()
    • getComponent

      @Nullable IAnnotatedComponent getComponent(int var1)