Uses of Class
org.bukkit.PortalType
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.event.entity |
-
Uses of PortalType in org.bukkit
Methods in org.bukkit that return PortalType Modifier and Type Method Description static PortalType
PortalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PortalType[]
PortalType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PortalType in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return PortalType Modifier and Type Method Description PortalType
EntityCreatePortalEvent. getPortalType()
Deprecated.Gets the type of portal that is trying to be created.Constructors in org.bukkit.event.entity with parameters of type PortalType Constructor Description EntityCreatePortalEvent(LivingEntity what, List<BlockState> blocks, PortalType type)
Deprecated.