mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
fix: git did not find conflict here, remove duplicate fork method
This commit is contained in:
parent
7b8c7894ba
commit
c1c3a5f7ed
@ -36,12 +36,6 @@ public class LinearBlockPattern extends AbstractPattern implements ResettablePat
|
||||
return patternsArray[index].apply(extent, get, set);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Filter fork() {
|
||||
final Pattern[] forked = Arrays.stream(this.patternsArray).map(Pattern::fork).toArray(Pattern[]::new);
|
||||
return new LinearBlockPattern(forked);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void reset() {
|
||||
index = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user