BetterModel
Toggle table of contents
1.12.1-SNAPSHOT-353
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
ModelData
Model
Data
@
ApiStatus.Internal
class
ModelData
:
Record
Raw BlockBench model's data.
Parameters
resolution
resolution
elements
elements
outliner
children
textures
textures
animations
animations
placeholder
placeholder
Members
Constructors
Model
Data
Link copied to clipboard
constructor
(
)
Properties
GSON
Link copied to clipboard
val
GSON
:
Gson
Gson parser
Functions
animations
Link copied to clipboard
@
NotNull
open
fun
animations
(
)
:
@
NotNull
List
<
ModelAnimation
>
Gets animation
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
is
Supported
Link copied to clipboard
open
fun
isSupported
(
)
:
Boolean
Checks this model is supported in the Minecraft client.
placeholder
Link copied to clipboard
@
NotNull
open
fun
placeholder
(
)
:
@
NotNull
ModelPlaceholder
Gets placeholder
to
Blueprint
Link copied to clipboard
@
NotNull
open
fun
toBlueprint
(
@
NotNull
name
:
@
NotNull
String
)
:
@
NotNull
ModelBlueprint
Converts model data to blueprint
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String