Class PartAddedEvent

java.lang.Object
alexiil.mc.lib.multipart.api.event.MultipartEvent
alexiil.mc.lib.multipart.api.event.PartAddedEvent

public final class PartAddedEvent
extends MultipartEvent
Fired whenever an AbstractPart is added to a MultipartContainer. Note that that part itself will *also* receive this event.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    AbstractPart part  
  • Constructor Summary

    Constructors 
    Constructor Description
    PartAddedEvent​(AbstractPart part)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait