| Package | Description |
|---|---|
| org.geysermc.connector.entity | |
| org.geysermc.connector.entity.type | |
| org.geysermc.connector.utils |
| Constructor and Description |
|---|
Entity(long entityId,
long geyserId,
EntityType entityType,
com.flowpowered.math.vector.Vector3f position,
com.flowpowered.math.vector.Vector3f motion,
com.flowpowered.math.vector.Vector3f rotation) |
ExpOrbEntity(int amount,
long entityId,
long geyserId,
EntityType entityType,
com.flowpowered.math.vector.Vector3f position,
com.flowpowered.math.vector.Vector3f motion,
com.flowpowered.math.vector.Vector3f rotation) |
PlayerEntity(UUID uuid,
long entityId,
long geyserId,
EntityType entityType,
com.flowpowered.math.vector.Vector3f position,
com.flowpowered.math.vector.Vector3f motion,
com.flowpowered.math.vector.Vector3f rotation) |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityUtils.toBedrockEntity(com.github.steveice10.mc.protocol.data.game.entity.type.MobType type) |
static EntityType |
EntityUtils.toBedrockEntity(com.github.steveice10.mc.protocol.data.game.entity.type.object.ObjectType type) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.steveice10.mc.protocol.data.game.entity.type.MobType |
EntityUtils.toJavaEntity(EntityType type) |
Copyright © 2019 GeyserMC. All rights reserved.