1
0
forked from Clones/Controlify

scrollable vmouse, YACL compat, toggle sneak/sprint, 22w06a, custom name

This commit is contained in:
isXander
2023-02-08 21:54:01 +00:00
parent 6c5108469c
commit ab801e37b4
26 changed files with 400 additions and 91 deletions

View File

@ -9,4 +9,10 @@ import org.spongepowered.asm.mixin.gen.Accessor;
public interface KeyMappingAccessor {
@Accessor
InputConstants.Key getKey();
@Accessor
void setIsDown(boolean down);
@Accessor
boolean getIsDown();
}