Class BlockUtils

java.lang.Object
net.minestom.server.utils.block.BlockUtils

public class BlockUtils extends Object
  • Constructor Details

  • Method Details

    • getRelativeTo

      public BlockUtils getRelativeTo(int x, int y, int z)
    • above

      public BlockUtils above()
    • below

      public BlockUtils below()
    • north

      public BlockUtils north()
    • east

      public BlockUtils east()
    • south

      public BlockUtils south()
    • west

      public BlockUtils west()
    • getBlock

      public Block getBlock()
    • equals

      public boolean equals(Block block)
    • parseProperties

      public static Map<String,String> parseProperties(String query)
    • extractClientNbt

      @Nullable public static @Nullable org.jglrxavpok.hephaistos.nbt.NBTCompound extractClientNbt(@NotNull @NotNull Block block)