3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 04:50:05 +01:00
Paper/nms-patches
Pokechu22 4d3bf20155 Re-enable the vanilla debug MethodProfiler and /debug command
This is highly useful for profiling vanilla code, and in some cases plugin code.  It is somewhat expensive, though, which is why it was initially disabled.

I chose to use a system property instead of a configuration setting because 1) the MethodProfiler is exclusive to CraftBukkit and not part of the general API (the timings system is the general API equivalent), and 2) using a static final boolean property _may_ allow the JITter to optimize out the methods when disabled (though I'm not sure of it).

There are several changes to fix cases where the profiler code was broken slightly by other craftbukkit changes.  All of cases have been fixed, except for the block entity ticking one, due to the cost of the getSimpleName call.  For that, a ticking entry is used instead, so that time spent actually ticking the block entities can be compared with time processing the list.

This (effectively) reverts 7dde6cc566.
2017-01-18 17:42:35 -08:00
..
Block.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockButtonAbstract.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockCactus.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockCake.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
BlockCauldron.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
BlockChorusFlower.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockCocoa.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
BlockCommand.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockCrops.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDaylightDetector.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDiodeAbstract.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDispenser.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDoor.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDragonEgg.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDropper.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockEnderPortal.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockFire.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockFlowing.patch Clean up BlockFlowing 2016-12-09 12:56:49 +11:00
BlockFluids.patch SPIGOT-2886: Call BlockFormEvent when Lava and Water collide 2016-12-09 12:53:15 +11:00
BlockGrass.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockIce.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockJukeBox.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockLeaves.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockLever.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockMagma.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
BlockMinecartDetector.patch Simplify a few diffs 2016-07-15 20:10:43 +10:00
BlockMobSpawner.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockMonsterEggs.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
BlockMushroom.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
BlockMycel.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockNetherWart.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockOre.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockPiston.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockPlant.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockPortal.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockPoweredRail.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockPressurePlateAbstract.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockPressurePlateBinary.patch SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events 2016-03-04 15:24:51 +11:00
BlockPressurePlateWeighted.patch SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events 2016-03-04 15:24:51 +11:00
BlockPumpkin.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockRedstoneLamp.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockRedstoneOre.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockRedstoneTorch.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockRedstoneWire.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockReed.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockSapling.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockShulkerBox.patch SPIGOT-2969: Shulker box removal not updating comparators 2016-12-28 14:23:52 +11:00
BlockSkull.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockSnow.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockSoil.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockStationary.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockStem.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockTNT.patch Call EntityChangeBlockEvent for Fire Arrows hitting TNT 2016-07-08 11:20:15 +10:00
BlockTrapdoor.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockTripwire.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockTripwireHook.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockVine.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockWaterLily.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
ChatBaseComponent.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ChatModifier.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
Chunk.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ChunkProviderGenerate.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ChunkProviderServer.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ChunkRegionLoader.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ChunkSection.patch MC-80966 / SPIGOT-957: Send additional lighting data 2016-06-25 20:44:12 +10:00
CommandBlockListenerAbstract.patch SPIGOT-2771: Safely execute command block commands 2016-11-18 08:54:22 +11:00
CommandDebug.patch Re-enable the vanilla debug MethodProfiler and /debug command 2017-01-18 17:42:35 -08:00
CommandExecute.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
CommandGamemode.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
CommandGamerule.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
CommandSpreadPlayers.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
CommandTp.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
Container.patch SPIGOT-2806: Fix PlayerDropItemEvent for disconnected players 2016-11-20 10:19:22 +11:00
ContainerAnvil.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
ContainerBeacon.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerBrewingStand.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerChest.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerDispenser.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerEnchantTable.patch SPIGOT-2964: Correct number of shelve sin PrepareEnchantEvent 2016-12-27 11:53:09 +11:00
ContainerFurnace.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerHopper.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerHorse.patch SPIGOT-2989: Use existing horse inventory object. 2017-01-05 15:03:22 +11:00
ContainerMerchant.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerPlayer.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerShulkerBox.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerWorkbench.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
CraftingManager.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
CrashReport.patch Fix CraftBukkit crash report details not showing 2016-05-15 22:12:06 +10:00
DamageSource.patch SPIGOT-2127: Add DamageCause.ENTITY_SWEEP_ATTACK 2016-12-23 22:40:38 +11:00
DataInspectorBlockEntity.patch #326: Convert BlockMeta to handle older serialized items. 2016-12-03 10:58:18 +11:00
DataPaletteBlock.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
DataWatcher.patch Update to Minecraft 1.10.2 2016-06-25 11:54:17 +10:00
DedicatedServer.patch Update to Minecraft 1.11.2 2016-12-21 22:00:00 +11:00
DispenseBehaviorItem.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
DispenseBehaviorProjectile.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
DispenserRegistry.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
DragonControllerManager.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
Enchantment.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
EnchantmentFrostWalker.patch Use CraftEventFactory for BlockFormEvent 2016-12-09 12:45:21 +11:00
EnchantmentThorns.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
Entity.patch Re-enable the vanilla debug MethodProfiler and /debug command 2017-01-18 17:42:35 -08:00
EntityAgeable.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityAnimal.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityAreaEffectCloud.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityArmorStand.patch Implement EntityDeathEvent for ArmorStands 2016-12-06 17:10:33 +11:00
EntityArrow.patch SPIGOT-2242: Handle changed item in PlayerPickupArrowEvent 2016-12-10 12:48:56 +11:00
EntityBoat.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityChicken.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityCow.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityCreature.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityCreeper.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityDamageSourceIndirect.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityEgg.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityEnderCrystal.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityEnderDragon.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityEnderman.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityEnderPearl.patch SPIGOT-1468: ENDER_PEARL SpawnReason 2016-07-01 12:30:28 +10:00
EntityEvoker.patch Add additional APIs for Evoker / EvokerFangs 2016-11-19 18:53:57 +11:00
EntityExperienceOrb.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityFallingBlock.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityFireball.patch Add hitEntity to ProjectileHitEvent 2016-11-28 12:47:01 +11:00
EntityFireworks.patch Additional fireworks damage tracking. 2016-12-23 22:32:40 +11:00
EntityFishingHook.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
EntityGhast.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityHanging.patch SPIGOT-2765: Special case entity triggered explosions for HangingBreakEvent 2016-11-23 10:34:08 +11:00
EntityHorseAbstract.patch Fix setCarryingChest not resizing horse inventory 2016-11-21 21:58:29 +11:00
EntityHuman.patch SPIGOT-2127: Add DamageCause.ENTITY_SWEEP_ATTACK 2016-12-23 22:40:38 +11:00
EntityInsentient.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityIronGolem.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityItem.patch SPIGOT-2842: Improve item age handling 2016-11-25 10:31:53 +11:00
EntityItemFrame.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityLargeFireball.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityLeash.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityLightning.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityLiving.patch Fix crash if entities other than players (somehow?) consume their item. 2017-01-09 14:28:49 +11:00
EntityLlama.patch SPIGOT-2824: Llama Strength API 2016-11-23 10:27:49 +11:00
EntityLlamaSpit.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityMinecartAbstract.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityMinecartCommandBlock.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityMinecartContainer.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityMonster.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityMushroomCow.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityOcelot.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityPainting.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityPig.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
EntityPlayer.patch SPIGOT-2997: Explicitly disallow invalid tiles to be opened 2017-01-10 09:56:20 +11:00
EntityPotion.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
EntityProjectile.patch MC-88491: Fix projectile colliding with shooter 2016-12-23 16:41:54 +11:00
EntityRabbit.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntitySheep.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityShulkerBullet.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntitySilverfish.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntitySkeleton.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntitySkeletonAbstract.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntitySlice.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
EntitySlime.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntitySmallFireball.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntitySnowman.patch Use CraftEventFactory for BlockFormEvent 2016-12-09 12:45:21 +11:00
EntitySpider.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityThrownExpBottle.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityTippedArrow.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
EntityTNTPrimed.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityTracker.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityTrackerEntry.patch SPIGOT-1915: Fix players seeing their own passengers 2017-01-04 10:50:02 +11:00
EntityVex.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityVillager.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityWither.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
EntityWitherSkull.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityWolf.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityZombie.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityZombieVillager.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ExpirableListEntry.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
Explosion.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
FoodMetaData.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
HandshakeListener.patch Update to Minecraft 1.11.2 2016-12-21 22:00:00 +11:00
IDataManager.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
IInventory.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
InventoryCrafting.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
InventoryCraftResult.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
InventoryEnderChest.patch Add getLocation for InventoryEnderChest 2016-12-11 16:41:40 +11:00
InventoryHorseChest.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
InventoryLargeChest.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
InventoryMerchant.patch SPIGOT-2272: Add API for virtual Merchants 2016-11-21 15:29:36 +11:00
InventorySubcontainer.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
IRecipe.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemArmor.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemBlock.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemBoat.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemBow.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemBucket.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemChorusFruit.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemDye.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemEnderPearl.patch SPIGOT-2879: Change order of entity addition for ender pearls 2016-12-03 09:55:36 +11:00
ItemFireball.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemFishingRod.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
ItemFlintAndSteel.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemHanging.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemLeash.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
ItemMinecart.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemMonsterEgg.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
ItemRecord.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemReed.patch SPIGOT-2871: Improve BlockStates + BlockStateMeta 2016-12-02 09:29:33 +11:00
ItemSkull.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemSnowball.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemStack.patch SPIGOT-2980: Improve SpawnEgg NBT application and ItemStack conversion. 2017-01-02 16:13:25 +11:00
ItemWaterLily.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemWorldMap.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
JsonList.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
LoginListener.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
MerchantRecipe.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
MethodProfiler.patch Re-enable the vanilla debug MethodProfiler and /debug command 2017-01-18 17:42:35 -08:00
MinecraftServer.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
MobEffectList.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
MobSpawnerAbstract.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
NameReferencingFileConverter.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
NetworkManager.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PacketDataSerializer.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PacketPlayInCloseWindow.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PacketStatusListener.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PathfinderGoalBreakDoor.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PathfinderGoalBreed.patch SPIGOT-2860: Don't create 0 exp orbs when breeding 2016-11-29 15:42:46 +11:00
PathfinderGoalDefendVillage.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
PathfinderGoalEatTile.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
PathfinderGoalFollowOwner.patch SPIGOT-2990: EntityTeleportEvent for tameable animals following owner 2017-01-05 20:44:26 +11:00
PathfinderGoalHorseTrap.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalHurtByTarget.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalMakeLove.patch SPIGOT-1319: Add EntityBreedEvent 2016-06-19 20:14:09 +10:00
PathfinderGoalNearestAttackableTarget.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalNearestAttackableTargetInsentient.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PathfinderGoalOwnerHurtByTarget.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
PathfinderGoalOwnerHurtTarget.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
PathfinderGoalPanic.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalSit.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PathfinderGoalTame.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalTarget.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalTargetNearestPlayer.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PathfinderGoalTempt.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalVillagerFarm.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PlayerChunk.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PlayerChunkMap.patch SPIGOT-2891: Remove chunks if first check is false 2016-12-06 22:05:58 +11:00
PlayerConnection.patch SPIGOT-3002: Mob spawners are valid 2017-01-11 09:24:08 +11:00
PlayerInteractManager.patch SPIGOT-2867: Update inventory on cancelled interacts too 2016-11-30 15:33:29 +11:00
PlayerInventory.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PlayerList.patch Re-enable the vanilla debug MethodProfiler and /debug command 2017-01-18 17:42:35 -08:00
PortalTravelAgent.patch SPIGOT-2366: Fix a missed diff PortalTravelAgent.patch 2016-06-09 21:25:21 +10:00
PropertyManager.patch [SPIGOT-946] Begin making use of access transforms to simplify patching. 2015-06-06 19:46:42 +10:00
RecipeArmorDye.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipeBookClone.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipeFireworks.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipeMapClone.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipeRepair.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipesBanner.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipesFurnace.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
RecipeShulkerBox.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipeTippedArrow.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipiesShield.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RegionFile.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RegionFileCache.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RemoteControlCommandListener.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
ScoreboardServer.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
SecondaryWorldServer.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ShapedRecipes.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ShapelessRecipes.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
SlotFurnaceResult.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
SpawnerCreature.patch SPIGOT-2936: Simplify WorldBorder diff 2016-12-19 23:05:39 +11:00
StatisticManager.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
TileEntity.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
TileEntityBanner.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityBeacon.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityBrewingStand.patch SPIGOT-2695: Added BrewingStandFuelEvent and added fuel level to the BrewEvent 2016-11-27 10:37:54 +11:00
TileEntityChest.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityCommand.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntityContainer.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntityDispenser.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityEndGateway.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityFurnace.patch SPIGOT-2800: Can only smelt 63 stack 2016-11-19 21:14:46 +11:00
TileEntityHopper.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityNote.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntityShulkerBox.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntitySign.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
UserCache.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
Village.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
VillageSiege.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
World.patch Re-enable the vanilla debug MethodProfiler and /debug command 2017-01-18 17:42:35 -08:00
WorldBorder.patch SPIGOT-2936: Simplify WorldBorder diff 2016-12-19 23:05:39 +11:00
WorldData.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
WorldGenGroundBush.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
WorldGenMegaTreeAbstract.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
WorldGenRegistration.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
WorldGenVillagePieces.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
WorldManager.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
WorldMap.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
WorldNBTStorage.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
WorldServer.patch Re-enable the vanilla debug MethodProfiler and /debug command 2017-01-18 17:42:35 -08:00