-
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.