Interface SCTackleSkins
public interface SCTackleSkins
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationstatic final net.neoforged.neoforge.registries.DeferredRegister<Supplier<AbstractTackleSkin>> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AbstractTackleSkinget(net.minecraft.world.level.Level level, net.minecraft.world.item.ItemStack itemInHand) static net.minecraft.resources.ResourceLocationgetTackleSkin(net.minecraft.world.item.ItemStack stack) static voidregister(net.neoforged.bus.api.IEventBus eventBus) static net.minecraft.resources.ResourceLocationregisterCatchModifier(String name, Supplier<AbstractTackleSkin> sup)
-
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)
-