mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-11-05 05:54:02 +01:00
Add JNI
This commit is contained in:
@ -5,9 +5,9 @@ pub mod pattern_mapper;
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct SearchBehavior {
|
||||
ignore_block_data: bool,
|
||||
ignore_block_entities: bool,
|
||||
ignore_entities: bool,
|
||||
pub ignore_block_data: bool,
|
||||
pub ignore_block_entities: bool,
|
||||
pub ignore_entities: bool,
|
||||
}
|
||||
|
||||
pub fn search(
|
||||
|
||||
Reference in New Issue
Block a user