BlueprintGroup

Blueprint group

Parameters

name

group name

origin

origin

rotation

rotation

children

children

visibility

visibility

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Nullable
open fun buildJson(scale: Float, @NotNull parent: ModelBlueprint): BlueprintJson
Gets blueprint json
Link copied to clipboard
@Nullable
open fun buildModernJson(scale: Float, @NotNull parent: ModelBlueprint): List<BlueprintJson>
Gets blueprint modern json
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
open fun from(@NotNull children: ModelChildren, @NotNull @Unmodifiable elementMap: @Unmodifiable Map<String, ModelElement>): BlueprintChildren
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@Nullable
open fun hitBox(): NamedBoundingBox
Gets single hit-box
Link copied to clipboard
@NotNull
open fun jsonName(@NotNull parent: ModelBlueprint): String
Gets json name of blueprint.
Link copied to clipboard
abstract fun toString(): String