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.ResourceLocation BASE_TACKLE_SKIN
    • PEARL_TACKLE_SKIN

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

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

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

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

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

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

    • getTackleSkin

      static net.minecraft.resources.ResourceLocation getTackleSkin(net.minecraft.world.item.ItemStack stack)
    • registerCatchModifier

      static net.minecraft.resources.ResourceLocation registerCatchModifier(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)