ExactArchetypeQuery

public class ExactArchetypeQuery

Class ExactArchetypeQuery. Provides exactarchetypequery functionality for the Hytale server.

java.lang.Object > ExactArchetypeQuery

Field Summary

No fields documented.

Method Detail

ExactArchetypeQuery

public public ExactArchetypeQuery (final Archetype archetype)

Method ExactArchetypeQuery.

Parameters:
final Archetype archetype

getArchetype

public Archetype getArchetype ()

Method getArchetype.

test

public boolean test (@Nonnull final Archetype archetype)

Method test.

Parameters:
@Nonnull final Archetype archetype

requiresComponentType

public boolean requiresComponentType (@Nonnull final ComponentType componentType)

Method requiresComponentType.

Parameters:
@Nonnull final ComponentType componentType

validateRegistry

public void validateRegistry (final ComponentRegistry registry)

Method validateRegistry.

Parameters:
final ComponentRegistry registry

validate

public void validate ()

Method validate.