PaperMC/paper-server/nms-patches/net/minecraft/world/level/block/entity
CraftBukkit/Spigot 82e8261d70 SPIGOT-6754: We ignore any still present TileEntity now when we create a BlockState for a block of type AIR.
During block destruction, the type of the block may already have been set to AIR while the TileEntity has not yet been removed.
Also, TileEntity#getOwner() skips the whole BlockState construction now if the block is of type AIR.

This removes the previous workaround again of returning a dummy CraftBlockEntityState in this case.

By: blablubbabc <lukas@wirsindwir.de>
2021-10-10 07:55:53 +11:00
..
ContainerOpenersCounter.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntity.patch SPIGOT-6754: We ignore any still present TileEntity now when we create a BlockState for a block of type AIR. 2021-10-10 07:55:53 +11:00
TileEntityBanner.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntityBarrel.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntityBeacon.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntityBeehive.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntityBrewingStand.patch SPIGOT-6508: Rename conflicted getServer 2021-06-11 21:33:49 +10:00
TileEntityCampfire.patch SPIGOT-6508: Rename conflicted getServer 2021-06-11 21:33:49 +10:00
TileEntityChest.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntityCommand.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntityConduit.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntityContainer.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntityDispenser.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntityEndGateway.patch SPIGOT-6519: Fix end gateway teleports 2021-06-12 11:07:06 +10:00
TileEntityFurnace.patch #874: Add FurnaceStartSmeltEvent 2021-07-17 11:19:51 +10:00
TileEntityHopper.patch SPIGOT-6508: Rename conflicted getServer 2021-06-11 21:33:49 +10:00
TileEntityLectern.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntityShulkerBox.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00
TileEntitySign.patch Update to Minecraft 1.17 2021-06-11 15:00:00 +10:00