Paper/src/main/java/org/bukkit/craftbukkit/block
Travis Watkins 71a475f076 Don't update physics when block place is cancelled. Fixes BUKKIT-3939
When a block placement happens we currently update physics on the
attempted placement and update again if the placement is cancelled.
To correct the first one we simply set the block without applying
physics. To correct the second we have to add a new method to
BlockState that lets us update without applying physics and use
this method method when putting the block back.
2013-03-31 19:18:42 -05:00
..
CraftBeacon.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
CraftBlock.java Add Beacon block state for hopper events. Fixes BUKKIT-3932 2013-03-29 22:26:27 -05:00
CraftBlockState.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
CraftBrewingStand.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
CraftChest.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
CraftCommandBlock.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
CraftCreatureSpawner.java Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
CraftDispenser.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
CraftDropper.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
CraftFurnace.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
CraftHopper.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
CraftJukebox.java Update CraftBukkit to Minecraft 1.5 2013-03-15 13:28:59 -05:00
CraftNoteBlock.java Cleanup comments, formatting, etc 2013-03-25 00:51:36 -05:00
CraftSign.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00
CraftSkull.java Don't update physics when block place is cancelled. Fixes BUKKIT-3939 2013-03-31 19:18:42 -05:00