| Package | Description |
|---|---|
| org.cloudburstmc.api.entity | |
| org.cloudburstmc.api.util.data |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Entity.mount(Entity vehicle,
MountType mode)
Enter into a vehicle
|
boolean |
Rideable.mount(Entity entity,
MountType mode)
Mount or Dismounts an Entity from a rideable entity
|
| Modifier and Type | Method and Description |
|---|---|
static MountType |
MountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MountType[] |
MountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.