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

added mapping for field_19178 in BeaconBeamEntity #4085

Open
wants to merge 2 commits into
base: 25w02a
Choose a base branch
from

Conversation

Ramixin
Copy link

@Ramixin Ramixin commented Jan 12, 2025

Class Location

net.minecraft.block.entity.BeaconBeamEntity

Field Definition

private List<BeamSegment> field_19178 = Lists.newArrayList();

Proposed Name

tempBeaconSegments

Usage

This field is used exclusively in the BeaconBlockEntity#tick method as a buffer to temporarily hold the new instances of BeamSegment before they are pushed to the main list, which is used for rendering, beamSegments.

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.

1 participant