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 buildLegacyJson(skipLog: Boolean, @NotNull obfuscator: @NotNull PackObfuscator.Pair, @NotNull parent: @NotNull ModelBlueprint): @Nullable BlueprintJson
Gets blueprint legacy json
Link copied to clipboard
@Nullable
@Unmodifiable
open fun buildModernJson(@NotNull obfuscator: @NotNull PackObfuscator.Pair, @NotNull parent: @NotNull ModelBlueprint): @Nullable @Unmodifiable List<BlueprintJson>
Gets blueprint modern json
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@Nullable
open fun hitBox(): @Nullable NamedBoundingBox
Gets single hit-box
Link copied to clipboard
@NotNull
open fun origin(): @NotNull Float3
Gets origin
Link copied to clipboard
open fun scale(): Float
Gets cube scale of this model
Link copied to clipboard
abstract fun toString(): String