Interface BlockBenchElement
- All Known Implementing Classes:
BlockBenchElementImpl
public interface BlockBenchElement
-
Method Details
-
uniqueId
UUID uniqueId() -
type
String type() -
name
String name() -
boxUv
boolean boxUv() -
rescale
boolean rescale() -
locked
boolean locked() -
renderOrder
String renderOrder() -
allowMirrorModeling
boolean allowMirrorModeling() -
autoUv
int autoUv() -
color
int color() -
from
float[] from() -
to
float[] to() -
origin
float[] origin() -
rotation
float[] rotation() -
faces
BlockBenchElementFace faces() -
facesMap
Map<team.unnamed.creative.base.CubeFace,BlockBenchUv> facesMap()
-