Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Jan 7, 2020

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.

@@ -357,6 +358,10 @@

public static final TypeToken<Value<StructureMode>> STRUCTURE_MODE_VALUE_TOKEN = new TypeToken<Value<StructureMode>>() {private static final long serialVersionUID = -1;};

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.

None yet

3 participants