Skip to content

Add TropicalFishShape Catalog and Data values to Tropical Fish.#2076

Merged
Zidane merged 1 commit intoSpongePowered:api-8from
i509VCB:add/cat_food
Jan 7, 2020
Merged

Add TropicalFishShape Catalog and Data values to Tropical Fish.#2076
Zidane merged 1 commit intoSpongePowered:api-8from
i509VCB:add/cat_food

Conversation

@i509VCB
Copy link
Contributor

@i509VCB i509VCB commented Jan 6, 2020

This adds the TropicalFishShape catalog and adds Data values to the Tropical fish (baseColor, patternColor and shape).

@Zidane
Copy link
Member

Zidane commented Jan 6, 2020

Only mistake I see is missing adding this to TypeTokens.

Great job.


public static final TypeToken<TropicalFishShape> TROPICAL_FISH_SHAPE_TOKEN = new TypeToken<TropicalFishShape>() {private static final long serialVersionUID = -1;};

public static final TypeToken<Value<TropicalFishShape>> TROPICAL_FISH_SHAPE_VALUE_TOKEN = new TypeToken<Value<TropicalFishShape>>() {private static final long serialVersionUID = -1;};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be sorted alphabetically.

@i509VCB
Copy link
Contributor Author

i509VCB commented Jan 6, 2020

Sorted Type Tokens properly and added type tokens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants