File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,6 +268,11 @@ public void resetMarkersExample(Player viewer) {
268268
269269` .style(MarkerStyle) ` overrides the marker's appearance and text. Leave unset (or ` null ` ) to defer entirely to the player's own Markers mod settings.
270270
271+ <Callout type = " info" >
272+ When ` compactMode ` is enabled the marker uses a compact single-row layout, and
273+ ` ownerDisplay ` , ` descriptionDisplay ` and ` ownerSuffix ` are ignored.
274+ </Callout >
275+
271276``` java
272277.style(MarkerStyle . builder()
273278 .scale(1.0F ) // 0.5F to 2.0F
@@ -285,11 +290,6 @@ public void resetMarkersExample(Player viewer) {
285290)
286291```
287292
288- <Callout type = " info" >
289- When ` compactMode ` is enabled the marker uses a compact single-row layout, and
290- ` ownerDisplay ` , ` descriptionDisplay ` and ` ownerSuffix ` are ignored.
291- </Callout >
292-
293293</Tab >
294294
295295<Tab >
You can’t perform that action at this time.
0 commit comments