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

1.12 6.5.x fixes #6

Open
wants to merge 5 commits into
base: 6.5.x
Choose a base branch
from
Open

Conversation

Brycey92
Copy link

@Brycey92 Brycey92 commented Apr 3, 2020

No description provided.

/** Map of {@link ISortedRenderable} per {@link BlockPos}. */
private static Map<BlockPos, IAnimatedRenderable> animatedRenderables = Maps.newHashMap();
/** Map of {@link IAnimatedRenderable} per {@link BlockPos}. */
private static Map<BlockPos, IAnimatedRenderable> animatedRenderables = Maps.newConcurrentMap();
Copy link
Member

Choose a reason for hiding this comment

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

Why?

Copy link
Author

Choose a reason for hiding this comment

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

The change to the javadoc is because ISortedRenderable doesn't exist, and IAnimatedRenderable is being used here now in the function.

The change to the map type is to fix Ordinastie#153.

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.

2 participants