Create standalone physics plugin
This commit is contained in:
@@ -66,19 +66,6 @@
|
||||
<release>21</release>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.5.0</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<mainClass>com.aaaaahhhhhhh.bananapuncher714.minietest.MeshingTest6</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
@@ -0,0 +1,10 @@
|
||||
package com.aaaaahhhhhhh.bananapuncher714.mesh.environment;
|
||||
|
||||
import com.aaaaahhhhhhh.bananapuncher714.mesh.environment.objects.ChunkLocation;
|
||||
import com.aaaaahhhhhhh.bananapuncher714.mesh.environment.objects.ChunkMesh;
|
||||
|
||||
public interface EnvironmentHandler {
|
||||
public void onMeshLoad( ChunkLocation location, ChunkMesh mesh );
|
||||
public void onMeshUnload( ChunkLocation location, ChunkMesh mesh );
|
||||
public void onMeshUpdate( ChunkLocation location, ChunkMesh mesh );
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,14 +1,6 @@
|
||||
name: MC-Mesh-Environment
|
||||
main: com.aaaaahhhhhhh.bananapuncher714.minietest.MiniePlugin
|
||||
main: com.aaaaahhhhhhh.bananapuncher714.mesh.environment.McMeshEnvironmentPlugin
|
||||
version: 0.0.1
|
||||
description: BulletJME and MC-Mesh integration
|
||||
author: BananaPuncher714
|
||||
api-version: 1.13
|
||||
#libraries:
|
||||
#- com.github.stephengold:Minie:7.5.0
|
||||
|
||||
commands:
|
||||
minie:
|
||||
description: Main Minie command
|
||||
aliases: []
|
||||
permission: minie
|
||||
api-version: 1.13
|
||||
Reference in New Issue
Block a user