Class ContainerScreenPartSettings.SideDropdownEntry
java.lang.Object
org.cyclops.integrateddynamics.core.client.gui.container.ContainerScreenPartSettings.SideDropdownEntry
- All Implemented Interfaces:
IDropdownEntry<net.minecraft.core.Direction>
- Enclosing class:
ContainerScreenPartSettings<T extends ContainerPartSettings>
public class ContainerScreenPartSettings.SideDropdownEntry
extends Object
implements IDropdownEntry<net.minecraft.core.Direction>
-
Constructor Details
-
SideDropdownEntry
public SideDropdownEntry(net.minecraft.core.Direction side)
-
-
Method Details
-
getMatchString
- Specified by:
getMatchString
in interfaceIDropdownEntry<net.minecraft.core.Direction>
-
getDisplayString
public net.minecraft.network.chat.MutableComponent getDisplayString()- Specified by:
getDisplayString
in interfaceIDropdownEntry<net.minecraft.core.Direction>
-
getTooltip
- Specified by:
getTooltip
in interfaceIDropdownEntry<net.minecraft.core.Direction>
-
getValue
public net.minecraft.core.Direction getValue()- Specified by:
getValue
in interfaceIDropdownEntry<net.minecraft.core.Direction>
-