HyCodeYourTale
classpublicPriority 1

LivingEntityInventoryChangeEvent

com.hypixel.hytale.server.core.event.events.entity.LivingEntityInventoryChangeEvent

extends EntityEvent

3

Methods

3

Public Methods

2

Fields

1

Constructors

Constructors

public
LivingEntityInventoryChangeEvent(LivingEntity entity, ItemContainer itemContainer, Transaction transaction)

Methods

Public Methods (3)

public
ItemContainer getItemContainer()
public
Transaction getTransaction()
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (2)

privateItemContainer itemContainer
privateTransaction transaction

Related Classes