Rigs
Overview
What is a Rig?
A Rig is the collection of entities that make up an Animated Java model. Calling a Rig's summon function will create a Rig Instance in your Minecraft world.
Rigs are made up of the following entities:
- The Root Entity: The base entity of a Rig. All other rig entities (with the exception of Locators with Use Entity enabled, and Cameras) are passengers of the root entity
- Bones: Displays a custom model.
- Block Displays: Displays a vanilla block.
- Item Displays: Displays an vanilla item.
- Text Displays: Displays text.
- Data Entity: A marker entity that stores all of the NBT data for the Rig.
- Cameras: Used to animate smooth camera movements.