New Switch Int-State for SurfaceRules

This commit is contained in:
Frank 2021-12-13 18:14:23 +01:00
parent 835f4895b3
commit 4c41bb1764
10 changed files with 67 additions and 5 deletions

View file

@ -0,0 +1,7 @@
package ru.bclib.interfaces;
import ru.bclib.mixin.common.SurfaceRulesContextAccessor;
public interface NumericProvider {
int getNumber(SurfaceRulesContextAccessor context);
}