Class SpectatorDetails
- java.lang.Object
-
- net.minecraft.client.gui.spectator.categories.SpectatorDetails
-
public class SpectatorDetails extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private ISpectatorMenuView
category
private java.util.List<ISpectatorMenuObject>
items
private int
selection
-
Constructor Summary
Constructors Constructor Description SpectatorDetails(ISpectatorMenuView p_i45494_1_, java.util.List<ISpectatorMenuObject> p_i45494_2_, int p_i45494_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISpectatorMenuObject
getItem(int p_178680_1_)
int
getSelectedSlot()
-
-
-
Field Detail
-
category
private final ISpectatorMenuView category
-
items
private final java.util.List<ISpectatorMenuObject> items
-
selection
private final int selection
-
-
Constructor Detail
-
SpectatorDetails
public SpectatorDetails(ISpectatorMenuView p_i45494_1_, java.util.List<ISpectatorMenuObject> p_i45494_2_, int p_i45494_3_)
-
-
Method Detail
-
getItem
public ISpectatorMenuObject getItem(int p_178680_1_)
-
getSelectedSlot
public int getSelectedSlot()
-
-