feat: added PortalEvent to EventBuilder

This commit is contained in:
2021-06-24 15:37:30 +02:00
parent 81e53edb2a
commit 371424e6c3
3 changed files with 58 additions and 0 deletions

View File

@ -12,6 +12,8 @@ public enum EntityType {
Rocks,
/** Represents an InfinityStone entity */
InfinityStones,
/** Represents a Portal */
Portals,
/** Represents nothing */
None
}