| Package | Description |
|---|---|
| org.geysermc.connector.network.session.cache | |
| org.geysermc.connector.network.translators.item | |
| org.geysermc.connector.utils |
| Modifier and Type | Method and Description |
|---|---|
BedrockItem |
ChunkCache.getBlockAt(com.github.steveice10.mc.protocol.data.game.entity.metadata.Position position) |
| Modifier and Type | Field and Description |
|---|---|
static BedrockItem |
BedrockItem.AIR |
static BedrockItem |
BedrockItem.DIRT |
| Modifier and Type | Method and Description |
|---|---|
BedrockItem |
ItemTranslator.getBedrockBlock(com.github.steveice10.mc.protocol.data.game.world.block.BlockState state) |
BedrockItem |
ItemTranslator.getBedrockItem(com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack stack) |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,BedrockItem> |
Toolbox.BEDROCK_BLOCKS |
static Map<String,BedrockItem> |
Toolbox.BEDROCK_ITEMS |
| Modifier and Type | Method and Description |
|---|---|
BedrockItem |
Remapper.convertToBedrock(com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack item) |
BedrockItem |
Remapper.convertToBedrockB(com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack block) |
| Modifier and Type | Method and Description |
|---|---|
void |
Remapper.registerConversions(Map<String,BedrockItem> bedrockItems,
Map<String,JavaItem> javaItems) |
Copyright © 2019 GeyserMC. All rights reserved.