|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortalType | |
---|---|
org.bukkit | More generalized classes in the API. |
org.bukkit.event.entity | Events relating to entities , excluding some directly referencing
some more specific entity types. |
Uses of PortalType in org.bukkit |
---|
Methods in org.bukkit that return PortalType | |
---|---|
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 | |
---|---|
PortalType |
EntityCreatePortalEvent.getPortalType()
Gets the type of portal that is trying to be created. |
Constructors in org.bukkit.event.entity with parameters of type PortalType | |
---|---|
EntityCreatePortalEvent(LivingEntity what,
List<BlockState> blocks,
PortalType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |