Uses of Interface
org.bukkit.util.BlockTransformer
Packages that use BlockTransformer
-
Uses of BlockTransformer in org.bukkit.event.world
Methods in org.bukkit.event.world that return BlockTransformerModifier and TypeMethodDescriptionAsyncStructureGenerateEvent.getBlockTransformer
(NamespacedKey key) Gets a block transformer by key.Methods in org.bukkit.event.world that return types with arguments of type BlockTransformerModifier and TypeMethodDescriptionAsyncStructureGenerateEvent.getBlockTransformers()
Gets all block transformers in a unmodifiable map.Methods in org.bukkit.event.world with parameters of type BlockTransformerModifier and TypeMethodDescriptionvoid
AsyncStructureGenerateEvent.setBlockTransformer
(NamespacedKey key, BlockTransformer transformer) Sets a block transformer to a key.