Added mapping TRIPWIRE RenderLayer getter (#1470)

```java
public static RenderLayer method_29997() {
        return TRIPWIRE;
    }
```
```java
public static RenderLayer getTripwire() {
        return TRIPWIRE;
    }
```
This commit is contained in:
Lars van der Zande 2020-06-15 11:39:37 -05:00 committed by GitHub
parent 6e54e173d4
commit 8b19485c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ CLASS net/minecraft/class_1921 net/minecraft/client/render/RenderLayer
METHOD method_29381 getItemPhaseData ()Lnet/minecraft/class_1921$class_4688;
METHOD method_29706 getGlintDirect ()Lnet/minecraft/class_1921;
METHOD method_29707 getEntityGlintDirect ()Lnet/minecraft/class_1921;
METHOD method_29997 getTripwire ()Lnet/minecraft/class_1921;
CLASS class_4687 MultiPhase
FIELD field_21403 phases Lnet/minecraft/class_1921$class_4688;
FIELD field_21404 hash I