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

Minor Fixes #2673

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Minor Fixes #2673

wants to merge 3 commits into from

Conversation

MC-Samuel
Copy link

@MC-Samuel MC-Samuel commented Nov 11, 2024

Added a couple missing Override's and converted a couple tags and mechs to properties

public String getPropertyString() {
return new DurationTag((long) getBee().getCannotEnterHiveTicks()).identify();
public DurationTag getPropertyValue() {
return new DurationTag(as(Bee.class).getCannotEnterHiveTicks());
Copy link
Member

Choose a reason for hiding this comment

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

I don't think removing the (long) conversion is valid here. Have you tested that this property still works as intended, including returning values that make sense?

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