model_path_stream_display
A Path Stream display using a 3D model that follows the path and points toward the target — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | model_path_stream_display |
| Type | Misc |
| Color | Cyan |
| Icon | mdi:arrow-decision |
Fields
| Field | Type | Description |
|---|---|---|
model | Ref<out EntityDefinitionEntry> | The 3D model definition to render along the path |
displayMode | PathStreamDisplayMode | How the model behaves along the path |
fixedDistance | Double | Fixed distance ahead of the player where the model stays (only used in FIXED_DISTANCE mode) |
pointToTarget | Boolean | Whether the model should rotate to point toward the next waypoint |
scale | Float | Scale of the 3D model |
travelSpeed | Double | How fast the stream travels in blocks per second |
Usage Example
- entry: model_path_stream_display
name: "A Path Stream display using a 3D model that follows the path and points toward the target"
model: ""
displayMode: ""
fixedDistance: 0
pointToTarget: false
scale: 0
travelSpeed: 0