public class LivingEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
protected com.nukkitx.protocol.bedrock.data.ItemData |
boots |
protected com.nukkitx.protocol.bedrock.data.ItemData |
chestplate |
protected com.nukkitx.protocol.bedrock.data.ItemData |
hand |
protected com.nukkitx.protocol.bedrock.data.ItemData |
helmet |
protected com.nukkitx.protocol.bedrock.data.ItemData |
leggings |
attributes, dimension, entityId, entityType, geyserId, metadata, motion, movePending, passengers, position, rotation, scale, valid| Constructor and Description |
|---|
LivingEntity(long entityId,
long geyserId,
EntityType entityType,
com.nukkitx.math.vector.Vector3f position,
com.nukkitx.math.vector.Vector3f motion,
com.nukkitx.math.vector.Vector3f rotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
updateBedrockMetadata(com.github.steveice10.mc.protocol.data.game.entity.metadata.EntityMetadata entityMetadata,
GeyserSession session) |
void |
updateEquipment(GeyserSession session) |
as, despawnEntity, getBedrockRotation, is, moveAbsolute, moveAbsolute, moveRelative, moveRelative, setPosition, spawnEntity, updateBedrockAttributesprotected com.nukkitx.protocol.bedrock.data.ItemData helmet
protected com.nukkitx.protocol.bedrock.data.ItemData chestplate
protected com.nukkitx.protocol.bedrock.data.ItemData leggings
protected com.nukkitx.protocol.bedrock.data.ItemData boots
protected com.nukkitx.protocol.bedrock.data.ItemData hand
public LivingEntity(long entityId,
long geyserId,
EntityType entityType,
com.nukkitx.math.vector.Vector3f position,
com.nukkitx.math.vector.Vector3f motion,
com.nukkitx.math.vector.Vector3f rotation)
public void updateBedrockMetadata(com.github.steveice10.mc.protocol.data.game.entity.metadata.EntityMetadata entityMetadata,
GeyserSession session)
updateBedrockMetadata in class Entitypublic void updateEquipment(GeyserSession session)
Copyright © 2019 GeyserMC. All rights reserved.