Class PartRemovedEvent
java.lang.Object
alexiil.mc.lib.multipart.api.event.MultipartEvent
alexiil.mc.lib.multipart.api.event.PartRemovedEvent
public final class PartRemovedEvent extends MultipartEvent
Fired after a part is removed from a container. The part that was removed will never receive this event!
-
Field Summary
Fields Modifier and Type Field Description AbstractPart
removed
-
Constructor Summary
Constructors Constructor Description PartRemovedEvent(AbstractPart removed)
-
Method Summary