yarn/mappings/net/minecraft/client/gui/CommandBlockScreen.mapping

15 lines
414 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS dac net/minecraft/client/gui/CommandBlockScreen
FIELD m blockEntity Lbte;
FIELD n modeButton Lcvx;
FIELD o conditionalModeButton Lcvx;
FIELD p redstoneTriggerButton Lcvx;
FIELD q mode Lbte$a;
2019-03-20 13:56:26 -04:00
FIELD r conditional Z
FIELD s autoActivate Z
2019-03-27 14:35:10 -04:00
METHOD <init> (Lbte;)V
2019-03-16 09:29:27 -04:00
ARG 1 blockEntity
2019-03-27 14:35:10 -04:00
METHOD i updateMode ()V
METHOD j cycleType ()V
METHOD k updateConditionalMode ()V
METHOD l updateActivationMode ()V