ComponentChange

public class ComponentChange

Class ComponentChange. Provides componentchange functionality for the Hytale server.

java.lang.Object > ComponentChange

Field Summary

No fields documented.

Method Detail

ComponentChange

public public ComponentChange (final ChangeType type, final ComponentType componentType)

Method ComponentChange.

Parameters:
final ChangeType type
final ComponentType componentType

getType

public ChangeType getType ()

Method getType.

getComponentType

public T> getComponentType ()

Method getComponentType.

toString

public String toString ()

Method toString.