# Functions
BreakDuration returns the base duration that breaking the block passed takes when being broken using the item passed.
BreaksInstantly checks if the block passed can be broken instantly using the item stack passed to break it.
FlammableBlock returns true if a block is flammable.
NewChest creates a new initialised chest.
Parse attempts to parse a string passed into a slice of blocks.
# Structs
Air is the block present in otherwise empty space.
AncientDebris is a rare ore found within The Nether.
Barrier is a transparent solid block used to create invisible boundaries.
Basalt is a type of igneous rock found in the Nether.
Beacon is a block that projects a light beam skyward, and can provide status effects such as Speed, Jump Boost, Haste, Regeneration, Resistance, or Strength to nearby players.
Bedrock is a block that is indestructible in survival.
BeetrootSeeds are a crop that can be harvested to craft soup or red dye.
BlueIce is a solid block similar to packed ice.
BoneBlock is a decorative block that can face different directions.
BreakInfo is a struct returned by every block.
Bricks are decorative building blocks.
Cake is an edible block.
Carpet is a colourful block that can be obtained by killing/shearing sheep, or crafted using four string.
Carrot is a crop that can be consumed raw.
Chest is a container block which may be used to store items.
No description provided by the author
Clay is a block that can be found underwater.
CoalBlock is a precious mineral block made from 9 coal.
CoalOre is a common ore.
Cobblestone is a common block, obtained from mining stone.
CocoaBean is a crop block found in Jungle biomes.
Concrete is a solid block which comes in the 16 regular dye colors, created by placing concrete powder adjacent to water.
ConcretePowder is a gravity affected block that comes in 16 different colours.
Coral is a non solid block that comes in 5 variants.
CoralBlock is a solid block that comes in 5 variants.
CryingObsidian is a luminous variant of obsidian that can be used to craft a respawn anchor and produces purple particles when placed.
DiamondBlock is a block which can only be gained by crafting it.
DiamondOre is a rare ore that generates underground.
Dirt is a block found abundantly in most biomes under a layer of grass blocks at the top of the normal world.
DragonEgg is a decorative block or a "trophy item", and the rarest item in the game.
EmeraldBlock is a precious mineral block crafted using 9 emeralds.
EmeraldOre is an ore generating exclusively under mountain biomes.
EndBricks is a block made from combining four endstone blocks together.
EndBrickStairs are blocks that allow entities to walk up blocks without jumping.
EndStone is a block found in The End.
Farmland is a block that crops are grown on.
Fire is a non-solid block that can spread to nearby flammable blocks.
FlammabilityInfo contains values related to block behaviors involving fire.
GildedBlackstone is a variant of blackstone that can drop itself or gold nuggets when mined.
Glass is a decorative, fully transparent solid block that can be dyed into stained glass.
GlassPane is a transparent block that can be used as a more efficient alternative to glass blocks.
GlazedTerracotta is a vibrant solid block that comes in the 16 regular dye colours.
Glowstone is commonly found on the ceiling of the nether dimension.
GoldBlock is a precious metal block crafted from 9 gold ingots.
GoldOre is a rare mineral block found underground.
Grass blocks generate abundantly across the surface of the world.
GrassPath is a decorative block that can be created by using a shovel on a grass block.
Gravel is a block affected by gravity.
InvisibleBedrock is an indestructible, solid block, similar to bedrock and has the appearance of air.
IronBars are blocks that serve a similar purpose to glass panes, but made of iron instead of glass.
IronBlock is a precious metal block made from 9 iron ingots.
IronOre is a mineral block found underground.
Kelp is an underwater block which can grow on top of solids underwater.
Lantern is a light emitting block.
LapisBlock is a decorative mineral block that is crafted from lapis lazuli.
LapisOre is an ore block from which lapis lazuli is obtained.
Lava is a light-emitting fluid block that causes fire damage.
Leaves are blocks that grow as part of trees which mainly drop saplings and sticks.
Light is an invisible block that can produce any light level.
LitPumpkin is a decorative light emitting block crafted with a Carved Pumpkin & Torch.
Log is a naturally occurring block found in trees, primarily used to create planks.
Melon is a fruit block that grows from melon stems.
MelonSeeds grow melon blocks.
NetherBrickFence is the nether brick variant of the fence block.
NetherGoldOre is a variant of gold ore found exclusively in The Nether.
NetheriteBlock is a precious mineral block made from 9 netherite ingots.
NetherQuartzOre is ore found in the Nether.
Netherrack is a block found in The Nether.
NetherWart is a fungus found in the Nether that is vital in the creation of potions.
NoteBlock is a musical block that emits sounds when powered with redstone.
Obsidian is a dark purple block known for its high blast resistance and strength, most commonly found when water flows over lava.
Planks are common blocks used in crafting recipes.
Potato is a crop that can be consumed raw or cooked to make baked potatoes.
Pumpkin is a crop block.
PumpkinSeeds grow pumpkin blocks.
No description provided by the author
QuartzBricks is a mineral block used only for decoration.
No description provided by the author
Sand is a block affected by gravity.
SeaLantern is an underwater light sources that appear in ocean monuments and underwater ruins.
Shroomlight are light-emitting blocks that generate in huge fungi.
SoulSand is a block found naturally only in the Nether.
SoulSoil is a block naturally found only in the soul sand valley.
Sponge is a block that can be used to remove water around itself when placed, turning into a wet sponge in the process.
StainedGlass is a decorative, fully transparent solid block that is dyed into a different colour.
StainedGlassPane is a transparent block that can be used as a more efficient alternative to glass blocks.
StainedTerracotta is a block formed from clay, with a hardness and blast resistance comparable to stone.
No description provided by the author
Terracotta is a block formed from clay, with a hardness and blast resistance comparable to stone.
Torch are non-solid blocks that emit light.
Water is a natural fluid that generates abundantly in the world.
WheatSeeds are a crop that can be harvested to craft bread, cake, & cookies.
WoodDoor is a block that can be used as an openable 1x2 barrier.
WoodFence are blocks similar to Walls, which cannot normally be jumped over.
WoodFenceGate is a block that can be used as an openable 1x1 barrier.
WoodSlab is a half block that allows entities to walk up blocks without jumping.
WoodStairs are blocks that allow entities to walk up blocks without jumping.
WoodTrapdoor is a block that can be used as an openable 1x1 barrier.
Wool is a colourful block that can be obtained by killing/shearing sheep, or crafted using four string.
# Interfaces
Activatable represents a block that may be activated by a viewer of the world.
BeaconSource represents a block which is capable of contributing to powering a beacon pyramid.
BoneMealAffected represents a block that is affected when bonemeal is used on it.
Breakable represents a block that may be broken by a player in survival mode.
Container represents a container of items, typically a block such as a chest.
ContainerOpener represents an entity that is able to open a container.
ContainerViewer represents a viewer that is able to view a container and its inventory.
Crop is an interface for all crops that are grown on farmland.
EntityCollider is an interface for blocks with special behaviors on entity collision.
Flammable is an interface for blocks that can catch on fire.
FromStringer represents a type that is able to return a specific variant of itself by reading the string passed.
GravityAffected represents blocks affected by gravity.
InstrumentBlock represents a block that creates a note block sound other than the piano.
LightDiffuser represents a block that diffuses light.
LightEmitter represents a block that emits light when placed.
LiquidRemovable represents a block that may be removed by a liquid flowing into it.
Placer represents an entity that is able to place a block at a specific position in the world.
Punchable represents a block that may be punched by a viewer of the world.
Replaceable represents a block that may be replaced by another block automatically.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
XPDropRange holds the min & max XP drop amounts of blocks.