yarn/mappings/net/minecraft/screen/PropertyDelegate.mapping

12 lines
420 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_3913 net/minecraft/screen/PropertyDelegate
COMMENT A property delegate represents an indexed list of integer properties.
COMMENT
COMMENT <p>Property delegates are used for displaying integer values in screens,
COMMENT such as the progress bars in furnaces.
2019-06-28 17:55:20 -04:00
METHOD method_17389 size ()I
METHOD method_17390 get (I)I
ARG 1 index
2019-06-28 17:55:20 -04:00
METHOD method_17391 set (II)V
ARG 1 index
2019-01-12 06:41:47 -05:00
ARG 2 value