Uses of Interface
dev.wyck.tags.TagKey
Packages that use TagKey
Package
Description
-
Uses of TagKey in dev.wyck.level.dimension
Methods in dev.wyck.level.dimension with parameters of type TagKeyModifier and TypeMethodDescriptionSets the tagKey of blocks that can burn infinitely in this dimension.Sets the tagKey of timelines of this dimension type. -
Uses of TagKey in dev.wyck.tags
Methods in dev.wyck.tags that return TagKeyModifier and TypeMethodDescriptionstatic TagKeyTagKey.blocks(ResourceKey key) Creates a block tag key from its identifier.static TagKeyCreates a block tag key from a Bukkit blockTag.static TagKeyTagKey.of(RegistryId registry, ResourceKey key) Creates a tag key from its identifier, resolving against the given registry.TagKey.of(RegistryId registry, Tag<T> tag) Creates a tag key from a BukkitTag, resolving against the given registry.static TagKeyTagKey.timelines(ResourceKey key) Creates a timeline tag key from its identifier.Methods in dev.wyck.tags that return types with arguments of type TagKeyModifier and TypeMethodDescriptionTagSet.value()The contents of this tag set: either an explicit set of elements, or a reference to a named tag.Methods in dev.wyck.tags with parameters of type TagKeyModifier and TypeMethodDescriptionTagSet.ofBlockTag(TagKey tag) Creates a tag set referencing a named block tag.Creates a tag set referencing the given named tag.Sets the value of the tag set.Method parameters in dev.wyck.tags with type arguments of type TagKeyModifier and TypeMethodDescriptionCreates a block tag set from anEitherof explicit materials or a named tag.TagSet.of(@Nullable ResourceKey resourceKey, RegistryId registry, Either<Set<T>, TagKey> value) Creates a tag set from anEitherof explicit tags or a named tag. -
Uses of TagKey in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations with parameters of type TagKeyModifier and TypeMethodDescriptionVegetationPatchConfiguration.Builder.replaceable(TagKey replaceable) Sets the blocks that the patch is allowed to replace.RootSystemConfiguration.Builder.rootReplaceable(TagKey rootReplaceable) Sets the tag of materials which can be replaced by the root system. -
Uses of TagKey in dev.wyck.worldgen.feature.configurations.geode
Methods in dev.wyck.worldgen.feature.configurations.geode with parameters of type TagKeyModifier and TypeMethodDescriptionGeodeBlockSettings.Builder.cannotReplace(TagKey cannotReplace) Sets the block tag listing which blocks the geode cannot replace.GeodeBlockSettings.Builder.invalidBlocks(TagKey invalidBlocks) Sets the block tag listing invalid blocks near which the geode will not generate.