Paper/src/main/java/net/minecraft/server
Travis Watkins 894ea06567 Reduce default size of path array. Addresses BUKKIT-1469.
The Path object creates an array of 1024 PathPoint objects as the backing
for a sorted queue but testing shows we tend to get only 80 or so entries
in the array at most. To save memory this changes the default size of the
array to 128. Changing it to 64 was considered but that triggered too many
resizes which is detremental to performance.
2012-05-31 19:55:28 -05:00
..
Block.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
BlockBloodStone.java Massive renaming update in nms. If you bypassed Bukkit, you will likely break. 2011-06-27 00:47:03 +02:00
BlockButton.java Update for 1.1_01 renames. 2012-01-15 10:52:37 +01:00
BlockCactus.java [Bleeding] Added BlockGrowEvent. Addresses BUKKIT-104 2012-02-22 21:46:45 -05:00
BlockCauldron.java Fix CraftBukkit comments. 2012-01-12 12:07:38 +01:00
BlockCrops.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
BlockDispenser.java Make the dispenser check if the dispensed item has been changed before removing it. Fixes BUKKIT-316 2012-04-03 21:42:37 -05:00
BlockDoor.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
BlockDragonEgg.java [Bleeding] Made dragon eggs trigger BlockFromTo events when they teleport. Addresses BUKKIT-828 2012-02-25 19:17:12 -05:00
BlockFire.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
BlockFlowing.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
BlockGrass.java Update for 1.1_01 renames. 2012-01-15 10:52:37 +01:00
BlockGravel.java Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
BlockIce.java Update for 1.1_01 renames. 2012-01-15 10:52:37 +01:00
BlockLeaves.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
BlockLever.java Update for 1.1_01 renames. 2012-01-15 10:52:37 +01:00
BlockMinecartDetector.java Updated to Minecraft 1.1 2012-01-12 23:10:13 +01:00
BlockMinecartTrack.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
BlockMushroom.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
BlockMycel.java Update for 1.1_01 renames. 2012-01-15 10:52:37 +01:00
BlockNetherWart.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
BlockPiston.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
BlockPistonExtension.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
BlockPortal.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
BlockPressurePlate.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
BlockPumpkin.java Made golems spawning respect spawn-animals for real. Fixes BUKKIT-1124 2012-03-11 06:28:03 -04:00
BlockRedstoneLamp.java Add BlockRedstoneEvent to Redstone Lamps, Addresses BUKKIT-1431 2012-04-02 14:11:02 -05:00
BlockRedstoneOre.java Made stepping on Redstone Ore fire PlayerInteract events for players, EntityInteract events for other entities. Fixes BUKKIT-1163 and fixes BUKKIT-1182 2012-03-15 04:38:16 -04:00
BlockRedstoneTorch.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
BlockRedstoneWire.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
BlockReed.java [Bleeding] Added BlockGrowEvent. Addresses BUKKIT-104 2012-02-22 21:46:45 -05:00
BlockSand.java Update for 1.1_01 renames. 2012-01-15 10:52:37 +01:00
BlockSapling.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
BlockSign.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
BlockSnow.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
BlockSoil.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
BlockStationary.java [Bleeding] Call a LAVA BlockIgniteEvent in another place in BlockStationary. Fixes BUKKIT-970 2012-03-15 00:33:55 -04:00
BlockStem.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
BlockTNT.java Updated version to 1.2.5-R0.1-SNAPSHOT 2012-03-30 23:33:51 +02:00
BlockTrapdoor.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
Chunk.java Remove legacy Chunk cache. Fixes BUKKIT-1400 2012-04-24 15:06:11 -05:00
ChunkProviderServer.java Remove legacy Chunk cache. Fixes BUKKIT-1400 2012-04-24 15:06:11 -05:00
ChunkRegionLoader.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
ChunkSection.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
ConsoleLogFormatter.java Add option to strip color codes from server.log file 2012-05-16 13:21:23 -05:00
ConsoleLogManager.java Add option to strip color codes from server.log file 2012-05-16 13:21:23 -05:00
Container.java [Bleeding] Improve handling of ItemStacks. Addresses BUKKIT-1697 2012-05-23 04:10:49 -05:00
ContainerBrewingStand.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
ContainerChest.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
ContainerDispenser.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
ContainerEnchantTable.java [Bleeding] Make crafting and enchanting inventories keep track of their owner rather than returning null. Addresses BUKKIT-1209 2012-03-20 20:30:54 -04:00
ContainerEnchantTableInventory.java [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 2012-03-15 22:44:10 -04:00
ContainerEnchantTableSubcontainer.java [Bleeding] Make crafting and enchanting inventories keep track of their owner rather than returning null. Addresses BUKKIT-1209 2012-03-20 20:30:54 -04:00
ContainerFurnace.java Updated version to 1.2.5-R0.1-SNAPSHOT 2012-03-30 23:33:51 +02:00
ContainerPlayer.java [Bleeding] Make crafting and enchanting inventories keep track of their owner rather than returning null. Addresses BUKKIT-1209 2012-03-20 20:30:54 -04:00
ContainerWorkbench.java [Bleeding] Make crafting and enchanting inventories keep track of their owner rather than returning null. Addresses BUKKIT-1209 2012-03-20 20:30:54 -04:00
CraftingManager.java Set current recipe to null when a recipe isn't found. Fixes BUKKIT-1456 2012-04-15 01:53:18 -05:00
CraftingRecipe.java [Bleeding] Recipe API improvements and fixes. Addresses BUKKIT-738 and BUKKIT-624 2012-02-21 04:24:24 -05:00
Enchantment.java Fix formatting. 2012-01-15 10:54:57 +01:00
EnchantmentModifierDamage.java Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
EnchantmentModifierProtection.java Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
Entity.java Rework clipping logic again, now works as well as the original implementation 2012-04-21 00:45:30 -04:00
EntityAgeable.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
EntityArrow.java [Bleeding] Allow CraftItem to be backed by non-EntityItems. Fixes BUKKIT-1351 2012-03-26 16:36:31 -04:00
EntityBlaze.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityBoat.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
EntityChicken.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
EntityComplex.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
EntityCow.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityCreature.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityCreeper.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityDamageSourceIndirect.java Update for 1.1_01 renames. 2012-01-15 10:52:37 +01:00
EntityEgg.java [Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232 2012-03-21 16:05:07 -04:00
EntityEnderCrystal.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityEnderDragon.java Make EntityCreatePortalEvent block list Unmodifiable. 2012-04-02 16:32:54 -05:00
EntityEnderman.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityEnderPearl.java Made ender pearls use the player's yaw and pitch. Fixes BUKKIT-1056 2012-03-11 00:11:41 -05:00
EntityExperienceOrb.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityFallingBlock.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityFireball.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityFishingHook.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityGhast.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityHuman.java Made item use when a player has the ability to instantly build not decrement the stack. Fixes BUKKIT-1439 2012-04-02 15:25:21 -04:00
EntityIronGolem.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityItem.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityLiving.java Update players when potion effects are moved from them. Fixes BUKKIT-789 2012-04-24 21:58:35 -04:00
EntityMagmaCube.java [Bleeding] Fixed dropping invalid Magma Creams. Fixes BUKKIT-1336 2012-03-25 19:52:44 -04:00
EntityMinecart.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
EntityMonster.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityMushroomCow.java Updated version to 1.2.5-R0.1-SNAPSHOT 2012-03-30 23:33:51 +02:00
EntityOcelot.java Properly call EntityDeathEvent for mobs. Fixes BUKKIT-1519 2012-04-15 09:16:43 -05:00
EntityPainting.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
EntityPig.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityPigZombie.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityPlayer.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityPotion.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
EntityProjectile.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntitySheep.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
EntitySkeleton.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntitySlime.java Added SpawnReason.SLIME_SPLIT, Fixes BUKKIT-790 2012-04-14 01:38:22 -05:00
EntitySmallFireball.java Fixed EntityDamageByEntityEvent to call for every attackable entity. Fixes BUKKIT-1129, Fixes BUKKIT-1054 and Fixes BUKKIT-147. 2012-03-15 05:11:48 -04:00
EntitySnowman.java Made Snowmen use a DamageCause MELTING for melting in hot biomes. Addresses BUKKIT-1244 2012-03-22 17:33:33 -04:00
EntitySpider.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntitySquid.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityThrownExpBottle.java [Bleeding] Implement ExpBottleEvent; Addresses BUKKIT-888 2012-03-20 03:24:57 -04:00
EntityTNTPrimed.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityTracker.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
EntityTrackerEntry.java Fix inaccurate head yaw. Fixes BUKKIT-1702 2012-05-23 21:52:59 -05:00
EntityWeatherLighting.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
EntityWolf.java Updated version to 1.2.5-R0.1-SNAPSHOT 2012-03-30 23:33:51 +02:00
EntityZombie.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
Explosion.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
FoodMetaData.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
FurnaceRecipes.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
IDataManager.java Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
IInventory.java [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 2012-03-15 22:44:10 -04:00
InventoryCrafting.java [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 2012-03-15 22:44:10 -04:00
InventoryCraftResult.java [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 2012-03-15 22:44:10 -04:00
InventoryLargeChest.java [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 2012-03-15 22:44:10 -04:00
ItemBed.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
ItemBlock.java Assert that the block is still present after placement. Fixes BUKKIT-1399 2012-05-17 00:24:10 -04:00
ItemBoat.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
ItemBow.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
ItemBucket.java Fixed translation issue and enderman not spawning when The End is generated. Fixes BUKKIT-1115 2012-03-11 07:04:54 -04:00
ItemDoor.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
ItemDye.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
ItemFireball.java Fire events for fireball item usage. Fixes BUKKIT-1566 2012-05-09 01:40:19 -05:00
ItemFishingRod.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
ItemFlintAndSteel.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
ItemFood.java Don't cap food level at 20 when eating. Fixes BUKKIT-1667 2012-05-17 21:17:23 -05:00
ItemHoe.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
ItemInWorldManager.java Reverting the Drop API for now, we need to re-evalute this as it is causing too many issues and blocking releases. 2012-03-27 20:04:26 -04:00
ItemMinecart.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
ItemMonsterEgg.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
ItemPainting.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
ItemRedstone.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
ItemReed.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
ItemSeeds.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
ItemSign.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
ItemStack.java Revert filtering by dynamic block range 2012-03-01 12:17:24 -05:00
ItemStep.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
ItemWaterLily.java [Bleeding] Use player.getItemInHand(), instead of a new ItemStack. Addresses BUKKIT-767 2012-02-23 18:27:22 -05:00
ItemWorldMap.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
MinecartTrackLogic.java Added BlockMinecartTrack and MinecartTrackLogic for diff visibility. 2012-03-22 03:09:33 -04:00
MinecraftServer.java Add fallback for when jline fails to initialize. Fixes BUKKIT-1675. 2012-05-23 15:32:33 -05:00
MobEffectList.java [Bleeding] Fixed potions throwing double events. Fixes BUKKIT-1332 2012-03-26 16:05:38 -04:00
NBTTagCompound.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
NetLoginHandler.java Remove address from throttle hashmap before killing socket. Fixes BUKKIT-659 2012-04-24 21:58:24 -04:00
NetServerHandler.java Add fallback for when jline fails to initialize. Fixes BUKKIT-1675. 2012-05-23 15:32:33 -05:00
NetworkAcceptThread.java Updated version to 1.2.5-R0.1-SNAPSHOT 2012-03-30 23:33:51 +02:00
NetworkListenThread.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
NetworkManager.java Don't spam console with errors on unexpected disconnect. Addresses BUKKIT-693 2012-05-23 21:53:02 -05:00
NetworkWriterThread.java Don't spam console with errors on unexpected disconnect. Addresses BUKKIT-693 2012-05-23 21:53:02 -05:00
Packet3Chat.java Updated version to 1.2.5-R0.1-SNAPSHOT 2012-03-30 23:33:51 +02:00
Packet20NamedEntitySpawn.java Only truncate player name when sending spawn packet. 2012-01-23 23:32:21 -05:00
Packet24MobSpawn.java Rework clipping logic again, now works as well as the original implementation 2012-04-21 00:45:30 -04:00
Packet51MapChunk.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
Packet.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
Path.java Reduce default size of path array. Addresses BUKKIT-1469. 2012-05-31 19:55:28 -05:00
PathfinderGoalArrowAttack.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
PathfinderGoalBreakDoor.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
PathfinderGoalBreed.java [Bleeding] Added SpawnReason.BREEDING. Fixes BUKKIT-1356 2012-03-27 20:29:22 -04:00
PathfinderGoalEatTile.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
PathfinderGoalMeleeAttack.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
PathfinderGoalSelector.java Optimized a little too much. Update goals every tick again to avoid AI oddness. 2012-04-24 23:20:29 -04:00
PathfinderGoalTarget.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
PlayerInstance.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
PlayerInventory.java [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 2012-03-15 22:44:10 -04:00
PlayerManager.java [Bleeding] Only do unload-all on tick when last player leaves. Fixes BUKKIT-1060 2012-03-08 16:27:01 -05:00
PortalTravelAgent.java (Re)restricted the nether to 128 world height. Fixes BUKKIT-976 2012-03-09 12:08:59 -05:00
PropertyManager.java Update for 1.0.0 2011-11-20 00:01:33 -08:00
SecondaryWorldServer.java Update for Minecraft 1.8 2011-09-15 01:23:52 +01:00
ServerConfigurationManager.java Load player data before calling PlayerLoginEvent. Fixes BUKKIT-1531 and Fixes BUKKIT-601. 2012-04-23 22:12:19 -05:00
ShapedRecipes.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
ShapelessRecipes.java Updated to rename revision 02 2012-03-01 01:12:41 +00:00
Slot.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
SpawnerCreature.java Fixed per-world spawn limits. I have no idea how we missed this. 2012-04-24 22:28:26 -04:00
ThreadCommandReader.java Update to jline 2. Fixes BUKKIT-717 2012-05-15 23:27:51 -05:00
ThreadLoginVerifier.java Update for Minecraft 1.8 2011-09-15 01:23:52 +01:00
TileEntity.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
TileEntityBrewingStand.java Don't call event if getOwner is null. Fixes BUKKIT-1545 2012-04-25 22:43:15 -04:00
TileEntityChest.java [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 2012-03-15 22:44:10 -04:00
TileEntityDispenser.java [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 2012-03-15 22:44:10 -04:00
TileEntityFurnace.java Updated version to 1.2.5-R0.1-SNAPSHOT 2012-03-30 23:33:51 +02:00
TileEntityMobSpawner.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
TileEntityPiston.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
TileEntitySign.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
Village.java Updated version to 1.2.5-R0.1-SNAPSHOT 2012-03-30 23:33:51 +02:00
VillageSiege.java Made zombie invasions fire CreatureSpawn event. Fixes BUKKIT-1090 2012-03-08 22:12:54 -05:00
World.java Revert obsolete "fix" for Redstone Torches 2012-05-17 00:24:26 -04:00
WorldData.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
WorldGenBigTree.java Fix growing large tress near world height. Fixes BUKKIT-1072 2012-04-25 22:30:42 -04:00
WorldGenerator.java Updated version to 1.2.5-R0.1-SNAPSHOT 2012-03-30 23:33:51 +02:00
WorldGenForest.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
WorldGenGroundBush.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
WorldGenHugeMushroom.java [Bleeding] Added support for all TreeType entries to CraftWorld.generateTree(). Addresses BUKKIT-1161 2012-03-21 20:32:17 -04:00
WorldGenMegaTree.java [Bleeding] Completely fix the tree generation algorithm to make it near identical to vanilla as well as fix potential bugs associated with disappearing saplings. 2012-03-20 06:38:03 -04:00
WorldGenSwampTree.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
WorldGenTaiga1.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
WorldGenTaiga2.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
WorldGenTrees.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
WorldManager.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
WorldMap.java Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
WorldMapHumanTracker.java Update for 1.1_01 renames. 2012-01-15 10:52:37 +01:00
WorldNBTStorage.java Use a different temp file for each player to avoid corruption. Fixes BUKKIT-1607 2012-05-09 01:40:19 -05:00
WorldServer.java Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00