EventSystemType

abstract class EventSystemType

Class EventSystemType. Provides eventsystemtype functionality for the Hytale server.

java.lang.Object > EventSystemType

Field Summary

eventSystem

final EventSystem eventSystem

Field eventSystem.

Method Detail

EventSystemType

public protected EventSystemType (@Nonnull final ComponentRegistry registry, @Nonnull final Class tClass, @Nonnull final Class eClass, final int index)

Method EventSystemType.

Parameters:
@Nonnull final ComponentRegistry registry
@Nonnull final Class tClass
@Nonnull final Class eClass
final int index

getEventClass

public Class getEventClass ()

Method getEventClass.

isType

public boolean isType (@Nonnull final ISystem system)

Method isType.

Parameters:
@Nonnull final ISystem system