Rename AbstractBlock#hasSolidTopSurface to isSolidSurface (#2981)

This commit is contained in:
Noah van der Aa 2022-01-25 16:59:18 +01:00 committed by GitHub
parent 1abefdfd2e
commit 46ff9cf902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ CLASS net/minecraft/class_4970 net/minecraft/block/AbstractBlock
ARG 1 world
ARG 2 pos
ARG 3 entity
METHOD method_26169 hasSolidTopSurface (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_1297;Lnet/minecraft/class_2350;)Z
METHOD method_26169 isSolidSurface (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_1297;Lnet/minecraft/class_2350;)Z
ARG 1 world
ARG 2 pos
ARG 3 entity