Add getSkyAngle mapping (#1734)

This commit is contained in:
enbrain 2020-08-30 19:05:18 +09:00 committed by GitHub
parent 5642461bde
commit d4ee30578b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ CLASS net/minecraft/class_5424 net/minecraft/world/LunarWorldView
COMMENT Gets the moon phase index of Minecraft's moon.
COMMENT
COMMENT <p>This is typically used to determine the size of the moon that should be rendered.
METHOD method_30274 (F)F
METHOD method_30274 getSkyAngle (F)F
ARG 1 tickDelta

View File

@ -71,7 +71,7 @@ CLASS net/minecraft/class_2874 net/minecraft/world/dimension/DimensionType
METHOD method_27999 isUltrawarm ()Z
METHOD method_28523 addRegistryDefaults (Lnet/minecraft/class_5455$class_5457;)Lnet/minecraft/class_5455$class_5457;
ARG 0 registryManager
METHOD method_28528 (J)F
METHOD method_28528 getSkyAngle (J)F
ARG 1 time
METHOD method_28531 getMoonPhase (J)I
COMMENT Gets the moon phase index of Minecraft's moon.