Uses of Class
io.github.projectunified.blockutil.spigot.common.BlockData
Packages that use BlockData
Package
Description
-
Uses of BlockData in io.github.projectunified.blockutil.spigot.common
Fields in io.github.projectunified.blockutil.spigot.common declared as BlockDataMethods in io.github.projectunified.blockutil.spigot.common with parameters of type BlockDataModifier and TypeMethodDescriptionBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, BlockData blockData, boolean urgent) BlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, BlockData blockData, boolean urgent) Method parameters in io.github.projectunified.blockutil.spigot.common with type arguments of type BlockDataModifier and TypeMethodDescriptionBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) BlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, Supplier<BlockData> blockDataSupplier, boolean urgent) BlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) BlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, Supplier<BlockData> blockDataSupplier, boolean urgent) BlockHandler.setBlock(org.bukkit.World world, List<Pair<Position, BlockData>> blocks, boolean urgent) -
Uses of BlockData in io.github.projectunified.blockutil.spigot.fawe
Methods in io.github.projectunified.blockutil.spigot.fawe with parameters of type BlockDataModifier and TypeMethodDescriptionFaweBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, BlockData blockData, boolean urgent) FaweBlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, BlockData blockData, boolean urgent) Method parameters in io.github.projectunified.blockutil.spigot.fawe with type arguments of type BlockDataModifier and TypeMethodDescriptionFaweBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) FaweBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, Supplier<BlockData> blockDataSupplier, boolean urgent) FaweBlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) FaweBlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, Supplier<BlockData> blockDataSupplier, boolean urgent) FaweBlockHandler.setBlock(org.bukkit.World world, List<Pair<Position, BlockData>> blocks, boolean urgent) -
Uses of BlockData in io.github.projectunified.blockutil.spigot.folia
Method parameters in io.github.projectunified.blockutil.spigot.folia with type arguments of type BlockData -
Uses of BlockData in io.github.projectunified.blockutil.spigot.simple
Methods in io.github.projectunified.blockutil.spigot.simple with parameters of type BlockDataModifier and TypeMethodDescriptiondefault BlockProcessSimpleBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, BlockData blockData, boolean urgent) default BlockProcessSimpleBlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, BlockData blockData, boolean urgent) Method parameters in io.github.projectunified.blockutil.spigot.simple with type arguments of type BlockDataModifier and TypeMethodDescriptiondefault BlockProcessSimpleBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) default BlockProcessSimpleBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, Supplier<BlockData> blockDataSupplier, boolean urgent) default BlockProcessSimpleBlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) -
Uses of BlockData in io.github.projectunified.blockutil.spigot.vanilla
Method parameters in io.github.projectunified.blockutil.spigot.vanilla with type arguments of type BlockData -
Uses of BlockData in io.github.projectunified.blockutil.spigot.we
Methods in io.github.projectunified.blockutil.spigot.we with parameters of type BlockDataModifier and TypeMethodDescriptionWeBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, BlockData blockData, boolean urgent) WeBlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, BlockData blockData, boolean urgent) Method parameters in io.github.projectunified.blockutil.spigot.we with type arguments of type BlockDataModifier and TypeMethodDescriptionWeBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) WeBlockHandler.setBlock(org.bukkit.World world, BlockBox blockBox, Supplier<BlockData> blockDataSupplier, boolean urgent) WeBlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, com.lewdev.probabilitylib.ProbabilityCollection<BlockData> probabilityCollection, boolean urgent) WeBlockHandler.setBlock(org.bukkit.World world, PositionIterator iterator, Supplier<BlockData> blockDataSupplier, boolean urgent) WeBlockHandler.setBlock(org.bukkit.World world, List<Pair<Position, BlockData>> blocks, boolean urgent)