Package com.wdiscute.starcatcher
Class Starcatcher
java.lang.Object
com.wdiscute.starcatcher.Starcatcher
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Supplier<AbstractCatchModifier>>>static net.minecraftforge.registries.IForgeRegistry<Supplier<AbstractCatchModifier>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<FishProperties>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<AbstractFishRestriction>>static net.minecraftforge.registries.IForgeRegistry<AbstractFishRestriction>static final org.slf4j.Loggerstatic final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Supplier<AbstractMinigameModifier>>>static net.minecraftforge.registries.IForgeRegistry<Supplier<AbstractMinigameModifier>>static final Stringstatic final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Supplier<? extends AbstractSweetSpotBehaviour>>>static net.minecraftforge.registries.IForgeRegistry<Supplier<? extends AbstractSweetSpotBehaviour>>static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Supplier<AbstractTackleSkin>>>static net.minecraftforge.registries.IForgeRegistry<Supplier<AbstractTackleSkin>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfishCaughtToast(FishProperties fp, boolean newFish, int sizeCM, int weightCM) static net.minecraft.resources.ResourceLocation
-
Field Details
-
MOD_ID
- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGER -
FISH_REGISTRY_KEY
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<FishProperties>> FISH_REGISTRY_KEY -
FISH_RESTRICTIONS
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<AbstractFishRestriction>> FISH_RESTRICTIONS -
MINIGAME_MODIFIERS
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Supplier<AbstractMinigameModifier>>> MINIGAME_MODIFIERS -
SWEET_SPOT_BEHAVIOUR
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Supplier<? extends AbstractSweetSpotBehaviour>>> SWEET_SPOT_BEHAVIOUR -
CATCH_MODIFIERS
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Supplier<AbstractCatchModifier>>> CATCH_MODIFIERS -
TACKLE_SKIN
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<Supplier<AbstractTackleSkin>>> TACKLE_SKIN -
FISH_RESTRICTIONS_REGISTRY
public static net.minecraftforge.registries.IForgeRegistry<AbstractFishRestriction> FISH_RESTRICTIONS_REGISTRY -
MINIGAME_MODIFIERS_REGISTRY
public static net.minecraftforge.registries.IForgeRegistry<Supplier<AbstractMinigameModifier>> MINIGAME_MODIFIERS_REGISTRY -
SWEET_SPOT_BEHAVIOUR_REGISTRY
public static net.minecraftforge.registries.IForgeRegistry<Supplier<? extends AbstractSweetSpotBehaviour>> SWEET_SPOT_BEHAVIOUR_REGISTRY -
CATCH_MODIFIERS_REGISTRY
public static net.minecraftforge.registries.IForgeRegistry<Supplier<AbstractCatchModifier>> CATCH_MODIFIERS_REGISTRY -
TACKLE_SKIN_REGISTRY
public static net.minecraftforge.registries.IForgeRegistry<Supplier<AbstractTackleSkin>> TACKLE_SKIN_REGISTRY
-
-
Constructor Details
-
Starcatcher
public Starcatcher()
-
-
Method Details
-
rl
-
fishCaughtToast
-