create
Creates a model display at the specified location.
Return
the created model display
Since
1.15.2
Parameters
location
the starting location
@NotNull
Creates a model display at the specified location with an initial configuration.
Return
the created model display
Since
1.15.2
Parameters
location
the starting location
initialConsumer
a consumer to configure the display upon creation
@NotNull
Creates a model display at the specified location with a Y-offset and initial configuration.
Return
the created model display
Since
1.15.2
Parameters
location
the starting location
yOffset
the vertical offset
initialConsumer
a consumer to configure the display upon creation