Interface SCTackleSkins


public interface SCTackleSkins
  • Field Details

    • REGISTRY

      static final net.neoforged.neoforge.registries.DeferredRegister<Supplier<AbstractTackleSkin>> REGISTRY
    • BASE_TACKLE_SKIN

      static final net.minecraft.resources.Identifier BASE_TACKLE_SKIN
    • PEARL_TACKLE_SKIN

      static final net.minecraft.resources.Identifier PEARL_TACKLE_SKIN
    • KIMBE_TACKLE_SKIN

      static final net.minecraft.resources.Identifier KIMBE_TACKLE_SKIN
    • FROG_TACKLE_SKIN

      static final net.minecraft.resources.Identifier FROG_TACKLE_SKIN
    • COLORFUL_TACKLE_SKIN

      static final net.minecraft.resources.Identifier COLORFUL_TACKLE_SKIN
    • CLEAR_TACKLE_SKIN

      static final net.minecraft.resources.Identifier CLEAR_TACKLE_SKIN
    • KING_TACKLE_SKIN

      static final net.minecraft.resources.Identifier KING_TACKLE_SKIN
  • Method Details

    • getTackleSkin

      static net.minecraft.resources.Identifier getTackleSkin(net.minecraft.world.item.ItemStack stack)
    • registerSkin

      static net.minecraft.resources.Identifier registerSkin(String name, Supplier<AbstractTackleSkin> sup)
    • register

      static void register(net.neoforged.bus.api.IEventBus eventBus)
    • get

      static AbstractTackleSkin get(net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack itemInHand)