| Constructor and Description |
|---|
UpstreamPacketHandler(GeyserConnector connector,
GeyserSession session) |
| Constructor and Description |
|---|
InventoryCache(GeyserSession session) |
ScoreboardCache(GeyserSession session) |
WindowCache(GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
<P extends T> |
Registry.translate(Class<? extends P> clazz,
P packet,
GeyserSession session) |
abstract void |
PacketTranslator.translate(T packet,
GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockAnimateTranslator.translate(com.nukkitx.protocol.bedrock.packet.AnimatePacket packet,
GeyserSession session) |
void |
BedrockCommandRequestTranslator.translate(com.nukkitx.protocol.bedrock.packet.CommandRequestPacket packet,
GeyserSession session) |
void |
BedrockTextTranslator.translate(com.nukkitx.protocol.bedrock.packet.TextPacket packet,
GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
InventoryTranslator.openInventory(GeyserSession session,
Inventory inventory) |
void |
GenericInventoryTranslator.openInventory(GeyserSession session,
Inventory inventory) |
abstract void |
InventoryTranslator.prepareInventory(GeyserSession session,
Inventory inventory) |
void |
GenericInventoryTranslator.prepareInventory(GeyserSession session,
Inventory inventory) |
abstract void |
InventoryTranslator.updateInventory(GeyserSession session,
Inventory inventory) |
void |
GenericInventoryTranslator.updateInventory(GeyserSession session,
Inventory inventory) |
abstract void |
InventoryTranslator.updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
void |
GenericInventoryTranslator.updateSlot(GeyserSession session,
Inventory inventory,
int slot) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaChatTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.ServerChatPacket packet,
GeyserSession session) |
void |
JavaJoinGameTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.ServerJoinGamePacket packet,
GeyserSession session) |
void |
JavaTitleTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.ServerTitlePacket packet,
GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaEntityDestroyTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.entity.ServerEntityDestroyPacket packet,
GeyserSession session) |
void |
JavaEntityPositionTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.entity.ServerEntityPositionPacket packet,
GeyserSession session) |
void |
JavaEntityPositionRotationTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.entity.ServerEntityPositionRotationPacket packet,
GeyserSession session) |
void |
JavaEntityTeleportTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.entity.ServerEntityTeleportPacket packet,
GeyserSession session) |
void |
JavaEntityVelocityTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.entity.ServerEntityVelocityPacket packet,
GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaSpawnExpOrbTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.entity.spawn.ServerSpawnExpOrbPacket packet,
GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaScoreboardDisplayTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.scoreboard.ServerDisplayScoreboardPacket packet,
GeyserSession session) |
void |
JavaScoreboardObjectiveTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.scoreboard.ServerScoreboardObjectivePacket packet,
GeyserSession session) |
void |
JavaScoreboardTeamTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.scoreboard.ServerTeamPacket packet,
GeyserSession session) |
void |
JavaUpdateScoreTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.scoreboard.ServerUpdateScorePacket packet,
GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaOpenWindowTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.window.ServerOpenWindowPacket packet,
GeyserSession session) |
void |
JavaSetSlotTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.window.ServerSetSlotPacket packet,
GeyserSession session) |
void |
JavaWindowItemsTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.window.ServerWindowItemsPacket packet,
GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaNotifyClientTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.world.ServerNotifyClientPacket packet,
GeyserSession session) |
void |
JavaUpdateTimeTranslator.translate(com.github.steveice10.mc.protocol.packet.ingame.server.world.ServerUpdateTimePacket packet,
GeyserSession session) |
| Constructor and Description |
|---|
Scoreboard(GeyserSession session) |
| Modifier and Type | Method and Description |
|---|---|
static void |
InventoryUtils.openInventory(GeyserSession session,
com.github.steveice10.mc.protocol.packet.ingame.server.window.ServerOpenWindowPacket packet) |
static void |
InventoryUtils.refreshPlayerInventory(GeyserSession session,
Inventory inventory) |
static void |
InventoryUtils.updateInventory(GeyserSession session,
com.github.steveice10.mc.protocol.packet.ingame.server.window.ServerWindowItemsPacket packet) |
static void |
InventoryUtils.updateSlot(GeyserSession session,
com.github.steveice10.mc.protocol.packet.ingame.server.window.ServerSetSlotPacket packet) |
Copyright © 2019 GeyserMC. All rights reserved.