feat: added PortalEvent to EventBuilder
This commit is contained in:
@ -12,6 +12,8 @@ public enum EntityType {
|
||||
Rocks,
|
||||
/** Represents an InfinityStone entity */
|
||||
InfinityStones,
|
||||
/** Represents a Portal */
|
||||
Portals,
|
||||
/** Represents nothing */
|
||||
None
|
||||
}
|
||||
|
Reference in New Issue
Block a user