Bukkit: Missing setType function with noPhysics flag

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None
    • None

      The Bukkit api has deprecated all functions in the Block class that can set the Block Type without applying physics.

      This means that if you set the block type at the edges of a chunk then the server will load the bordering chunk. Also it slows down injecting blocks into the world due to the physics check.

      Add a setType(Material type, boolean applyPhysics) method to the Block class.

            Assignee:
            md_5
            Reporter:
            orgin_org
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: