Package dev.turboism.sdk.cubism.model
Interface Glue
public interface Glue
One generation-bound Cubism Glue relation.
Drawable and parameter references are provider-reported indexes into the corresponding model
collections. parameters() is immutable and exposes no mutable backend array.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the provider-reported index of the first connected drawable.intReturns the provider-reported index of the second connected drawable.id()Returns this Glue relation's opaque identity.Returns the immutable sequence of provider-reported parameter indexes.
-
Method Details
-
id
GlueId id()Returns this Glue relation's opaque identity.- Returns:
- relation identity
-
drawableA
int drawableA()Returns the provider-reported index of the first connected drawable.- Returns:
- first drawable index
-
drawableB
int drawableB()Returns the provider-reported index of the second connected drawable.- Returns:
- second drawable index
-
parameters
IntSequence parameters()Returns the immutable sequence of provider-reported parameter indexes.- Returns:
- parameter indexes
-