User Tools

Site Tools


tutorial:concepts

This is an old revision of the document!


Essential Minecraft Concepts

This section will help you understand basic concepts and definitions before attempting to do any mod coding. Some concepts relate to elements visible in game, others to used files or classes that are frequently used while modding.

Concept
Item Something you can hold in your hand, drop to the ground, place in inventory or store it in a container. It may be a tool or a block held in the hand before placing it.
Block The key component for anything you build in minecraft and has been placed in the world. A lot of blocks are cubes, but most things you place in the world are implemented as blocks, like a furnace. Some blocks don't even look much like a cube, like buttons, fences and doors, and yet they are still treated as blocks.
Block Item The item form of a block, so that you can hold them in your hand, stack them and store them.

UNDER CONSTRUCTION - Essential Minecraft Concepts

tutorial/concepts.1653329393.txt.gz · Last modified: 2022/05/23 18:09 by mehrcraft