Reference
The mods you create are built with code blocks made to interact with Minecraft. Blocks are grouped together based on which part of the Minecraft world they relate to. The block group has its own color. That way you know which group a block belongs to.
player.say("Hi!");
blocks.fill(TNT, pos(0,0,0) , pos(0,0,0));
mobs.spawn(PIG, pos(0,0,0));
agent.destroy(FORWARD);
builder.line(GLASS);
gameplay.setGameMode(SURVIVAL, mobs.target(NEAREST_PLAYER));
positions.create(0, 0, 0);
shapes.line(DIRT, pos(1,1,1), pos(2,3,3));
See Also
player, mobs, agent, builder, gameplay, blocks, positions, shapes
builder
shapes