This commit is contained in:
Robin Kupper
2011-08-04 15:01:39 +02:00
parent 983d010323
commit ccab85588e
2 changed files with 5 additions and 1 deletions

View File

@@ -260,6 +260,10 @@ public class LogBlock extends JavaPlugin
return session; return session;
} }
/**
* @param params
* QueryParams that contains the needed columns (all other will be filled with default values) and the params. World is required.
*/
public List<BlockChange> getBlockChanges(QueryParams params) throws SQLException { public List<BlockChange> getBlockChanges(QueryParams params) throws SQLException {
final Connection conn = getConnection(); final Connection conn = getConnection();
Statement state = null; Statement state = null;

View File

@@ -1,5 +1,5 @@
name: LogBlock name: LogBlock
version: '1.24' version: '1.25'
author: DiddiZ author: DiddiZ
website: http://www.diddiz.de/minecraft/ website: http://www.diddiz.de/minecraft/
main: de.diddiz.LogBlock.LogBlock main: de.diddiz.LogBlock.LogBlock