Uses of Enum Class
org.cloudburstmc.api.event.entity.EntityPortalEnterEvent.PortalType
Packages that use EntityPortalEnterEvent.PortalType
-
Uses of EntityPortalEnterEvent.PortalType in org.cloudburstmc.api.event.entity
Methods in org.cloudburstmc.api.event.entity that return EntityPortalEnterEvent.PortalTypeModifier and TypeMethodDescriptionEntityPortalEnterEvent.getPortalType()Returns the enum constant of this class with the specified name.static EntityPortalEnterEvent.PortalType[]EntityPortalEnterEvent.PortalType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cloudburstmc.api.event.entity with parameters of type EntityPortalEnterEvent.PortalTypeModifierConstructorDescriptionEntityPortalEnterEvent(Entity entity, EntityPortalEnterEvent.PortalType type)