Class BlockTag

java.lang.Object
com.github.darksoulq.abyssallib.world.data.tag.Tag<String, BlockInfo>
com.github.darksoulq.abyssallib.world.data.tag.impl.BlockTag

public class BlockTag extends Tag<String, BlockInfo>
Implementation of a Tag for blocks, matching their ID strings against BlockInfo.
  • Field Details

  • Constructor Details

    • BlockTag

      public BlockTag(net.kyori.adventure.key.Key id)
      Constructs a new BlockTag.
      Parameters:
      id - The tag identifier.
  • Method Details