yarn/mappings/net/minecraft/client/render/debug/PointOfInterestDebugRendere...

6 lines
223 B
Plaintext
Raw Normal View History

2019-04-17 12:41:25 -04:00
CLASS dnz net/minecraft/client/render/debug/PointOfInterestDebugRenderer
2019-03-20 13:56:26 -04:00
FIELD c pointsOfInterest Ljava/util/Map;
2019-04-17 12:41:25 -04:00
METHOD a addPointOfInterest (Ldnz$a;)V
2019-03-20 13:56:26 -04:00
METHOD a removePointOfInterest (Lev;)V
2019-04-17 12:41:25 -04:00
METHOD c getCamera ()Lcuv;