Backport getBoxAt (#1962)

* fix .gitignore

* Backport getBoxAt FabricMC/yarn#1918
This commit is contained in:
Cool_Mineman 2021-01-21 12:44:34 -06:00 committed by GitHub
parent 025cbea82e
commit c88dfefdde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

7
.gitignore vendored
View File

@ -14,3 +14,10 @@ namedSrc/
*.iws
*.ipr
*.jar
# vscode
.settings/
.vscode/
bin/
.classpath
.project

View File

@ -17,3 +17,9 @@ CLASS net/minecraft/class_4048 net/minecraft/entity/EntityDimensions
METHOD method_19539 scaled (FF)Lnet/minecraft/class_4048;
ARG 1 widthRatio
ARG 2 heightRatio
METHOD method_30231 getBoxAt (DDD)Lnet/minecraft/class_238;
ARG 1 x
ARG 3 y
ARG 5 z
METHOD method_30757 getBoxAt (Lnet/minecraft/class_243;)Lnet/minecraft/class_238;
ARG 1 pos