Code Patterns

Copy-paste examples for common plugin tasks. Commands, events, ECS, GUI, and more.

← Back to Patterns
gui

hytale-bartergridspacer

Official Hytale UI: BarterGridSpacer

Example Code

java
// Invisible spacer to fill out incomplete rows in the grid
// Same size as trade cards
Group {
  Anchor: (Width: 230, Height: 185);
}