mirror of https://github.com/cabaletta/baritone
Render fields can be private now
This commit is contained in:
parent
6b611cf4c7
commit
4b5a094f30
|
@ -62,13 +62,12 @@ public final class ElytraBehavior implements Helper {
|
|||
private final Baritone baritone;
|
||||
private final IPlayerContext ctx;
|
||||
|
||||
|
||||
// Used exclusively for PathRenderer
|
||||
public List<Pair<Vec3d, Vec3d>> clearLines;
|
||||
public List<Pair<Vec3d, Vec3d>> blockedLines;
|
||||
public List<Vec3d> simulationLine;
|
||||
public BlockPos aimPos;
|
||||
public List<BetterBlockPos> visiblePath;
|
||||
// Render stuff
|
||||
private final List<Pair<Vec3d, Vec3d>> clearLines;
|
||||
private final List<Pair<Vec3d, Vec3d>> blockedLines;
|
||||
private List<Vec3d> simulationLine;
|
||||
private BlockPos aimPos;
|
||||
private List<BetterBlockPos> visiblePath;
|
||||
|
||||
// :sunglasses:
|
||||
public final NetherPathfinderContext context;
|
||||
|
|
Loading…
Reference in New Issue