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.tools
Methods in de.marcely.bedwars.tools that return PersistentBlockDataModifier 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()
.Methods in de.marcely.bedwars.tools with parameters of type PersistentBlockDataModifier and TypeMethodDescriptionboolean
PersistentBlockData.matches
(PersistentBlockData data) Returns if the given instance is similar to this one.