3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-17 13:30:06 +01:00
Paper/src/main/java/net/minecraft/server
Travis Watkins e8459c1ff6 Optimize AI and EntityLiving ticking
Reduce usage of getCubes as it is an expensive call.
Remove iterator usage and object creation from PathfinderGoalSelector
methods as these are called very often.
Update EntityLiving goal selectors less often as this is still quite an
expensive task.
2012-04-21 23:53:10 -04: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 Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00:00
ChunkProviderServer.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00: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
ConsoleLogManager.java Fix formatting. 2012-01-15 10:54:57 +01:00
Container.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00: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 Optimize AI and EntityLiving ticking 2012-04-21 23:53:10 -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 Rework clipping logic again, now works as well as the original implementation 2012-04-21 00:45:30 -04: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 Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. 2012-03-22 20:39:39 +00: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
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 Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00: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 Added missing //CB comment 2012-03-30 23:43:52 +02: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 Removed temporary hackish fix for the entity interactivity issues, fixed properly in MC1.2.4. 2012-03-22 17:40:07 -04:00
NetServerHandler.java Check abilities instead of mode for allow flight check. Fixes BUKKIT-1302 2012-03-25 18:23:51 -04: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 Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00: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
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 Optimize AI and EntityLiving ticking 2012-04-21 23:53:10 -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 Implement new address to PlayerLoginEvent; Addresses BUKKIT-431 2012-04-03 21:07:15 -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 Don't spawn conditional mobs if original entity is dead. Fixes BUKKIT-1444 2012-04-03 18:07:46 -05:00
ThreadCommandReader.java Added new --noconsole command argument, thanks to mkurzeja for the idea 2011-11-05 20:15:19 +00: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 [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076 2012-03-15 22:44:10 -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 Filter entity spawning sanely. 2012-04-15 01:52:51 -05:00
WorldData.java Updated CraftBukkit to 1.2 2012-03-01 14:38:31 +00:00
WorldGenBigTree.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
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 Updated version to 1.2.5-R0.1-SNAPSHOT 2012-03-30 23:33:51 +02: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