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

Implement offset collision data #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexProgrammerDE
Copy link

No description provided.

Copy link
Member

@Konicai Konicai left a comment

Choose a reason for hiding this comment

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

Do you have a PR to Geyser that uses this? Also, please remove the var usage

Comment on lines +869 to +874
private static Optional<BlockBehaviour.OffsetFunction> getOffsetFunction(BlockState block) {
try {
Field offsetFunctionField = BlockBehaviour.BlockStateBase.class.getDeclaredField("offsetFunction");
offsetFunctionField.setAccessible(true);

return (Optional<BlockBehaviour.OffsetFunction>) offsetFunctionField.get(block);
Copy link
Member

Choose a reason for hiding this comment

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

Use an access widener please

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