1
0
Fork 0
cuberite-2a/src/Items
Tiger Wang 6bdd130aab OnBroken/OnPlaced are for entity actions
* Call OnPlaced/OnBroken in PlaceBlock/DigBlock
- Remove unused Placing/Breaking handlers
* Have the blockhandler's Check handle neighbour updating, instead of QueueTickBlockNeighbors
2020-08-04 18:15:18 +01:00
..
CMakeLists.txt Merged trivial item handlers into cSimplePlaceableItemHandler (#4766) 2020-06-26 21:34:22 +01:00
ItemArmor.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemAxe.h Using Super. 2020-04-16 20:07:48 +00:00
ItemBed.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemBigFlower.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemBoat.h Use Vector3 for cLineBlockTracer and cBlockTracer (#4715) 2020-05-08 10:04:07 +01:00
ItemBottle.h Use Vector3 for cLineBlockTracer and cBlockTracer (#4715) 2020-05-08 10:04:07 +01:00
ItemBow.h Replaced cpp14::make_unique<> with std::make_unique<>. 2020-08-01 20:04:31 +01:00
ItemBucket.h Use Vector3 for cLineBlockTracer and cBlockTracer (#4715) 2020-05-08 10:04:07 +01:00
ItemChest.h OnBroken/OnPlaced are for entity actions 2020-08-04 18:15:18 +01:00
ItemCloth.h Moved source to src 2013-11-24 14:19:41 +00:00
ItemComparator.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemCookedFish.h Using Super. 2020-04-16 20:07:48 +00:00
ItemDoor.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemDye.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemEmptyMap.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemEyeOfEnder.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemFishingRod.h Replaced cpp14::make_unique<> with std::make_unique<>. 2020-08-01 20:04:31 +01:00
ItemFood.h Using Super. 2020-04-16 20:07:48 +00:00
ItemFoodSeeds.h Using Super. 2020-04-16 20:07:48 +00:00
ItemGoldenApple.h Using Super. 2020-04-16 20:07:48 +00:00
ItemHandler.cpp Merged trivial item handlers into cSimplePlaceableItemHandler (#4766) 2020-06-26 21:34:22 +01:00
ItemHandler.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemHoe.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemItemFrame.h Replaced cpp14::make_unique<> with std::make_unique<>. 2020-08-01 20:04:31 +01:00
ItemLeaves.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemLighter.h OnBroken/OnPlaced are for entity actions 2020-08-04 18:15:18 +01:00
ItemLilypad.h Use Vector3 for cLineBlockTracer and cBlockTracer (#4715) 2020-05-08 10:04:07 +01:00
ItemMap.h Using Super. 2020-04-16 20:07:48 +00:00
ItemMilk.h Using Super. 2020-04-16 20:07:48 +00:00
ItemMinecart.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemMobHead.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemNetherWart.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemPainting.h Replaced cpp14::make_unique<> with std::make_unique<>. 2020-08-01 20:04:31 +01:00
ItemPickaxe.h Using Super. 2020-04-16 20:07:48 +00:00
ItemPoisonousPotato.h Using Super. 2020-04-16 20:07:48 +00:00
ItemPotion.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemPumpkin.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemRawChicken.h Using Super. 2020-04-16 20:07:48 +00:00
ItemRawFish.h Using Super. 2020-04-16 20:07:48 +00:00
ItemRedstoneDust.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemRedstoneRepeater.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemRottenFlesh.h Using Super. 2020-04-16 20:07:48 +00:00
ItemSapling.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemSeeds.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemShears.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemShovel.h Using Super. 2020-04-16 20:07:48 +00:00
ItemSign.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemSlab.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemSoup.h Using Super. 2020-04-16 20:07:48 +00:00
ItemSpawnEgg.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
ItemSpiderEye.h Using Super. 2020-04-16 20:07:48 +00:00
ItemSword.h Using Super. 2020-04-16 20:07:48 +00:00
ItemThrowable.h Vector3 in Handlers (#4680) 2020-04-21 22:19:22 +02:00
SimplePlaceableItemHandler.h SimplePlaceableItemHandler style 2020-07-14 18:28:06 +01:00