Package net.minestom.server.utils.block
Class BlockUtils
java.lang.Object
net.minestom.server.utils.block.BlockUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabove()
below()
east()
boolean
static @Nullable org.jglrxavpok.hephaistos.nbt.NBTCompound
extractClientNbt
(@NotNull Block block) getBlock()
getRelativeTo
(int x, int y, int z) north()
parseProperties
(String query) south()
west()
-
Constructor Details
-
BlockUtils
-
-
Method Details
-
getRelativeTo
-
above
-
below
-
north
-
east
-
south
-
west
-
getBlock
-
equals
-
parseProperties
-
extractClientNbt
@Nullable public static @Nullable org.jglrxavpok.hephaistos.nbt.NBTCompound extractClientNbt(@NotNull @NotNull Block block)
-