public static class SoundTriggerManager.Model extends Object
Model#create()
to create an instance.Modifier and Type | Method and Description |
---|---|
static SoundTriggerManager.Model |
create(UUID modelUuid,
UUID vendorUuid,
byte[] data)
Factory constructor to create a SoundModel instance for use with methods in this
class.
|
byte[] |
getModelData() |
UUID |
getModelUuid() |
UUID |
getVendorUuid() |
public static SoundTriggerManager.Model create(UUID modelUuid, UUID vendorUuid, byte[] data)
public UUID getModelUuid()
public UUID getVendorUuid()
public byte[] getModelData()