Uses of Interface
de.marcely.bedwars.tools.PersistentBlockData
-
Uses of PersistentBlockData in de.marcely.bedwars.api.unsafe
Modifier and TypeMethodDescriptionabstract PersistentBlockData
BedwarsAPILayer.blockDataFromBlock
(Block block) Deprecated.abstract PersistentBlockData
BedwarsAPILayer.blockDataFromMaterial
(Material mat) Deprecated.abstract @Nullable PersistentBlockData
BedwarsAPILayer.blockDataParse
(String str) Deprecated. -
Uses of PersistentBlockData in de.marcely.bedwars.tools
Modifier and TypeMethodDescriptionstatic PersistentBlockData
Fetches all the data from the block and constructs a new instance from thatstatic PersistentBlockData
PersistentBlockData.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 PersistentBlockData
Tries to parse a previously encoded string usinggetAsString()
.Modifier and TypeMethodDescriptionboolean
PersistentBlockData.matches
(PersistentBlockData data) Returns if the given instance is similar to this one.