Class BlockTag
java.lang.Object
com.github.darksoulq.abyssallib.world.data.tag.Tag<String,BlockInfo>
com.github.darksoulq.abyssallib.world.data.tag.impl.BlockTag
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE
-
-
Constructor Details
-
BlockTag
public BlockTag(net.kyori.adventure.key.Key id) Constructs a new BlockTag.- Parameters:
id- The tag identifier.
-
-
Method Details
-
getType
Retrieves the specific type of this tag. -
contains
Checks if the given BlockInfo's ID is present in this tag or included tags. -
getAll
Flattens all block ID strings from this and included tags.
-