Uses of Interface
de.marcely.bedwars.tools.PersistentBlockData
Packages that use PersistentBlockData
Package
Description
Various helper classes that can be used to make life a lot easier.
- 
Uses of PersistentBlockData in de.marcely.bedwars.toolsMethods in de.marcely.bedwars.tools that return PersistentBlockDataModifier and TypeMethodDescriptionstatic PersistentBlockDataFetches all the data from the block and constructs a new instance from thatstatic PersistentBlockDataPersistentBlockData.fromMaterial(Material mat) Constructs a new instance given by a materialPersistentBlockData.getDyedData(DyeColor color) Tries to dye this block and possibly returns a new instance with the blocked dyed in the given color.static @Nullable PersistentBlockDataTries to parse a previously encoded string usinggetAsString().Methods in de.marcely.bedwars.tools with parameters of type PersistentBlockDataModifier and TypeMethodDescriptionbooleanPersistentBlockData.matches(PersistentBlockData data) Returns if the given instance is similar to this one.