Package net.minecraft.client.input
Class Scroller
java.lang.Object
net.minecraft.client.input.Scroller
- Mappings:
- Namespace - Name - named - net/minecraft/client/input/Scroller- intermediary - net/minecraft/class_9928- official - flt
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intscrollCycling(double amount, int selectedIndex, int total) update(double horizontal, double vertical) 
- 
Field Details- 
cumulHorizontalprivate double cumulHorizontal- Mappings:
- Namespace - Name - Mixin selector - named - cumulHorizontal- Lnet/minecraft/client/input/Scroller;cumulHorizontal:D- intermediary - field_52764- Lnet/minecraft/class_9928;field_52764:D- official - a- Lflt;a:D
 
- 
cumulVerticalprivate double cumulVertical- Mappings:
- Namespace - Name - Mixin selector - named - cumulVertical- Lnet/minecraft/client/input/Scroller;cumulVertical:D- intermediary - field_52765- Lnet/minecraft/class_9928;field_52765:D- official - b- Lflt;b:D
 
 
- 
- 
Constructor Details- 
Scrollerpublic Scroller()
 
- 
- 
Method Details- 
update- Mappings:
- Namespace - Name - Mixin selector - named - update- Lnet/minecraft/client/input/Scroller;update(DD)Lorg/joml/Vector2i;- intermediary - method_61971- Lnet/minecraft/class_9928;method_61971(DD)Lorg/joml/Vector2i;- official - a- Lflt;a(DD)Lorg/joml/Vector2i;
 
- 
scrollCyclingpublic static int scrollCycling(double amount, int selectedIndex, int total) - Mappings:
- Namespace - Name - Mixin selector - named - scrollCycling- Lnet/minecraft/client/input/Scroller;scrollCycling(DII)I- intermediary - method_61972- Lnet/minecraft/class_9928;method_61972(DII)I- official - a- Lflt;a(DII)I
 
 
-