Tile.javaSpawnId

Gets the tile's spawn id for Minecraft and Minecraft: Pocket Edition. They're usually in snake case in Minecraft (flower_pot) and in pascal case in Minecraft: Pocket Edition (FlowerPot).

  1. string javaSpawnId [@property getter]
    class Tile
    abstract pure nothrow @property @safe
    string
    javaSpawnId
    ()
  2. string pocketSpawnId [@property getter]

Meta