Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
FreeMinecraftModels
/
com.magmaguy.freeminecraftmodels.dataconverter
/
CubeBlueprint
Cube
Blueprint
public
class
CubeBlueprint
Members
Constructors
Cube
Blueprint
Link copied to clipboard
public
void
CubeBlueprint
(
List
<
ParsedTexture
>
parsedTextures
,
Map
<
String
,
Object
>
cubeJSON
,
String
modelName
,
double resolutionWidth
,
double resolutionHeight
)
Properties
bone
Offset
Link copied to clipboard
public
Vector3f
boneOffset
cube
JSON
Link copied to clipboard
public
final
Map
<
String
,
Object
>
cubeJSON
from
Link copied to clipboard
public
Vector3f
from
original
Cube
JSON
Link copied to clipboard
public
final
Map
<
String
,
Object
>
originalCubeJSON
to
Link copied to clipboard
public
Vector3f
to
Functions
get
Bone
Offset
Link copied to clipboard
public
Vector3f
getBoneOffset
(
)
get
Cube
JSON
Link copied to clipboard
public
Map
<
String
,
Object
>
getCubeJSON
(
)
get
From
Link copied to clipboard
public
Vector3f
getFrom
(
)
get
Original
Cube
JSON
Link copied to clipboard
public
Map
<
String
,
Object
>
getOriginalCubeJSON
(
)
get
To
Link copied to clipboard
public
Vector3f
getTo
(
)
is
Validated
Data
Link copied to clipboard
public
boolean
isValidatedData
(
)
set
Bone
Offset
Link copied to clipboard
public
void
setBoneOffset
(
Vector3f
boneOffset
)
shift
Position
Link copied to clipboard
public
void
shiftPosition
(
)
shift
Rotation
Link copied to clipboard
public
void
shiftRotation
(
)