| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.entity.type | |
| com.github.steveice10.mc.protocol.packet.ingame.server.entity.spawn |
| Modifier and Type | Method and Description |
|---|---|
static MobType |
MobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobType[] |
MobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MobType |
ServerSpawnMobPacket.getType() |
| Constructor and Description |
|---|
ServerSpawnMobPacket(int entityId,
UUID uuid,
MobType type,
double x,
double y,
double z,
float yaw,
float pitch,
float headYaw,
double motX,
double motY,
double motZ,
EntityMetadata[] metadata) |
Copyright © 2020. All rights reserved.