20 lines
408 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2024 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> DELETE 7 @ 7 : 9
> CHANGE 134 : 135 @ 134 : 135
~ List<AxisAlignedBB> list = this.worldObj.getCollidingBoundingBoxes(this.theEntity,
> CHANGE 4 : 6 @ 4 : 5
~ for (int i = 0, l = list.size(); i < l; ++i) {
~ AxisAlignedBB axisalignedbb = list.get(i);
> EOF