| Modifier and Type | Method and Description |
|---|---|
abstract List<ItemEntry> |
ItemStackTranslator.getAppliedItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NbtItemStackTranslator.acceptItem(ItemEntry itemEntry) |
void |
NbtItemStackTranslator.translateToBedrock(com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag,
ItemEntry itemEntry) |
com.nukkitx.protocol.bedrock.data.ItemData |
ItemStackTranslator.translateToBedrock(com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack itemStack,
ItemEntry itemEntry) |
void |
NbtItemStackTranslator.translateToJava(com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag,
ItemEntry itemEntry) |
com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack |
ItemStackTranslator.translateToJava(com.nukkitx.protocol.bedrock.data.ItemData itemData,
ItemEntry itemEntry) |
| Modifier and Type | Class and Description |
|---|---|
class |
ToolItemEntry |
| Modifier and Type | Field and Description |
|---|---|
static ItemEntry |
ItemEntry.AIR |
| Modifier and Type | Method and Description |
|---|---|
ItemEntry |
ItemTranslator.getItem(com.nukkitx.protocol.bedrock.data.ItemData data) |
ItemEntry |
ItemTranslator.getItem(com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack stack) |
ItemEntry |
ItemTranslator.getItemEntry(String javaIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
List<ItemEntry> |
PotionTranslator.getAppliedItems() |
| Modifier and Type | Method and Description |
|---|---|
com.nukkitx.protocol.bedrock.data.ItemData |
PotionTranslator.translateToBedrock(com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack itemStack,
ItemEntry itemEntry) |
com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack |
PotionTranslator.translateToJava(com.nukkitx.protocol.bedrock.data.ItemData itemData,
ItemEntry itemEntry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EnchantedBookTranslator.acceptItem(ItemEntry itemEntry) |
boolean |
LeatherArmorTranslator.acceptItem(ItemEntry itemEntry) |
void |
MapItemTranslator.translateToBedrock(com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag,
ItemEntry itemEntry) |
void |
EnchantmentTranslator.translateToBedrock(com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag,
ItemEntry itemEntry) |
void |
EnchantedBookTranslator.translateToBedrock(com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag,
ItemEntry itemEntry) |
void |
LeatherArmorTranslator.translateToBedrock(com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag,
ItemEntry itemEntry) |
void |
MapItemTranslator.translateToJava(com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag,
ItemEntry itemEntry) |
void |
EnchantmentTranslator.translateToJava(com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag,
ItemEntry itemEntry) |
void |
EnchantedBookTranslator.translateToJava(com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag,
ItemEntry itemEntry) |
void |
LeatherArmorTranslator.translateToJava(com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag,
ItemEntry itemEntry) |
| Modifier and Type | Field and Description |
|---|---|
static it.unimi.dsi.fastutil.ints.Int2ObjectMap<ItemEntry> |
Toolbox.ITEM_ENTRIES |
| Modifier and Type | Method and Description |
|---|---|
static double |
BlockUtils.getBreakTime(double blockHardness,
int blockId,
ItemEntry item,
com.github.steveice10.opennbt.tag.builtin.CompoundTag nbtData,
PlayerEntity player) |
Copyright © 2020 GeyserMC. All rights reserved.