1
0
Fork 0
cuberite-2a/src/Blocks
Peter Bell 96bd4637d7 Implement glowing redstone ore 2020-04-16 23:49:33 +01:00
..
BlockAnvil.h Using Super. 2020-04-16 20:07:48 +00:00
BlockBed.cpp New hotfix to prevent calling OnBroken (#4600) 2020-04-03 20:24:49 +00:00
BlockBed.h Using Super. 2020-04-16 20:07:48 +00:00
BlockBigFlower.h Using Super. 2020-04-16 20:07:48 +00:00
BlockBookShelf.h Updated Bookshelves drop behaviour (#4567) 2020-03-28 12:20:14 +00:00
BlockBrewingStand.h Using Super. 2020-04-16 20:07:48 +00:00
BlockButton.h Using Super. 2020-04-16 20:07:48 +00:00
BlockCactus.h Using Super. 2020-04-16 20:07:48 +00:00
BlockCake.h Using Super. 2020-04-16 20:07:48 +00:00
BlockCarpet.h Using Super. 2020-04-16 20:07:48 +00:00
BlockCauldron.h Using Super. 2020-04-16 20:07:48 +00:00
BlockChest.h Using Super. 2020-04-16 20:07:48 +00:00
BlockCloth.h Improved maps 2015-07-14 21:46:30 +01:00
BlockCobWeb.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockCocoaPod.h Using Super. 2020-04-16 20:07:48 +00:00
BlockCommandBlock.h Using Super. 2020-04-16 20:07:48 +00:00
BlockComparator.h Using Super. 2020-04-16 20:07:48 +00:00
BlockConcretePowder.h Using Super. 2020-04-16 20:07:48 +00:00
BlockCrops.h Using Super. 2020-04-16 20:07:48 +00:00
BlockDeadBush.h Using Super. 2020-04-16 20:07:48 +00:00
BlockDirt.h Using Super. 2020-04-16 20:07:48 +00:00
BlockDoor.cpp Using Super. 2020-04-16 20:07:48 +00:00
BlockDoor.h Using Super. 2020-04-16 20:07:48 +00:00
BlockDropSpenser.h Using Super. 2020-04-16 20:07:48 +00:00
BlockEnchantmentTable.h cBlockHandler: take player by ref 2017-08-01 08:21:20 +02:00
BlockEndPortalFrame.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockEnderchest.h Using Super. 2020-04-16 20:07:48 +00:00
BlockEntity.h Using Super. 2020-04-16 20:07:48 +00:00
BlockFarmland.h Using Super. 2020-04-16 20:07:48 +00:00
BlockFence.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockFenceGate.h Using Super. 2020-04-16 20:07:48 +00:00
BlockFire.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockFlower.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockFlowerPot.h Using Super. 2020-04-16 20:07:48 +00:00
BlockFluid.h Using Super. 2020-04-16 20:07:48 +00:00
BlockFurnace.h Using Super. 2020-04-16 20:07:48 +00:00
BlockGlass.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockGlowstone.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockGrass.h Silk touch pickaxe drops grass block (#4485) 2020-03-17 02:23:50 +02:00
BlockGravel.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockHandler.cpp Implement glowing redstone ore 2020-04-16 23:49:33 +01:00
BlockHandler.h Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
BlockHopper.h Using Super. 2020-04-16 20:07:48 +00:00
BlockIce.h Using Super. 2020-04-16 20:07:48 +00:00
BlockJukebox.h Jukebox improvements (#4537) 2020-03-23 13:45:09 +00:00
BlockLadder.h Using Super. 2020-04-16 20:07:48 +00:00
BlockLeaves.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockLever.h Using Super. 2020-04-16 20:07:48 +00:00
BlockLilypad.h Using Super. 2020-04-16 20:07:48 +00:00
BlockMelon.h Using Super. 2020-04-16 20:07:48 +00:00
BlockMobHead.h Using Super. 2020-04-16 20:07:48 +00:00
BlockMobSpawner.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockMushroom.h Using Super. 2020-04-16 20:07:48 +00:00
BlockMycelium.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockNetherWart.h Using Super. 2020-04-16 20:07:48 +00:00
BlockNetherrack.h * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it. 2015-08-19 10:48:21 -06:00
BlockObserver.h ಠ_ಠ (#4660) 2020-04-16 22:27:04 +01:00
BlockOre.h Using Super. 2020-04-16 20:07:48 +00:00
BlockPiston.cpp Using Super. 2020-04-16 20:07:48 +00:00
BlockPiston.h Using Super. 2020-04-16 20:07:48 +00:00
BlockPlanks.h cBlockHandler: take player by ref 2017-08-01 08:21:20 +02:00
BlockPlant.h Using Super. 2020-04-16 20:07:48 +00:00
BlockPluginInterface.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockPortal.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockPressurePlate.h Using Super. 2020-04-16 20:07:48 +00:00
BlockPumpkin.h Using Super. 2020-04-16 20:07:48 +00:00
BlockQuartz.h Deal with covered switches consistently (#4161) 2018-02-04 23:07:12 +00:00
BlockRail.h Using Super. 2020-04-16 20:07:48 +00:00
BlockRedstone.h Using Super. 2020-04-16 20:07:48 +00:00
BlockRedstoneLamp.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockRedstoneOre.h Implement glowing redstone ore 2020-04-16 23:49:33 +01:00
BlockRedstoneRepeater.h Using Super. 2020-04-16 20:07:48 +00:00
BlockRedstoneTorch.h Using Super. 2020-04-16 20:07:48 +00:00
BlockSand.h Improved maps 2015-07-14 21:46:30 +01:00
BlockSapling.h Using Super. 2020-04-16 20:07:48 +00:00
BlockSeaLantern.h Using Super. 2020-04-16 20:07:48 +00:00
BlockSideways.h Using Super. 2020-04-16 20:07:48 +00:00
BlockSignPost.h Using Super. 2020-04-16 20:07:48 +00:00
BlockSlab.h Using Super. 2020-04-16 20:07:48 +00:00
BlockSlime.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockSnow.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00
BlockSponge.h Using Super. 2020-04-16 20:07:48 +00:00
BlockStairs.h Using Super. 2020-04-16 20:07:48 +00:00
BlockStems.h Using Super. 2020-04-16 20:07:48 +00:00
BlockStone.h Using Super. 2020-04-16 20:07:48 +00:00
BlockSugarcane.h Using Super. 2020-04-16 20:07:48 +00:00
BlockTNT.h cBlockHandler: take player by ref 2017-08-01 08:21:20 +02:00
BlockTallGrass.h Using Super. 2020-04-16 20:07:48 +00:00
BlockTorch.h Using Super. 2020-04-16 20:07:48 +00:00
BlockTrapdoor.h Using Super. 2020-04-16 20:07:48 +00:00
BlockTripwire.h Using Super. 2020-04-16 20:07:48 +00:00
BlockTripwireHook.h Using Super. 2020-04-16 20:07:48 +00:00
BlockVine.h Using Super. 2020-04-16 20:07:48 +00:00
BlockWallSign.h Using Super. 2020-04-16 20:07:48 +00:00
BlockWorkbench.h cBlockHandler: take player by ref 2017-08-01 08:21:20 +02:00
BroadcastInterface.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
CMakeLists.txt Removed extended ASCII, and added a check against it. (#4642) 2020-04-12 09:24:30 +02:00
ChunkInterface.cpp Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
ChunkInterface.h Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) 2020-04-03 08:57:01 +02:00
GetHandlerCompileTimeTemplate.h CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
Mixins.h Using Super. 2020-04-16 20:07:48 +00:00
WorldInterface.h Refactored block-to-pickup conversion. (#4417) 2019-10-16 10:06:34 +02:00