Interface BlockBenchModel
- All Known Implementing Classes:
BlockBenchModelImpl
public interface BlockBenchModel
-
Method Summary
-
Method Details
-
name
String name() -
identifier
String identifier() -
parent
-
credit
-
modelIdentifier
-
metadata
Metadata metadata() -
resolution
Resolution resolution() -
ambientOcclusion
boolean ambientOcclusion() -
frontGuiLight
boolean frontGuiLight() -
visibleBox
float[] visibleBox() -
variablePlaceholders
String variablePlaceholders() -
variablePlaceholderButtons
-
textures
List<? extends BlockbenchTexture> textures() -
elements
List<? extends BlockBenchElement> elements() -
display
-
outliner
-
animations
List<? extends BlockbenchAnimation> animations()
-