1
0
cuberite-2a/src/Items/CMakeLists.txt
KingCol13 1d1fa91401
Chorus fruit teleport (#5259)
* Outline function for teleporting.

* Created new handler for chorus fruit.

* Fixed AttemptTeleport failing.

* Better names, working sound effect.

* Corrected naming.

* Remove stray LOGD.

* Offset teleport to middle of block.

* Style Fixes

Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com>

* Style Fixes 2

Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com>

* Move FindTeleportDestination to static cPawn method.

* cBoundingBox interface.

* Cleanup includes.

* Maybe exported to API?

* Change a_World to reference, add to APIDesc.

Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com>
2021-07-10 20:05:00 +00:00

88 lines
1.3 KiB
CMake

target_sources(
${CMAKE_PROJECT_NAME} PRIVATE
ItemHandler.cpp
ItemAnvil.h
ItemArmor.h
ItemAxe.h
ItemBanner.h
ItemBed.h
ItemBigFlower.h
ItemBoat.h
ItemBottle.h
ItemBow.h
ItemBucket.h
ItemButton.h
ItemChest.h
ItemChorusFruit.h
ItemCloth.h
ItemComparator.h
ItemCookedFish.h
ItemDoor.h
ItemDropSpenser.h
ItemDye.h
ItemEmptyMap.h
ItemEnchantingTable.h
ItemEndCrystal.h
ItemEndPortalFrame.h
ItemEnderchest.h
ItemEyeOfEnder.h
ItemFenceGate.h
ItemFishingRod.h
ItemFood.h
ItemFoodSeeds.h
ItemFurnace.h
ItemGlazedTerracotta.h
ItemGoldenApple.h
ItemHandler.h
ItemHoe.h
ItemHopper.h
ItemItemFrame.h
ItemJackOLantern.h
ItemLadder.h
ItemLeaves.h
ItemLever.h
ItemLighter.h
ItemLilypad.h
ItemMap.h
ItemMilk.h
ItemMinecart.h
ItemMobHead.h
ItemNetherWart.h
ItemObserver.h
ItemPainting.h
ItemPickaxe.h
ItemPiston.h
ItemPlanks.h
ItemPoisonousPotato.h
ItemPotion.h
ItemPumpkin.h
ItemQuartz.h
ItemRail.h
ItemRawChicken.h
ItemRawFish.h
ItemRedstoneDust.h
ItemRedstoneRepeater.h
ItemRottenFlesh.h
ItemSapling.h
ItemSeeds.h
ItemShears.h
ItemShovel.h
ItemSideways.h
ItemSign.h
ItemSlab.h
ItemSnow.h
ItemSoup.h
ItemSpawnEgg.h
ItemSpiderEye.h
ItemStairs.h
ItemSword.h
ItemThrowable.h
ItemTorch.h
ItemTrapdoor.h
ItemTripwireHook.h
ItemVine.h
SimplePlaceableItemHandler.h
)