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

More Minecraft remnants #41

Open
quat1024 opened this issue May 3, 2019 · 2 comments
Open

More Minecraft remnants #41

quat1024 opened this issue May 3, 2019 · 2 comments

Comments

@quat1024
Copy link

quat1024 commented May 3, 2019

As of 1.0.20, Schema contains registerEntities and registerBlockEntities methods, and registerTypes contains entityTypes and blockEntityTypes parameters.

@quat1024
Copy link
Author

This is still an issue:

public Map<String, Supplier<TypeTemplate>> registerEntities(final Schema schema) {
return parent.registerEntities(schema);
}
public Map<String, Supplier<TypeTemplate>> registerBlockEntities(final Schema schema) {
return parent.registerBlockEntities(schema);
}

@LoganDark
Copy link

public Map<String, Supplier<TypeTemplate>> registerEntities(final Schema schema) {
return parent.registerEntities(schema);
}
public Map<String, Supplier<TypeTemplate>> registerBlockEntities(final Schema schema) {
return parent.registerBlockEntities(schema);
}

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

No branches or pull requests

2 participants