This commit is contained in:
2025-08-26 11:56:16 +02:00
parent b76e566a0a
commit f31101fa0a
217 changed files with 85144 additions and 183 deletions

View File

@@ -57,6 +57,9 @@
{
"type": "[Lcom.simsilica.lemur.focus.FocusChangeListener;"
},
{
"type": "[Lcom.simsilica.lemur.input.StateFunctionListener;"
},
{
"type": "[Ljava.awt.event.MouseMotionListener;"
},
@@ -69,6 +72,24 @@
}
]
},
{
"type": "com.bulletphysics.collision.dispatch.CompoundCollisionAlgorithm",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.dispatch.ConvexConvexAlgorithm",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.dispatch.UnionFind$Element",
"methods": [
@@ -78,6 +99,87 @@
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.DiscreteCollisionDetectorInterface$ClosestPointInput",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.GjkEpaSolver$Face",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.GjkEpaSolver$He",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.GjkEpaSolver$Mkv",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.ManifoldPoint",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.PersistentManifold",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.collision.narrowphase.VoronoiSimplexSolver$SubSimplexClosestResult",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.dynamics.constraintsolver.SolverBody",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.bulletphysics.dynamics.constraintsolver.SolverConstraint",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.jme3.asset.CloneableAssetProcessor",
"methods": [
@@ -168,6 +270,15 @@
{
"type": "com.jme3.cursors.plugins.CursorLoader"
},
{
"type": "com.jme3.export.SavableWrapSerializable",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.jme3.export.binary.BinaryLoader"
},
@@ -180,6 +291,24 @@
}
]
},
{
"type": "com.jme3.light.PointLight",
"methods": [
{
"name": "clone",
"parameterTypes": []
}
]
},
{
"type": "com.jme3.light.SpotLight",
"methods": [
{
"name": "clone",
"parameterTypes": []
}
]
},
{
"type": "com.jme3.material.Material",
"methods": [
@@ -350,6 +479,15 @@
}
]
},
{
"type": "com.jme3.scene.plugins.gltf.LightsPunctualExtensionLoader",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
},
{
"type": "com.jme3.scene.plugins.gltf.UserDataLoader",
"methods": [
@@ -1086,7 +1224,8 @@
},
{
"type": "java.nio.DirectFloatBufferU",
"allDeclaredFields": true
"allDeclaredFields": true,
"unsafeAllocated": true
},
{
"type": "java.nio.DirectIntBufferU",
@@ -3007,6 +3146,9 @@
},
{
"type": "org.ngengine.nostr4j.signer.NostrNIP46Signer"
},
{
"type": "org.ngengine.store.DataStore$SerializableEntry"
}
],
"jni": [

File diff suppressed because one or more lines are too long