Class AxolotlBucketItem

java.lang.Object
org.geysermc.geyser.item.type.Item
org.geysermc.geyser.item.type.AxolotlBucketItem

public class AxolotlBucketItem extends Item
  • Constructor Details

    • AxolotlBucketItem

      public AxolotlBucketItem(String javaIdentifier, Item.Builder builder)
  • Method Details

    • translateNbtToBedrock

      public void translateNbtToBedrock(@NotNull @NotNull GeyserSession session, @NotNull @NotNull com.github.steveice10.opennbt.tag.builtin.CompoundTag tag)
      Description copied from class: Item
      Takes NBT from Java Edition and converts any value that Bedrock parses differently.
      Overrides:
      translateNbtToBedrock in class Item