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
Andrew Ardill eace2d0f8a Further fixes to fire events
Moved lava ignition event into the correct position.
Spam should be reduced significantly.
2011-01-19 07:51:28 +08:00
..
BlockButton.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
BlockCactus.java small change to block event with lava and cactus, to improve 2011-01-18 18:29:41 +11:00
BlockChest.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
BlockDoor.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
BlockFire.java Further fixes to fire events 2011-01-19 07:51:28 +08:00
BlockFlowing.java Moved the source block definition higher in BlockFlowing to ensure its accuracy. 2011-01-15 21:11:26 -08:00
BlockFurnace.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
BlockJukeBox.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
BlockLeaves.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
BlockLever.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
BlockPressurePlate.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
BlockRedstoneTorch.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
BlockRedstoneWire.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
BlockStationary.java Further fixes to fire events 2011-01-19 07:51:28 +08:00
BlockWorkbench.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
ChunkProviderServer.java Events should be present tense, not paste tense. 2011-01-15 21:26:52 +01:00
Entity.java small change to block event with lava and cactus, to improve 2011-01-18 18:29:41 +11:00
EntityAnimals.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityArrow.java fixes to combust event so that it is raised only once on combustion. 2011-01-18 16:30:01 +11:00
EntityBoat.java fixes to combust event so that it is raised only once on combustion. 2011-01-18 16:30:01 +11:00
EntityChicken.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityCow.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityCreature.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityCreeper.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityEgg.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityFallingSand.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityFireball.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityFish.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityFlying.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityGhast.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityItem.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityList.java Adding all Entities into CraftBukkit. 2011-01-18 00:13:32 +08:00
EntityLiving.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityMinecart.java fixes to combust event so that it is raised only once on combustion. 2011-01-18 16:30:01 +11:00
EntityMobs.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityPainting.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityPig.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityPigZombie.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityPlayer.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityPlayerMP.java created getBukkitEntity() in minecraft.server.Entity 2011-01-18 00:13:31 +08:00
EntitySheep.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntitySkeleton.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntitySlime.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntitySnowball.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntitySpider.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntitySquid.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityTNTPrimed.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityTracker.java Adding all Entities into CraftBukkit. 2011-01-18 00:13:32 +08:00
EntityTrackerEntry.java Adding all Entities into CraftBukkit. 2011-01-18 00:13:32 +08:00
EntityWaterMob.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityZombie.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
EntityZombieSimple.java fixed imports on all Entities 2011-01-18 17:16:05 +11:00
Explosion.java Fixing some entity damage events 2011-01-18 13:49:33 +11:00
IInventory.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
InventoryCrafting.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
InventoryCraftResult.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
InventoryLargeChest.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
InventoryPlayer.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
ItemBlock.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
ItemBoat.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
ItemBucket.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
ItemFlintAndSteel.java Further fixes to fire events 2011-01-19 07:51:28 +08:00
ItemHoe.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
ItemInWorldManager.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
ItemMinecart.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
ItemRedstone.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
ItemSeeds.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
ItemSign.java Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block 2011-01-15 21:40:18 +00:00
ItemStack.java Update to Minecraft Server 1.2 2011-01-14 13:31:10 +00:00
MinecraftServer.java moved built in command namespace, fixed EntityItem 2011-01-17 14:35:42 -05:00
NetServerHandler.java Added registration of plugin commands on plugin load. 2011-01-16 16:35:37 +01:00
PropertyManager.java Updated against new mc-dev format, takes out quite some casting troubles at the cost of extra ()'s 2011-01-11 09:27:35 +01:00
ServerConfigurationManager.java All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.entity 2011-01-15 21:24:07 +00:00
Slot.java Fixed blocks not keeping data on placement 2011-01-14 19:44:11 +00:00
TileEntityChest.java Fixed blocks not keeping data on placement 2011-01-14 19:44:11 +00:00
TileEntityFurnace.java Fixed blocks not keeping data on placement 2011-01-14 19:44:11 +00:00
WorldServer.java Various fixes; boats, minecarts, musicblocks 2011-01-14 21:22:14 +00:00