HyCodeYourTale
classpublicPriority 3

ComponentChange

com.hypixel.hytale.component.data.change.ComponentChange

3

Methods

3

Public Methods

2

Fields

1

Constructors

Constructors

public
ComponentChange(ChangeType type, ComponentType<ECS_TYPE, T> componentType)

Methods

Public Methods (3)

public
ComponentType<ECS_TYPE, T> getComponentType()
public
ChangeType getType()
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (2)

privateComponentType<ECS_TYPE, T> componentType
privateChangeType type

Related Classes