Interface ModelStateExtension
- All Known Subinterfaces:
ModelState
- All Known Implementing Classes:
BlockModelRotation
,SimpleModelState
,Variant
public interface ModelStateExtension
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Returns whether this model state may apply a rotation that is not a multiple of 90 degrees.private ModelState
self()
-
Method Details
-
self
-
mayApplyArbitraryRotation
default boolean mayApplyArbitraryRotation()Returns whether this model state may apply a rotation that is not a multiple of 90 degrees.- Returns:
- whether this model state may apply a rotation that is not a multiple of 90 degrees
-