| Package | Description |
|---|---|
| org.geysermc.connector.entity | |
| org.geysermc.connector.network.session.cache | |
| org.geysermc.connector.network.translators.bedrock |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpOrbEntity |
class |
ItemEntity |
class |
PaintingEntity |
class |
PlayerEntity |
| Modifier and Type | Method and Description |
|---|---|
<I extends Entity> |
Entity.as(Class<I> entityClass) |
<I extends Entity> |
Entity.is(Class<I> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Entity> |
EntityCache.getEntitiesByType(Class<T> entityType) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
EntityCache.getEntityByGeyserId(long geyserId) |
Entity |
EntityCache.getEntityByJavaId(long javaId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityCache.removeEntity(Entity entity,
boolean force) |
void |
EntityCache.spawnEntity(Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockMovePlayerTranslator.recalculatePosition(GeyserSession session,
Entity entity,
com.nukkitx.math.vector.Vector3f currentPosition) |
Copyright © 2019 GeyserMC. All rights reserved.