HyCodeYourTale
classpublicPriority 3

SystemType

com.hypixel.hytale.component.SystemType

9

Methods

9

Public Methods

3

Fields

1

Constructors

Constants

SystemType[]EMPTY_ARRAY= new SystemType[0]

Constructors

protected
SystemType(ComponentRegistry<ECS_TYPE> registry, Class<? super T> tClass, int index)

Methods

Public Methods (9)

public
int compareTo(SystemType<ECS_TYPE, ?> o)
public
boolean equals(Object o)
@Override
public
int getIndex()
public
ComponentRegistry<ECS_TYPE> getRegistry()
@Nonnull
public
int hashCode()
@Override
public
boolean isType(ISystem<ECS_TYPE> system)
public
String toString()
@Nonnull@Override
public
void validate()
public
void validateRegistry(ComponentRegistry<ECS_TYPE> registry)

Fields

Private/Package Fields (3)

privateint index
privateboolean invalidated
privateComponentRegistry<ECS_TYPE> registry

Related Classes

Used By