Class LocalSkinTab

java.lang.Object
org.samo_lego.fabrictailor.client.screen.tabs.LocalSkinTab
All Implemented Interfaces:
SkinTabType

public class LocalSkinTab extends Object implements SkinTabType
  • Constructor Details

    • LocalSkinTab

      public LocalSkinTab()
  • Method Details

    • getTitle

      public net.minecraft.network.chat.MutableComponent getTitle()
      Specified by:
      getTitle in interface SkinTabType
    • getDescription

      public net.minecraft.network.chat.MutableComponent getDescription()
      Specified by:
      getDescription in interface SkinTabType
    • getIcon

      public net.minecraft.world.item.ItemStack getIcon()
      Specified by:
      getIcon in interface SkinTabType
    • getSkinChangePacket

      public Optional<net.minecraft.network.protocol.common.custom.CustomPacketPayload> getSkinChangePacket(net.minecraft.client.player.LocalPlayer player, String filePath, boolean useSlim)
      Specified by:
      getSkinChangePacket in interface SkinTabType
    • showExplorerButton

      public boolean showExplorerButton()
      Specified by:
      showExplorerButton in interface SkinTabType