Uses of Class
org.bukkit.PortalType
-
Packages that use PortalType Package Description org.bukkit More generalized classes in the API.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.
-