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

      public String getMatchString()
      Specified by:
      getMatchString in interface IDropdownEntry<net.minecraft.core.Direction>
    • getDisplayString

      public net.minecraft.network.chat.MutableComponent getDisplayString()
      Specified by:
      getDisplayString in interface IDropdownEntry<net.minecraft.core.Direction>
    • getTooltip

      public List<net.minecraft.network.chat.MutableComponent> getTooltip()
      Specified by:
      getTooltip in interface IDropdownEntry<net.minecraft.core.Direction>
    • getValue

      public net.minecraft.core.Direction getValue()
      Specified by:
      getValue in interface IDropdownEntry<net.minecraft.core.Direction>