HyCodeYourTale
classpublicPriority 3

SystemChange

com.hypixel.hytale.component.data.change.SystemChange

implements DataChange

3

Methods

3

Public Methods

2

Fields

1

Constructors

Constructors

public
SystemChange(ChangeType type, ISystem<ECS_TYPE> system)

Methods

Public Methods (3)

public
ISystem<ECS_TYPE> getSystem()
public
ChangeType getType()
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (2)

privateISystem<ECS_TYPE> system
privateChangeType type

Related Classes

Used By