Package | Description |
---|---|
de.howaner.FakeMobs.interact |
Modifier and Type | Field and Description |
---|---|
static Map<InteractType,Class<? extends InteractAction>> |
InteractType.actions |
Modifier and Type | Method and Description |
---|---|
static InteractType |
InteractType.getByName(String name) |
InteractType |
InteractAction.getType() |
InteractType |
InteractText.getType() |
InteractType |
InteractItem.getType() |
InteractType |
InteractCommand.getType() |
InteractType |
InteractExp.getType() |
static InteractType |
InteractType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InteractType[] |
InteractType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.