Interface TextureUploadFeatureAPI
- All Superinterfaces:
FeatureAPI
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic final record -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionupload(String name, byte[] bytes, TextureUploadFeatureAPI.UploadSettings settings)
-
Field Details
-
FEATURE_NAME
- See Also:
-
-
Method Details
-
fetchInfo
-
upload
CompletableFuture<Texture> upload(String name, byte[] bytes, TextureUploadFeatureAPI.UploadSettings settings)
-