Compare commits
57 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52aca2e3b1 | |||
| 01ba712d33 | |||
| e0985d3b68 | |||
| 7181d2c91a | |||
| e66d8616ce | |||
| 656dd91004 | |||
| d88b3a7799 | |||
| 7cdbc4acca | |||
| de68e6630e | |||
| de89da20b2 | |||
| 17a06621f5 | |||
| b3de840e04 | |||
| 539b8ef973 | |||
| 710170ef2d | |||
| fb22cf05eb | |||
| adff391e45 | |||
| 4a05837b01 | |||
| a0014fda12 | |||
| 04190af340 | |||
| 4b10904b97 | |||
| bbb25acff3 | |||
| fcfa022232 | |||
| 220ee30d35 | |||
| 812bc0d8c4 | |||
| d712839c25 | |||
| eee705b371 | |||
| 77bdf6e444 | |||
| 0a858c040c | |||
| eea5b69b6c | |||
| 6759917a2f | |||
| aa3bd80ab2 | |||
| ea8d7fb3b9 | |||
| b4ddf38116 | |||
| 5c9f028103 | |||
| 937d4cc884 | |||
| 2c3e1f4232 | |||
| ddc681fe77 | |||
| 2b71b31cfa | |||
| ed144e995b | |||
| 7e3a2d3c0a | |||
| 152285043d | |||
| ce52201e45 | |||
| 45ea776090 | |||
| 2ae16d8bb1 | |||
| 23fc6c8b49 | |||
| 0db4b193e1 | |||
| 82d520d808 | |||
| 5201d39adf | |||
| f02c33d95a | |||
| 43ab4f7d3b | |||
| 6341f9fcb4 | |||
| 66ffd1e0d9 | |||
| e65c854e6a | |||
| 4eca960a4c | |||
| 69bceb43f8 | |||
| 6a8807b0fa | |||
| e49549117b |
@@ -14,12 +14,19 @@ Baritone version:
|
|||||||
Forge mods (if used):
|
Forge mods (if used):
|
||||||
|
|
||||||
## Exception, error or logs
|
## Exception, error or logs
|
||||||
You can find your logs in `%appdata%/.minecraft/logs/` (Windows) or `/Library/Application\ Support/minecraft/logs` (Mac).
|
Please find your `latest.log` or `debug.log` in this folder and attach it to the issue
|
||||||
|
|
||||||
|
Linux: `~/.minecraft/logs/`
|
||||||
|
|
||||||
|
Windows: `%appdata%/.minecraft/logs/`
|
||||||
|
|
||||||
|
Mac: `/Library/Application\ Support/minecraft/logs/`
|
||||||
|
|
||||||
## How to reproduce
|
## How to reproduce
|
||||||
Add your steps to reproduce the issue/bug experienced here.
|
Add your steps to reproduce the issue/bug experienced here.
|
||||||
|
|
||||||
## Final checklist
|
## Final checklist
|
||||||
|
- [x] I know how to properly use check boxes
|
||||||
- [ ] I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
|
- [ ] I have included the version of Minecraft I'm running, baritone's version and forge mods (if used).
|
||||||
- [ ] I have included logs, exceptions and / or steps to reproduce the issue.
|
- [ ] I have included logs, exceptions and / or steps to reproduce the issue.
|
||||||
- [ ] I have not used any OwO's or UwU's in this issue.
|
- [ ] I have not used any OwO's or UwU's in this issue.
|
||||||
@@ -10,4 +10,5 @@ assignees: ''
|
|||||||
With as much detail as possible, describe your question and what you may need help with.
|
With as much detail as possible, describe your question and what you may need help with.
|
||||||
|
|
||||||
## Final checklist
|
## Final checklist
|
||||||
|
- [x] I know how to properly use check boxes
|
||||||
- [ ] I have not used any OwO's or UwU's in this issue.
|
- [ ] I have not used any OwO's or UwU's in this issue.
|
||||||
@@ -16,4 +16,5 @@ If applicable, what settings/customizability should be offered to tweak the func
|
|||||||
Describe how your suggestion would improve Baritone, or the reason behind it being added.
|
Describe how your suggestion would improve Baritone, or the reason behind it being added.
|
||||||
|
|
||||||
## Final checklist
|
## Final checklist
|
||||||
|
- [x] I know how to properly use check boxes
|
||||||
- [ ] I have not used any OwO's or UwU's in this issue.
|
- [ ] I have not used any OwO's or UwU's in this issue.
|
||||||
@@ -11,8 +11,6 @@ build/
|
|||||||
classes/
|
classes/
|
||||||
*.class
|
*.class
|
||||||
|
|
||||||
/out
|
|
||||||
|
|
||||||
# IntelliJ Files
|
# IntelliJ Files
|
||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run --rm cabaletta/baritone ./gradlew javadoc
|
- docker run --rm cabaletta/baritone ./gradlew javadoc
|
||||||
- docker run --name baritone cabaletta/baritone /bin/sh -c "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 128x128x24 -ac +extension GLX +render; DISPLAY=:99 BARITONE_AUTO_TEST=true ./gradlew runAutoTest; cat /code/autotest/success"
|
- docker run --name baritone cabaletta/baritone /bin/sh -c "set -e; /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 128x128x24 -ac +extension GLX +render; DISPLAY=:99 BARITONE_AUTO_TEST=true ./gradlew runClient"
|
||||||
- docker cp baritone:/code/dist dist
|
- docker cp baritone:/code/dist dist
|
||||||
- ls dist
|
- ls dist
|
||||||
- cat dist/checksums.txt
|
- cat dist/checksums.txt
|
||||||
|
|||||||
@@ -1,86 +1 @@
|
|||||||
# Baritone
|
[Release](https://github.com/hykilpikonna/baritone/releases/tag/sx-1)
|
||||||
[](https://travis-ci.com/cabaletta/baritone/)
|
|
||||||
[](https://github.com/cabaletta/baritone/releases/)
|
|
||||||
[](LICENSE)
|
|
||||||
[](https://www.codacy.com/app/leijurv/baritone?utm_source=github.com&utm_medium=referral&utm_content=cabaletta/baritone&utm_campaign=Badge_Grade)
|
|
||||||
[](http://hits.dwyl.com/cabaletta/baritone/)
|
|
||||||
[](https://github.com/cabaletta/baritone/releases/)
|
|
||||||
[](https://github.com/cabaletta/baritone/tree/master/)
|
|
||||||
[](https://github.com/cabaletta/baritone/tree/1.13.2/)
|
|
||||||
[](https://github.com/cabaletta/baritone/tree/1.14.4/)
|
|
||||||
[](https://github.com/cabaletta/baritone/blob/master/CODE_OF_CONDUCT.md)
|
|
||||||
[](https://snyk.io/test/github/cabaletta/baritone?targetFile=build.gradle)
|
|
||||||
[](https://github.com/cabaletta/baritone/issues/)
|
|
||||||
[](https://github.com/cabaletta/baritone/issues/)
|
|
||||||
[](https://github.com/cabaletta/baritone/issues?q=is%3Aissue+is%3Aclosed)
|
|
||||||
[](https://github.com/cabaletta/baritone/pulls/)
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
[](https://github.com/cabaletta/baritone/graphs/contributors/)
|
|
||||||
[](https://github.com/cabaletta/baritone/commit/)
|
|
||||||
[](https://impactclient.net/)
|
|
||||||
[](https://github.com/fr1kin/ForgeHax/)
|
|
||||||
[](https://gitlab.com/emc-mods-indrit/baritone_api)
|
|
||||||
[](https://wweclient.com/)
|
|
||||||
[](https://futureclient.net/)
|
|
||||||
[](http://forthebadge.com/)
|
|
||||||
[](http://forthebadge.com/)
|
|
||||||
|
|
||||||
A Minecraft pathfinder bot.
|
|
||||||
|
|
||||||
Baritone is the pathfinding system used in [Impact](https://impactclient.net/) since 4.4. There's a [showcase video](https://www.youtube.com/watch?v=yI8hgW_m6dQ) made by @Adovin#3153 on Baritone's integration into Impact. [Here's](https://www.youtube.com/watch?v=StquF69-_wI) a video I made showing off what it can do.
|
|
||||||
|
|
||||||
The easiest way to install Baritone is to install [Impact](https://impactclient.net/), which comes with Baritone. The second easiest way (for 1.12.2 only) is to install the v1.2.* forge api jar from [releases](https://github.com/cabaletta/baritone/releases). Otherwise, see [Installation & setup](SETUP.md). Once Baritone is installed, look [here](USAGE.md) for instructions on how to use it.
|
|
||||||
|
|
||||||
For 1.14.4, [click here](https://www.dropbox.com/s/rkml3hjokd3qv0m/1.14.4-Baritone.zip?dl=1). Or [with optifine](https://github.com/cabaletta/baritone/issues/797).
|
|
||||||
|
|
||||||
This project is an updated version of [MineBot](https://github.com/leijurv/MineBot/),
|
|
||||||
the original version of the bot for Minecraft 1.8.9, rebuilt for 1.12.2 and 1.13.2. Baritone focuses on reliability and particularly performance (it's over [30x faster](https://github.com/cabaletta/baritone/pull/180#issuecomment-423822928) than MineBot at calculating paths).
|
|
||||||
|
|
||||||
Have committed at least once a day from Aug 1 2018 to Aug 1 2019.
|
|
||||||
|
|
||||||
1Leijurv3DWTrGAfmmiTphjhXLvQiHg7K2
|
|
||||||
|
|
||||||
# Getting Started
|
|
||||||
|
|
||||||
Here are some links to help to get started:
|
|
||||||
|
|
||||||
- [Features](FEATURES.md)
|
|
||||||
|
|
||||||
- [Installation & setup](SETUP.md)
|
|
||||||
|
|
||||||
- [API Javadocs](https://baritone.leijurv.com/)
|
|
||||||
|
|
||||||
- [Settings](https://baritone.leijurv.com/baritone/api/Settings.html#field.detail)
|
|
||||||
|
|
||||||
- [Usage (chat control)](USAGE.md)
|
|
||||||
|
|
||||||
# API
|
|
||||||
|
|
||||||
The API is heavily documented, you can find the Javadocs for the latest release [here](https://baritone.leijurv.com/).
|
|
||||||
Please note that usage of anything located outside of the ``baritone.api`` package is not supported by the API release
|
|
||||||
jar.
|
|
||||||
|
|
||||||
Below is an example of basic usage for changing some settings, and then pathing to a X/Z goal.
|
|
||||||
|
|
||||||
```
|
|
||||||
BaritoneAPI.getSettings().allowSprint.value = true;
|
|
||||||
BaritoneAPI.getSettings().primaryTimeoutMS.value = 2000L;
|
|
||||||
|
|
||||||
BaritoneAPI.getProvider().getPrimaryBaritone().getCustomGoalProcess().setGoalAndPath(new GoalXZ(10000, 20000));
|
|
||||||
```
|
|
||||||
|
|
||||||
# FAQ
|
|
||||||
|
|
||||||
## Can I use Baritone as a library in my custom utility client?
|
|
||||||
|
|
||||||
That's what it's for, sure! (As long as usage is in compliance with the LGPL 3.0 License)
|
|
||||||
|
|
||||||
## How is it so fast?
|
|
||||||
|
|
||||||
Magic. (Hours of [leijurv](https://github.com/leijurv/) enduring excruciating pain)
|
|
||||||
|
|
||||||
## Why is it called Baritone?
|
|
||||||
|
|
||||||
It's named for FitMC's deep sultry voice.
|
|
||||||
|
|||||||
@@ -8,11 +8,23 @@ Baritone commands can also by default be typed in the chatbox. However if you ma
|
|||||||
|
|
||||||
To disable direct chat control (with no prefix), turn off the `chatControl` setting. To disable chat control with the `#` prefix, turn off the `prefixControl` setting. In Impact, `.b` cannot be disabled. Be careful that you don't leave yourself with all control methods disabled (if you do, reset your settings by deleting the file `minecraft/baritone/settings.txt` and relaunching).
|
To disable direct chat control (with no prefix), turn off the `chatControl` setting. To disable chat control with the `#` prefix, turn off the `prefixControl` setting. In Impact, `.b` cannot be disabled. Be careful that you don't leave yourself with all control methods disabled (if you do, reset your settings by deleting the file `minecraft/baritone/settings.txt` and relaunching).
|
||||||
|
|
||||||
|
# For Baritone 1.2.10+, 1.3.5+, 1.4.2+
|
||||||
|
|
||||||
|
Lots of the commands have changed, BUT `#help` is improved vastly (its clickable! commands have tab completion! oh my!).
|
||||||
|
|
||||||
|
Try `#help` I promise it won't just send you back here =)
|
||||||
|
|
||||||
|
"wtf where is cleararea" -> look at `#help sel`
|
||||||
|
|
||||||
|
"wtf where is goto death, goto waypoint" -> look at `#help wp` (a "tag" is like "home" (created automatically on right clicking a bed) or "death" (created automatically on death) or "user" (has to be created manually)). So you might want `#wp save user coolbiome` then, to set the goal `#wp goal coolbiome` then `#path` to path to it. For death, `#wp goal death` (remember stuff is clickable!).
|
||||||
|
|
||||||
|
just look at `#help` lmao
|
||||||
|
|
||||||
# Commands
|
# Commands
|
||||||
|
|
||||||
**All** of these commands may need a prefix before them, as above ^.
|
**All** of these commands may need a prefix before them, as above ^.
|
||||||
|
|
||||||
`help` for (rudimentary) help. You can see what it says [here](https://github.com/cabaletta/baritone/blob/master/src/api/java/baritone/api/utils/ExampleBaritoneControl.java#L47).
|
`help`
|
||||||
|
|
||||||
To toggle a boolean setting, just say its name in chat (for example saying `allowBreak` toggles whether Baritone will consider breaking blocks). For a numeric setting, say its name then the new value (like `primaryTimeoutMS 250`). It's case insensitive. To reset a setting to its default value, say `acceptableThrowawayItems reset`. To reset all settings, say `reset`. To see all settings that have been modified from their default values, say `modified`.
|
To toggle a boolean setting, just say its name in chat (for example saying `allowBreak` toggles whether Baritone will consider breaking blocks). For a numeric setting, say its name then the new value (like `primaryTimeoutMS 250`). It's case insensitive. To reset a setting to its default value, say `acceptableThrowawayItems reset`. To reset all settings, say `reset`. To see all settings that have been modified from their default values, say `modified`.
|
||||||
|
|
||||||
@@ -38,12 +50,6 @@ Some common examples:
|
|||||||
- `version` to get the version of Baritone you're running
|
- `version` to get the version of Baritone you're running
|
||||||
- `damn` daniel
|
- `damn` daniel
|
||||||
|
|
||||||
|
|
||||||
New commands:
|
|
||||||
- `sel` to manage selections
|
|
||||||
- some others
|
|
||||||
|
|
||||||
|
|
||||||
For the rest of the commands, you can take a look at the code [here](https://github.com/cabaletta/baritone/blob/master/src/api/java/baritone/api/utils/ExampleBaritoneControl.java).
|
For the rest of the commands, you can take a look at the code [here](https://github.com/cabaletta/baritone/blob/master/src/api/java/baritone/api/utils/ExampleBaritoneControl.java).
|
||||||
|
|
||||||
All the settings and documentation are <a href="https://github.com/cabaletta/baritone/blob/master/src/api/java/baritone/api/Settings.java">here</a>. If you find HTML easier to read than Javadoc, you can look <a href="https://baritone.leijurv.com/baritone/api/Settings.html#field.detail">here</a>.
|
All the settings and documentation are <a href="https://github.com/cabaletta/baritone/blob/master/src/api/java/baritone/api/Settings.java">here</a>. If you find HTML easier to read than Javadoc, you can look <a href="https://baritone.leijurv.com/baritone/api/Settings.html#field.detail">here</a>.
|
||||||
|
|||||||
+14
-69
@@ -16,33 +16,33 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
group 'baritone'
|
group 'baritone'
|
||||||
version '1.3.5'
|
version '1.2.11'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
|
||||||
maven {
|
maven {
|
||||||
name = 'forge'
|
name = 'forge'
|
||||||
url = 'http://files.minecraftforge.net/maven'
|
url = 'http://files.minecraftforge.net/maven'
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
name = 'impactdevelopment-repo'
|
name = 'SpongePowered'
|
||||||
url = 'https://impactdevelopment.github.io/maven/'
|
url = 'http://repo.spongepowered.org/maven'
|
||||||
}
|
}
|
||||||
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath group: 'com.github.ImpactDevelopment', name: 'ForgeGradle', version: '3.0.115'
|
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
|
||||||
classpath group: 'com.github.ImpactDevelopment', name: 'MixinGradle', version: '0.6.2'
|
classpath 'org.spongepowered:mixingradle:0.6-SNAPSHOT'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
import baritone.gradle.task.CreateDistTask
|
import baritone.gradle.task.CreateDistTask
|
||||||
import baritone.gradle.task.ProguardTask
|
import baritone.gradle.task.ProguardTask
|
||||||
import org.apache.tools.ant.taskdefs.condition.Os
|
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'net.minecraftforge.gradle'
|
apply plugin: 'net.minecraftforge.gradle.tweaker-client'
|
||||||
apply plugin: 'org.spongepowered.mixin'
|
apply plugin: 'org.spongepowered.mixin'
|
||||||
|
|
||||||
sourceCompatibility = targetCompatibility = '1.8'
|
sourceCompatibility = targetCompatibility = '1.8'
|
||||||
@@ -52,19 +52,8 @@ compileJava {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
api {
|
|
||||||
compileClasspath += main.compileClasspath
|
|
||||||
}
|
|
||||||
main {
|
|
||||||
compileClasspath += api.output
|
|
||||||
}
|
|
||||||
test {
|
|
||||||
compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output
|
|
||||||
runtimeClasspath += main.compileClasspath + main.runtimeClasspath + main.output
|
|
||||||
}
|
|
||||||
launch {
|
launch {
|
||||||
compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output
|
compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output
|
||||||
runtimeClasspath += main.compileClasspath + main.runtimeClasspath + main.output
|
|
||||||
}
|
}
|
||||||
|
|
||||||
schematica_api {
|
schematica_api {
|
||||||
@@ -76,51 +65,14 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task sourceJar(type: Jar, dependsOn: classes) {
|
|
||||||
classifier = 'sources'
|
|
||||||
from sourceSets.api.allSource
|
|
||||||
}
|
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
mappings channel: 'snapshot', version: '20190307-1.13.1'
|
version = '1.12.2'
|
||||||
reobfMappings 'notch'
|
mappings = 'stable_39'
|
||||||
|
tweakClass = 'baritone.launch.BaritoneTweaker'
|
||||||
|
runDir = 'run'
|
||||||
|
|
||||||
runs {
|
// The sources jar should use SRG names not MCP to ensure compatibility with all mappings
|
||||||
client {
|
makeObfSourceJar = true
|
||||||
workingDirectory project.file('run')
|
|
||||||
source sourceSets.launch
|
|
||||||
|
|
||||||
main 'baritone.launch.LaunchTesting'
|
|
||||||
|
|
||||||
environment 'assetIndex', '{asset_index}'
|
|
||||||
environment 'assetDirectory', downloadAssets.output
|
|
||||||
environment 'nativesDirectory', extractNatives.output
|
|
||||||
|
|
||||||
environment 'tweakClass', 'baritone.launch.BaritoneTweaker'
|
|
||||||
|
|
||||||
if (Os.isFamily(Os.FAMILY_MAC)) {
|
|
||||||
jvmArgs "-XstartOnFirstThread"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
autoTest {
|
|
||||||
workingDirectory project.file('autotest')
|
|
||||||
source sourceSets.launch
|
|
||||||
|
|
||||||
main 'baritone.launch.LaunchTesting'
|
|
||||||
|
|
||||||
environment 'assetIndex', '{asset_index}'
|
|
||||||
environment 'assetDirectory', downloadAssets.output
|
|
||||||
environment 'nativesDirectory', extractNatives.output
|
|
||||||
|
|
||||||
environment 'tweakClass', 'baritone.launch.BaritoneTweaker'
|
|
||||||
environment 'BARITONE_AUTO_TEST', 'true'
|
|
||||||
|
|
||||||
if (Os.isFamily(Os.FAMILY_MAC)) {
|
|
||||||
jvmArgs "-XstartOnFirstThread"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
@@ -138,12 +90,6 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
minecraft 'com.github.ImpactDevelopment:Vanilla:1.13.2'
|
|
||||||
|
|
||||||
runtime launchCompile('net.minecraft:launchwrapper:1.12') {
|
|
||||||
exclude module: 'lwjgl'
|
|
||||||
}
|
|
||||||
runtime launchCompile('org.ow2.asm:asm-debug-all:5.2')
|
|
||||||
runtime launchCompile('com.github.ImpactDevelopment:SimpleTweaker:1.2')
|
runtime launchCompile('com.github.ImpactDevelopment:SimpleTweaker:1.2')
|
||||||
runtime launchCompile('org.spongepowered:mixin:0.7.11-SNAPSHOT') {
|
runtime launchCompile('org.spongepowered:mixin:0.7.11-SNAPSHOT') {
|
||||||
// Mixin includes a lot of dependencies that are too up-to-date
|
// Mixin includes a lot of dependencies that are too up-to-date
|
||||||
@@ -153,7 +99,6 @@ dependencies {
|
|||||||
exclude module: 'commons-io'
|
exclude module: 'commons-io'
|
||||||
exclude module: 'log4j-core'
|
exclude module: 'log4j-core'
|
||||||
}
|
}
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,13 +40,17 @@ class BaritoneGradleTask extends DefaultTask {
|
|||||||
PROGUARD_STANDALONE_CONFIG = "standalone.pro",
|
PROGUARD_STANDALONE_CONFIG = "standalone.pro",
|
||||||
PROGUARD_EXPORT_PATH = "proguard_out.jar",
|
PROGUARD_EXPORT_PATH = "proguard_out.jar",
|
||||||
|
|
||||||
|
TEMP_LIBRARY_DIR = "tempLibraries/",
|
||||||
|
|
||||||
ARTIFACT_STANDARD = "%s-%s.jar",
|
ARTIFACT_STANDARD = "%s-%s.jar",
|
||||||
ARTIFACT_UNOPTIMIZED = "%s-unoptimized-%s.jar",
|
ARTIFACT_UNOPTIMIZED = "%s-unoptimized-%s.jar",
|
||||||
ARTIFACT_API = "%s-api-%s.jar",
|
ARTIFACT_API = "%s-api-%s.jar",
|
||||||
ARTIFACT_STANDALONE = "%s-standalone-%s.jar";
|
ARTIFACT_STANDALONE = "%s-standalone-%s.jar",
|
||||||
|
ARTIFACT_FORGE_API = "%s-api-forge-%s.jar",
|
||||||
|
ARTIFACT_FORGE_STANDALONE = "%s-standalone-forge-%s.jar";
|
||||||
|
|
||||||
protected String artifactName, artifactVersion;
|
protected String artifactName, artifactVersion;
|
||||||
protected Path artifactPath, artifactUnoptimizedPath, artifactApiPath, artifactStandalonePath, proguardOut;
|
protected Path artifactPath, artifactUnoptimizedPath, artifactApiPath, artifactStandalonePath, artifactForgeApiPath, artifactForgeStandalonePath, proguardOut;
|
||||||
|
|
||||||
protected void verifyArtifacts() throws IllegalStateException {
|
protected void verifyArtifacts() throws IllegalStateException {
|
||||||
this.artifactName = getProject().getName();
|
this.artifactName = getProject().getName();
|
||||||
@@ -56,6 +60,8 @@ class BaritoneGradleTask extends DefaultTask {
|
|||||||
this.artifactUnoptimizedPath = this.getBuildFile(formatVersion(ARTIFACT_UNOPTIMIZED));
|
this.artifactUnoptimizedPath = this.getBuildFile(formatVersion(ARTIFACT_UNOPTIMIZED));
|
||||||
this.artifactApiPath = this.getBuildFile(formatVersion(ARTIFACT_API));
|
this.artifactApiPath = this.getBuildFile(formatVersion(ARTIFACT_API));
|
||||||
this.artifactStandalonePath = this.getBuildFile(formatVersion(ARTIFACT_STANDALONE));
|
this.artifactStandalonePath = this.getBuildFile(formatVersion(ARTIFACT_STANDALONE));
|
||||||
|
this.artifactForgeApiPath = this.getBuildFile(formatVersion(ARTIFACT_FORGE_API));
|
||||||
|
this.artifactForgeStandalonePath = this.getBuildFile(formatVersion(ARTIFACT_FORGE_STANDALONE));
|
||||||
|
|
||||||
this.proguardOut = this.getTemporaryFile(PROGUARD_EXPORT_PATH);
|
this.proguardOut = this.getTemporaryFile(PROGUARD_EXPORT_PATH);
|
||||||
|
|
||||||
|
|||||||
@@ -45,6 +45,8 @@ public class CreateDistTask extends BaritoneGradleTask {
|
|||||||
Path api = getRelativeFile("dist/" + formatVersion(ARTIFACT_API));
|
Path api = getRelativeFile("dist/" + formatVersion(ARTIFACT_API));
|
||||||
Path standalone = getRelativeFile("dist/" + formatVersion(ARTIFACT_STANDALONE));
|
Path standalone = getRelativeFile("dist/" + formatVersion(ARTIFACT_STANDALONE));
|
||||||
Path unoptimized = getRelativeFile("dist/" + formatVersion(ARTIFACT_UNOPTIMIZED));
|
Path unoptimized = getRelativeFile("dist/" + formatVersion(ARTIFACT_UNOPTIMIZED));
|
||||||
|
Path forgeApi = getRelativeFile("dist/" + formatVersion(ARTIFACT_FORGE_API));
|
||||||
|
Path forgeStandalone = getRelativeFile("dist/" + formatVersion(ARTIFACT_FORGE_STANDALONE));
|
||||||
|
|
||||||
// NIO will not automatically create directories
|
// NIO will not automatically create directories
|
||||||
Path dir = getRelativeFile("dist/");
|
Path dir = getRelativeFile("dist/");
|
||||||
@@ -56,9 +58,11 @@ public class CreateDistTask extends BaritoneGradleTask {
|
|||||||
Files.copy(this.artifactApiPath, api, REPLACE_EXISTING);
|
Files.copy(this.artifactApiPath, api, REPLACE_EXISTING);
|
||||||
Files.copy(this.artifactStandalonePath, standalone, REPLACE_EXISTING);
|
Files.copy(this.artifactStandalonePath, standalone, REPLACE_EXISTING);
|
||||||
Files.copy(this.artifactUnoptimizedPath, unoptimized, REPLACE_EXISTING);
|
Files.copy(this.artifactUnoptimizedPath, unoptimized, REPLACE_EXISTING);
|
||||||
|
Files.copy(this.artifactForgeApiPath, forgeApi, REPLACE_EXISTING);
|
||||||
|
Files.copy(this.artifactForgeStandalonePath, forgeStandalone, REPLACE_EXISTING);
|
||||||
|
|
||||||
// Calculate all checksums and format them like "shasum"
|
// Calculate all checksums and format them like "shasum"
|
||||||
List<String> shasum = Stream.of(api, standalone, unoptimized)
|
List<String> shasum = Stream.of(api, forgeApi, standalone, forgeStandalone, unoptimized)
|
||||||
.map(path -> sha1(path) + " " + path.getFileName().toString())
|
.map(path -> sha1(path) + " " + path.getFileName().toString())
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
|
|
||||||
|
|||||||
@@ -18,18 +18,26 @@
|
|||||||
package baritone.gradle.task;
|
package baritone.gradle.task;
|
||||||
|
|
||||||
import baritone.gradle.util.Determinizer;
|
import baritone.gradle.util.Determinizer;
|
||||||
|
import baritone.gradle.util.MappingType;
|
||||||
|
import baritone.gradle.util.ReobfWrapper;
|
||||||
import org.apache.commons.io.IOUtils;
|
import org.apache.commons.io.IOUtils;
|
||||||
import org.gradle.api.plugins.JavaPluginConvention;
|
import org.gradle.api.NamedDomainObjectContainer;
|
||||||
|
import org.gradle.api.artifacts.Configuration;
|
||||||
|
import org.gradle.api.artifacts.Dependency;
|
||||||
|
import org.gradle.api.internal.plugins.DefaultConvention;
|
||||||
import org.gradle.api.tasks.Input;
|
import org.gradle.api.tasks.Input;
|
||||||
import org.gradle.api.tasks.TaskAction;
|
import org.gradle.api.tasks.TaskAction;
|
||||||
|
import org.gradle.internal.Pair;
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
|
import java.lang.reflect.Field;
|
||||||
import java.net.URL;
|
import java.net.URL;
|
||||||
import java.nio.file.Files;
|
import java.nio.file.Files;
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.util.ArrayList;
|
import java.util.*;
|
||||||
import java.util.List;
|
import java.util.regex.Matcher;
|
||||||
import java.util.stream.Stream;
|
import java.util.regex.Pattern;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
import java.util.zip.ZipEntry;
|
import java.util.zip.ZipEntry;
|
||||||
import java.util.zip.ZipFile;
|
import java.util.zip.ZipFile;
|
||||||
|
|
||||||
@@ -41,12 +49,18 @@ import static java.nio.file.StandardCopyOption.REPLACE_EXISTING;
|
|||||||
*/
|
*/
|
||||||
public class ProguardTask extends BaritoneGradleTask {
|
public class ProguardTask extends BaritoneGradleTask {
|
||||||
|
|
||||||
|
private static final Pattern TEMP_LIBRARY_PATTERN = Pattern.compile("-libraryjars 'tempLibraries\\/([a-zA-Z0-9/_\\-\\.]+)\\.jar'");
|
||||||
|
|
||||||
@Input
|
@Input
|
||||||
private String url;
|
private String url;
|
||||||
|
|
||||||
@Input
|
@Input
|
||||||
private String extract;
|
private String extract;
|
||||||
|
|
||||||
|
private List<String> requiredLibraries;
|
||||||
|
|
||||||
|
private File mixin;
|
||||||
|
|
||||||
@TaskAction
|
@TaskAction
|
||||||
protected void exec() throws Exception {
|
protected void exec() throws Exception {
|
||||||
super.verifyArtifacts();
|
super.verifyArtifacts();
|
||||||
@@ -56,6 +70,7 @@ public class ProguardTask extends BaritoneGradleTask {
|
|||||||
downloadProguard();
|
downloadProguard();
|
||||||
extractProguard();
|
extractProguard();
|
||||||
generateConfigs();
|
generateConfigs();
|
||||||
|
acquireDependencies();
|
||||||
proguardApi();
|
proguardApi();
|
||||||
proguardStandalone();
|
proguardStandalone();
|
||||||
cleanup();
|
cleanup();
|
||||||
@@ -66,7 +81,7 @@ public class ProguardTask extends BaritoneGradleTask {
|
|||||||
Files.delete(this.artifactUnoptimizedPath);
|
Files.delete(this.artifactUnoptimizedPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
Determinizer.determinize(this.artifactPath.toString(), this.artifactUnoptimizedPath.toString());
|
Determinizer.determinize(this.artifactPath.toString(), this.artifactUnoptimizedPath.toString(), Optional.empty());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void downloadProguard() throws Exception {
|
private void downloadProguard() throws Exception {
|
||||||
@@ -99,19 +114,6 @@ public class ProguardTask extends BaritoneGradleTask {
|
|||||||
String out = IOUtils.toString(p.getInputStream(), "UTF-8").split("\n")[0].split("Opened ")[1].replace("]", "");
|
String out = IOUtils.toString(p.getInputStream(), "UTF-8").split("\n")[0].split("Opened ")[1].replace("]", "");
|
||||||
template.add(2, "-libraryjars '" + out + "'");
|
template.add(2, "-libraryjars '" + out + "'");
|
||||||
|
|
||||||
// Discover all of the libraries that we will need to acquire from gradle
|
|
||||||
acquireDependencies().forEach(f -> {
|
|
||||||
if (f.toString().endsWith("-recomp.jar")) {
|
|
||||||
// remove MCP mapped jar
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (f.toString().endsWith("client-extra.jar")) {
|
|
||||||
// go from the extra to the original downloaded client
|
|
||||||
f = new File(f.getParentFile(), "client.jar");
|
|
||||||
}
|
|
||||||
template.add(2, "-libraryjars '" + f + "'");
|
|
||||||
});
|
|
||||||
|
|
||||||
// API config doesn't require any changes from the changes that we made to the template
|
// API config doesn't require any changes from the changes that we made to the template
|
||||||
Files.write(getTemporaryFile(PROGUARD_API_CONFIG), template);
|
Files.write(getTemporaryFile(PROGUARD_API_CONFIG), template);
|
||||||
|
|
||||||
@@ -119,20 +121,165 @@ public class ProguardTask extends BaritoneGradleTask {
|
|||||||
List<String> standalone = new ArrayList<>(template);
|
List<String> standalone = new ArrayList<>(template);
|
||||||
standalone.removeIf(s -> s.contains("# this is the keep api"));
|
standalone.removeIf(s -> s.contains("# this is the keep api"));
|
||||||
Files.write(getTemporaryFile(PROGUARD_STANDALONE_CONFIG), standalone);
|
Files.write(getTemporaryFile(PROGUARD_STANDALONE_CONFIG), standalone);
|
||||||
|
|
||||||
|
// Discover all of the libraries that we will need to acquire from gradle
|
||||||
|
this.requiredLibraries = new ArrayList<>();
|
||||||
|
template.forEach(line -> {
|
||||||
|
if (!line.startsWith("#")) {
|
||||||
|
Matcher m = TEMP_LIBRARY_PATTERN.matcher(line);
|
||||||
|
if (m.find()) {
|
||||||
|
this.requiredLibraries.add(m.group(1));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private Stream<File> acquireDependencies() {
|
private void acquireDependencies() throws Exception {
|
||||||
return getProject().getConvention().getPlugin(JavaPluginConvention.class).getSourceSets().findByName("launch").getRuntimeClasspath().getFiles().stream().filter(File::isFile);
|
|
||||||
|
// Create a map of all of the dependencies that we are able to access in this project
|
||||||
|
// Likely a better way to do this, I just pair the dependency with the first valid configuration
|
||||||
|
Map<String, Pair<Configuration, Dependency>> dependencyLookupMap = new HashMap<>();
|
||||||
|
getProject().getConfigurations().stream().filter(Configuration::isCanBeResolved).forEach(config ->
|
||||||
|
config.getAllDependencies().forEach(dependency ->
|
||||||
|
dependencyLookupMap.putIfAbsent(dependency.getName() + "-" + dependency.getVersion(), Pair.of(config, dependency))));
|
||||||
|
|
||||||
|
// Create the directory if it doesn't already exist
|
||||||
|
Path tempLibraries = getTemporaryFile(TEMP_LIBRARY_DIR);
|
||||||
|
if (!Files.exists(tempLibraries)) {
|
||||||
|
Files.createDirectory(tempLibraries);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Iterate the required libraries to copy them to tempLibraries
|
||||||
|
for (String lib : this.requiredLibraries) {
|
||||||
|
// copy from the forgegradle cache
|
||||||
|
if (lib.equals("minecraft")) {
|
||||||
|
Path cachedJar = getMinecraftJar();
|
||||||
|
Path inTempDir = getTemporaryFile("tempLibraries/minecraft.jar");
|
||||||
|
// TODO: maybe try not to copy every time
|
||||||
|
Files.copy(cachedJar, inTempDir, REPLACE_EXISTING);
|
||||||
|
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Find a configuration/dependency pair that matches the desired library
|
||||||
|
Pair<Configuration, Dependency> pair = null;
|
||||||
|
for (Map.Entry<String, Pair<Configuration, Dependency>> entry : dependencyLookupMap.entrySet()) {
|
||||||
|
if (entry.getKey().startsWith(lib)) {
|
||||||
|
pair = entry.getValue();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// The pair must be non-null
|
||||||
|
Objects.requireNonNull(pair);
|
||||||
|
|
||||||
|
// Find the library jar file, and copy it to tempLibraries
|
||||||
|
for (File file : pair.getLeft().files(pair.getRight())) {
|
||||||
|
if (file.getName().startsWith(lib)) {
|
||||||
|
if (lib.contains("mixin")) {
|
||||||
|
mixin = file;
|
||||||
|
}
|
||||||
|
Files.copy(file.toPath(), getTemporaryFile("tempLibraries/" + lib + ".jar"), REPLACE_EXISTING);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (mixin == null) {
|
||||||
|
throw new IllegalStateException("Unable to find mixin jar");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// a bunch of epic stuff to get the path to the cached jar
|
||||||
|
private Path getMinecraftJar() throws Exception {
|
||||||
|
MappingType mappingType;
|
||||||
|
try {
|
||||||
|
mappingType = getMappingType();
|
||||||
|
} catch (Exception e) {
|
||||||
|
System.err.println("Failed to get mapping type, assuming NOTCH.");
|
||||||
|
mappingType = MappingType.NOTCH;
|
||||||
|
}
|
||||||
|
|
||||||
|
String suffix;
|
||||||
|
switch (mappingType) {
|
||||||
|
case NOTCH:
|
||||||
|
suffix = "";
|
||||||
|
break;
|
||||||
|
case SEARGE:
|
||||||
|
suffix = "-srgBin";
|
||||||
|
break;
|
||||||
|
case CUSTOM:
|
||||||
|
throw new IllegalStateException("Custom mappings not supported!");
|
||||||
|
default:
|
||||||
|
throw new IllegalStateException("Unknown mapping type: " + mappingType);
|
||||||
|
}
|
||||||
|
|
||||||
|
DefaultConvention convention = (DefaultConvention) this.getProject().getConvention();
|
||||||
|
Object extension = convention.getAsMap().get("minecraft");
|
||||||
|
Objects.requireNonNull(extension);
|
||||||
|
|
||||||
|
// for some reason cant use Class.forName
|
||||||
|
Class<?> class_baseExtension = extension.getClass().getSuperclass().getSuperclass().getSuperclass(); // <-- cursed
|
||||||
|
Field f_replacer = class_baseExtension.getDeclaredField("replacer");
|
||||||
|
f_replacer.setAccessible(true);
|
||||||
|
Object replacer = f_replacer.get(extension);
|
||||||
|
Class<?> class_replacementProvider = replacer.getClass();
|
||||||
|
Field replacement_replaceMap = class_replacementProvider.getDeclaredField("replaceMap");
|
||||||
|
replacement_replaceMap.setAccessible(true);
|
||||||
|
|
||||||
|
Map<String, Object> replacements = (Map) replacement_replaceMap.get(replacer);
|
||||||
|
String cacheDir = replacements.get("CACHE_DIR").toString() + "/net/minecraft";
|
||||||
|
String mcVersion = replacements.get("MC_VERSION").toString();
|
||||||
|
String mcpInsert = replacements.get("MAPPING_CHANNEL").toString() + "/" + replacements.get("MAPPING_VERSION").toString();
|
||||||
|
String fullJarName = "minecraft-" + mcVersion + suffix + ".jar";
|
||||||
|
|
||||||
|
String baseDir = String.format("%s/minecraft/%s/", cacheDir, mcVersion);
|
||||||
|
|
||||||
|
String jarPath;
|
||||||
|
if (mappingType == MappingType.SEARGE) {
|
||||||
|
jarPath = String.format("%s/%s/%s", baseDir, mcpInsert, fullJarName);
|
||||||
|
} else {
|
||||||
|
jarPath = baseDir + fullJarName;
|
||||||
|
}
|
||||||
|
jarPath = jarPath
|
||||||
|
.replace("/", File.separator)
|
||||||
|
.replace("\\", File.separator); // hecking regex
|
||||||
|
|
||||||
|
return new File(jarPath).toPath();
|
||||||
|
}
|
||||||
|
|
||||||
|
// throws IllegalStateException if mapping type is ambiguous or it fails to find it
|
||||||
|
private MappingType getMappingType() {
|
||||||
|
// if it fails to find this then its probably a forgegradle version problem
|
||||||
|
Set<Object> reobf = (NamedDomainObjectContainer<Object>) this.getProject().getExtensions().getByName("reobf");
|
||||||
|
|
||||||
|
List<MappingType> mappingTypes = getUsedMappingTypes(reobf);
|
||||||
|
long mappingTypesUsed = mappingTypes.size();
|
||||||
|
if (mappingTypesUsed == 0) {
|
||||||
|
throw new IllegalStateException("Failed to find mapping type (no jar task?)");
|
||||||
|
}
|
||||||
|
if (mappingTypesUsed > 1) {
|
||||||
|
throw new IllegalStateException("Ambiguous mapping type (multiple jars with different mapping types?)");
|
||||||
|
}
|
||||||
|
|
||||||
|
return mappingTypes.get(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
private List<MappingType> getUsedMappingTypes(Set<Object> reobf) {
|
||||||
|
return reobf.stream()
|
||||||
|
.map(ReobfWrapper::new)
|
||||||
|
.map(ReobfWrapper::getMappingType)
|
||||||
|
.distinct()
|
||||||
|
.collect(Collectors.toList());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void proguardApi() throws Exception {
|
private void proguardApi() throws Exception {
|
||||||
runProguard(getTemporaryFile(PROGUARD_API_CONFIG));
|
runProguard(getTemporaryFile(PROGUARD_API_CONFIG));
|
||||||
Determinizer.determinize(this.proguardOut.toString(), this.artifactApiPath.toString());
|
Determinizer.determinize(this.proguardOut.toString(), this.artifactApiPath.toString(), Optional.empty());
|
||||||
|
Determinizer.determinize(this.proguardOut.toString(), this.artifactForgeApiPath.toString(), Optional.of(mixin));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void proguardStandalone() throws Exception {
|
private void proguardStandalone() throws Exception {
|
||||||
runProguard(getTemporaryFile(PROGUARD_STANDALONE_CONFIG));
|
runProguard(getTemporaryFile(PROGUARD_STANDALONE_CONFIG));
|
||||||
Determinizer.determinize(this.proguardOut.toString(), this.artifactStandalonePath.toString());
|
Determinizer.determinize(this.proguardOut.toString(), this.artifactStandalonePath.toString(), Optional.empty());
|
||||||
|
Determinizer.determinize(this.proguardOut.toString(), this.artifactForgeStandalonePath.toString(), Optional.of(mixin));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void cleanup() {
|
private void cleanup() {
|
||||||
|
|||||||
@@ -22,10 +22,7 @@ import com.google.gson.stream.JsonReader;
|
|||||||
import com.google.gson.stream.JsonWriter;
|
import com.google.gson.stream.JsonWriter;
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import java.util.ArrayList;
|
import java.util.*;
|
||||||
import java.util.Comparator;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.jar.JarEntry;
|
import java.util.jar.JarEntry;
|
||||||
import java.util.jar.JarFile;
|
import java.util.jar.JarFile;
|
||||||
import java.util.jar.JarOutputStream;
|
import java.util.jar.JarOutputStream;
|
||||||
@@ -39,7 +36,7 @@ import java.util.stream.Collectors;
|
|||||||
*/
|
*/
|
||||||
public class Determinizer {
|
public class Determinizer {
|
||||||
|
|
||||||
public static void determinize(String inputPath, String outputPath) throws IOException {
|
public static void determinize(String inputPath, String outputPath, Optional<File> toInclude) throws IOException {
|
||||||
System.out.println("Running Determinizer");
|
System.out.println("Running Determinizer");
|
||||||
System.out.println(" Input path: " + inputPath);
|
System.out.println(" Input path: " + inputPath);
|
||||||
System.out.println(" Output path: " + outputPath);
|
System.out.println(" Output path: " + outputPath);
|
||||||
@@ -66,10 +63,30 @@ public class Determinizer {
|
|||||||
if (entry.getName().endsWith(".refmap.json")) {
|
if (entry.getName().endsWith(".refmap.json")) {
|
||||||
JsonObject object = new JsonParser().parse(new InputStreamReader(jarFile.getInputStream(entry))).getAsJsonObject();
|
JsonObject object = new JsonParser().parse(new InputStreamReader(jarFile.getInputStream(entry))).getAsJsonObject();
|
||||||
jos.write(writeSorted(object).getBytes());
|
jos.write(writeSorted(object).getBytes());
|
||||||
|
} else if (entry.getName().equals("META-INF/MANIFEST.MF") && toInclude.isPresent()) { // only replace for forge jar
|
||||||
|
ByteArrayOutputStream cancer = new ByteArrayOutputStream();
|
||||||
|
copy(jarFile.getInputStream(entry), cancer);
|
||||||
|
String manifest = new String(cancer.toByteArray());
|
||||||
|
if (!manifest.contains("baritone.launch.BaritoneTweaker")) {
|
||||||
|
throw new IllegalStateException("unable to replace");
|
||||||
|
}
|
||||||
|
manifest = manifest.replace("baritone.launch.BaritoneTweaker", "org.spongepowered.asm.launch.MixinTweaker");
|
||||||
|
jos.write(manifest.getBytes());
|
||||||
} else {
|
} else {
|
||||||
copy(jarFile.getInputStream(entry), jos);
|
copy(jarFile.getInputStream(entry), jos);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (toInclude.isPresent()) {
|
||||||
|
try (JarFile mixin = new JarFile(toInclude.get())) {
|
||||||
|
for (JarEntry entry : mixin.stream().sorted(Comparator.comparing(JarEntry::getName)).collect(Collectors.toList())) {
|
||||||
|
if (entry.getName().startsWith("META-INF") && !entry.getName().startsWith("META-INF/services")) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
jos.putNextEntry(entry);
|
||||||
|
copy(mixin.getInputStream(entry), jos);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
jos.finish();
|
jos.finish();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of Baritone.
|
||||||
|
*
|
||||||
|
* Baritone is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Baritone is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package baritone.gradle.util;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* All credits go to AsmLibGradle and its contributors.
|
||||||
|
*
|
||||||
|
* @see <a href="https://github.com/pozzed/AsmLibGradle/blob/8f917dbc3939eab7a3d9daf54d9d285fdf34f4b2/src/main/java/net/futureclient/asmlib/forgegradle/MappingType.java">Original Source</a>
|
||||||
|
*/
|
||||||
|
public enum MappingType {
|
||||||
|
SEARGE,
|
||||||
|
NOTCH,
|
||||||
|
CUSTOM // forgegradle
|
||||||
|
}
|
||||||
@@ -0,0 +1,63 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of Baritone.
|
||||||
|
*
|
||||||
|
* Baritone is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Baritone is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package baritone.gradle.util;
|
||||||
|
|
||||||
|
import java.lang.reflect.Field;
|
||||||
|
import java.util.Objects;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* All credits go to AsmLibGradle and its contributors.
|
||||||
|
*
|
||||||
|
* @see <a href="https://github.com/pozzed/AsmLibGradle/blob/8f917dbc3939eab7a3d9daf54d9d285fdf34f4b2/src/main/java/net/futureclient/asmlib/forgegradle/ReobfWrapper.java">Original Source</a>
|
||||||
|
*/
|
||||||
|
public class ReobfWrapper {
|
||||||
|
|
||||||
|
private final Object instance;
|
||||||
|
private final Class<?> type;
|
||||||
|
|
||||||
|
public ReobfWrapper(Object instance) {
|
||||||
|
this.instance = instance;
|
||||||
|
Objects.requireNonNull(instance);
|
||||||
|
this.type = instance.getClass();
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getName() {
|
||||||
|
try {
|
||||||
|
Field nameField = type.getDeclaredField("name");
|
||||||
|
nameField.setAccessible(true);
|
||||||
|
return (String) nameField.get(this.instance);
|
||||||
|
} catch (ReflectiveOperationException ex) {
|
||||||
|
throw new IllegalStateException(ex);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public MappingType getMappingType() {
|
||||||
|
try {
|
||||||
|
Field enumField = type.getDeclaredField("mappingType");
|
||||||
|
enumField.setAccessible(true);
|
||||||
|
Enum<?> aEnum = (Enum<?>) enumField.get(this.instance);
|
||||||
|
MappingType mappingType = MappingType.values()[aEnum.ordinal()];
|
||||||
|
if (!aEnum.name().equals(mappingType.name())) {
|
||||||
|
throw new IllegalStateException("ForgeGradle ReobfMappingType is not equivalent to MappingType (version error?)");
|
||||||
|
}
|
||||||
|
return mappingType;
|
||||||
|
} catch (ReflectiveOperationException ex) {
|
||||||
|
throw new IllegalStateException(ex);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Vendored
+49
-2
@@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
# lwjgl is weird
|
# lwjgl is weird
|
||||||
-dontwarn org.lwjgl.**
|
-dontwarn org.lwjgl.**
|
||||||
# also lwjgl lol
|
|
||||||
-dontwarn module-info
|
|
||||||
|
|
||||||
-keep class baritone.api.** { *; } # this is the keep api
|
-keep class baritone.api.** { *; } # this is the keep api
|
||||||
|
|
||||||
@@ -38,6 +36,55 @@
|
|||||||
#proguard doesnt like it when it cant find our fake schematica classes
|
#proguard doesnt like it when it cant find our fake schematica classes
|
||||||
-dontwarn baritone.utils.schematic.schematica.**
|
-dontwarn baritone.utils.schematic.schematica.**
|
||||||
|
|
||||||
|
# copy all necessary libraries into tempLibraries to build
|
||||||
|
|
||||||
|
# The correct jar will be copied from the forgegradle cache based on the mapping type being compiled with
|
||||||
|
-libraryjars 'tempLibraries/minecraft.jar'
|
||||||
|
|
||||||
|
-libraryjars 'tempLibraries/SimpleTweaker-1.2.jar'
|
||||||
|
|
||||||
|
-libraryjars 'tempLibraries/authlib-1.5.25.jar'
|
||||||
|
-libraryjars 'tempLibraries/codecjorbis-20101023.jar'
|
||||||
|
-libraryjars 'tempLibraries/codecwav-20101023.jar'
|
||||||
|
-libraryjars 'tempLibraries/commons-codec-1.10.jar'
|
||||||
|
-libraryjars 'tempLibraries/commons-compress-1.8.1.jar'
|
||||||
|
-libraryjars 'tempLibraries/commons-io-2.5.jar'
|
||||||
|
-libraryjars 'tempLibraries/commons-lang3-3.5.jar'
|
||||||
|
-libraryjars 'tempLibraries/commons-logging-1.1.3.jar'
|
||||||
|
-libraryjars 'tempLibraries/fastutil-7.1.0.jar'
|
||||||
|
-libraryjars 'tempLibraries/gson-2.8.0.jar'
|
||||||
|
-libraryjars 'tempLibraries/guava-21.0.jar'
|
||||||
|
-libraryjars 'tempLibraries/httpclient-4.3.3.jar'
|
||||||
|
-libraryjars 'tempLibraries/httpcore-4.3.2.jar'
|
||||||
|
-libraryjars 'tempLibraries/icu4j-core-mojang-51.2.jar'
|
||||||
|
-libraryjars 'tempLibraries/jinput-2.0.5.jar'
|
||||||
|
-libraryjars 'tempLibraries/jna-4.4.0.jar'
|
||||||
|
-libraryjars 'tempLibraries/jopt-simple-5.0.3.jar'
|
||||||
|
-libraryjars 'tempLibraries/jsr305-3.0.1.jar'
|
||||||
|
-libraryjars 'tempLibraries/jutils-1.0.0.jar'
|
||||||
|
-libraryjars 'tempLibraries/libraryjavasound-20101123.jar'
|
||||||
|
-libraryjars 'tempLibraries/librarylwjglopenal-20100824.jar'
|
||||||
|
-libraryjars 'tempLibraries/log4j-api-2.8.1.jar'
|
||||||
|
-libraryjars 'tempLibraries/log4j-core-2.8.1.jar'
|
||||||
|
|
||||||
|
# startsWith is used to check the library, and mac/linux differ in which version they use
|
||||||
|
# this is FINE
|
||||||
|
-libraryjars 'tempLibraries/lwjgl-.jar'
|
||||||
|
-libraryjars 'tempLibraries/lwjgl_util-.jar'
|
||||||
|
|
||||||
|
-libraryjars 'tempLibraries/netty-all-4.1.9.Final.jar'
|
||||||
|
-libraryjars 'tempLibraries/oshi-core-1.1.jar'
|
||||||
|
-libraryjars 'tempLibraries/patchy-1.1.jar'
|
||||||
|
-libraryjars 'tempLibraries/platform-3.4.0.jar'
|
||||||
|
-libraryjars 'tempLibraries/realms-1.10.22.jar'
|
||||||
|
-libraryjars 'tempLibraries/soundsystem-20120107.jar'
|
||||||
|
-libraryjars 'tempLibraries/text2speech-1.10.3.jar'
|
||||||
|
|
||||||
|
-libraryjars 'tempLibraries/mixin-0.7.11-SNAPSHOT.jar'
|
||||||
|
-libraryjars 'tempLibraries/launchwrapper-1.11.jar' # TODO why does only 1.11.jar exist?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Keep - Applications. Keep all application classes, along with their 'main'
|
# Keep - Applications. Keep all application classes, along with their 'main'
|
||||||
# methods.
|
# methods.
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ package baritone.api;
|
|||||||
import baritone.api.cache.IWorldScanner;
|
import baritone.api.cache.IWorldScanner;
|
||||||
import baritone.api.command.ICommand;
|
import baritone.api.command.ICommand;
|
||||||
import baritone.api.command.ICommandSystem;
|
import baritone.api.command.ICommandSystem;
|
||||||
|
import baritone.api.schematic.ISchematicSystem;
|
||||||
import net.minecraft.client.entity.EntityPlayerSP;
|
import net.minecraft.client.entity.EntityPlayerSP;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -82,4 +83,9 @@ public interface IBaritoneProvider {
|
|||||||
* @return The {@link ICommandSystem} instance.
|
* @return The {@link ICommandSystem} instance.
|
||||||
*/
|
*/
|
||||||
ICommandSystem getCommandSystem();
|
ICommandSystem getCommandSystem();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return The {@link ISchematicSystem} instance.
|
||||||
|
*/
|
||||||
|
ISchematicSystem getSchematicSystem();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -158,10 +158,10 @@ public final class Settings {
|
|||||||
* Blocks that Baritone is allowed to place (as throwaway, for sneak bridging, pillaring, etc.)
|
* Blocks that Baritone is allowed to place (as throwaway, for sneak bridging, pillaring, etc.)
|
||||||
*/
|
*/
|
||||||
public final Setting<List<Item>> acceptableThrowawayItems = new Setting<>(new ArrayList<>(Arrays.asList(
|
public final Setting<List<Item>> acceptableThrowawayItems = new Setting<>(new ArrayList<>(Arrays.asList(
|
||||||
Blocks.DIRT.asItem(),
|
Item.getItemFromBlock(Blocks.DIRT),
|
||||||
Blocks.COBBLESTONE.asItem(),
|
Item.getItemFromBlock(Blocks.COBBLESTONE),
|
||||||
Blocks.NETHERRACK.asItem(),
|
Item.getItemFromBlock(Blocks.NETHERRACK),
|
||||||
Blocks.STONE.asItem()
|
Item.getItemFromBlock(Blocks.STONE)
|
||||||
)));
|
)));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -177,12 +177,27 @@ public final class Settings {
|
|||||||
public final Setting<List<Block>> blocksToAvoidBreaking = new Setting<>(new ArrayList<>(Arrays.asList( // TODO can this be a HashSet or ImmutableSet?
|
public final Setting<List<Block>> blocksToAvoidBreaking = new Setting<>(new ArrayList<>(Arrays.asList( // TODO can this be a HashSet or ImmutableSet?
|
||||||
Blocks.CRAFTING_TABLE,
|
Blocks.CRAFTING_TABLE,
|
||||||
Blocks.FURNACE,
|
Blocks.FURNACE,
|
||||||
|
Blocks.LIT_FURNACE,
|
||||||
Blocks.CHEST,
|
Blocks.CHEST,
|
||||||
Blocks.TRAPPED_CHEST,
|
Blocks.TRAPPED_CHEST,
|
||||||
Blocks.SIGN,
|
Blocks.STANDING_SIGN,
|
||||||
Blocks.WALL_SIGN
|
Blocks.WALL_SIGN
|
||||||
)));
|
)));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A list of blocks to be treated as if they're air.
|
||||||
|
* <p>
|
||||||
|
* If a schematic asks for air at a certain position, and that position currently contains a block on this list, it will be treated as correct.
|
||||||
|
*/
|
||||||
|
public final Setting<List<Block>> buildIgnoreBlocks = new Setting<>(new ArrayList<>(Arrays.asList(
|
||||||
|
|
||||||
|
)));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* If this is true, the builder will treat all non-air blocks as correct. It will only place new blocks.
|
||||||
|
*/
|
||||||
|
public final Setting<Boolean> buildIgnoreExisting = new Setting<>(false);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If this setting is true, Baritone will never break a block that is adjacent to an unsupported falling block.
|
* If this setting is true, Baritone will never break a block that is adjacent to an unsupported falling block.
|
||||||
* <p>
|
* <p>
|
||||||
@@ -233,7 +248,7 @@ public final class Settings {
|
|||||||
/**
|
/**
|
||||||
* If we overshoot a traverse and end up one block beyond the destination, mark it as successful anyway.
|
* If we overshoot a traverse and end up one block beyond the destination, mark it as successful anyway.
|
||||||
* <p>
|
* <p>
|
||||||
* This helps with speed at >=20m/s
|
* This helps with speed exceeding 20m/s
|
||||||
*/
|
*/
|
||||||
public final Setting<Boolean> overshootTraverse = new Setting<>(true);
|
public final Setting<Boolean> overshootTraverse = new Setting<>(true);
|
||||||
|
|
||||||
@@ -248,9 +263,9 @@ public final class Settings {
|
|||||||
public final Setting<Integer> rightClickSpeed = new Setting<>(4);
|
public final Setting<Integer> rightClickSpeed = new Setting<>(4);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* How many degrees to randomize the yaw every tick. Set to 0 to disable
|
* Block reach distance
|
||||||
*/
|
*/
|
||||||
public final Setting<Double> randomLooking113 = new Setting<>(2d);
|
public final Setting<Float> blockReachDistance = new Setting<>(4.5f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* How many degrees to randomize the pitch and yaw every tick. Set to 0 to disable
|
* How many degrees to randomize the pitch and yaw every tick. Set to 0 to disable
|
||||||
@@ -742,6 +757,11 @@ public final class Settings {
|
|||||||
*/
|
*/
|
||||||
public final Setting<Vec3i> buildRepeat = new Setting<>(new Vec3i(0, 0, 0));
|
public final Setting<Vec3i> buildRepeat = new Setting<>(new Vec3i(0, 0, 0));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How many times to buildrepeat. -1 for infinite.
|
||||||
|
*/
|
||||||
|
public final Setting<Integer> buildRepeatCount = new Setting<>(-1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allow standing above a block while mining it, in BuilderProcess
|
* Allow standing above a block while mining it, in BuilderProcess
|
||||||
* <p>
|
* <p>
|
||||||
@@ -791,6 +811,12 @@ public final class Settings {
|
|||||||
*/
|
*/
|
||||||
public final Setting<Boolean> schematicOrientationZ = new Setting<>(false);
|
public final Setting<Boolean> schematicOrientationZ = new Setting<>(false);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The fallback used by the build command when no extension is specified. This may be useful if schematics of a
|
||||||
|
* particular format are used often, and the user does not wish to have to specify the extension with every usage.
|
||||||
|
*/
|
||||||
|
public final Setting<String> schematicFallbackExtension = new Setting<>("schematic");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Distance to scan every tick for updates. Expanding this beyond player reach distance (i.e. setting it to 6 or above)
|
* Distance to scan every tick for updates. Expanding this beyond player reach distance (i.e. setting it to 6 or above)
|
||||||
* is only necessary in very large schematics where rescanning the whole thing is costly.
|
* is only necessary in very large schematics where rescanning the whole thing is costly.
|
||||||
@@ -928,7 +954,7 @@ public final class Settings {
|
|||||||
* via {@link Consumer#andThen(Consumer)} or it can completely be overriden via setting
|
* via {@link Consumer#andThen(Consumer)} or it can completely be overriden via setting
|
||||||
* {@link Setting#value};
|
* {@link Setting#value};
|
||||||
*/
|
*/
|
||||||
public final Setting<Consumer<ITextComponent>> logger = new Setting<>(Minecraft.getInstance().ingameGUI.getChatGUI()::printChatMessage);
|
public final Setting<Consumer<ITextComponent>> logger = new Setting<>(Minecraft.getMinecraft().ingameGUI.getChatGUI()::printChatMessage);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The size of the box that is rendered when the current goal is a GoalYLevel
|
* The size of the box that is rendered when the current goal is a GoalYLevel
|
||||||
|
|||||||
@@ -81,6 +81,4 @@ public interface ICachedWorld {
|
|||||||
* in a new thread by default.
|
* in a new thread by default.
|
||||||
*/
|
*/
|
||||||
void save();
|
void save();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+13
-3
@@ -77,10 +77,20 @@ public interface IWorldScanner {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Repacks 40 chunks around the player.
|
* Overload of {@link #repack(IPlayerContext, int)} where the value of the {@code range} parameter is {@code 40}.
|
||||||
*
|
*
|
||||||
* @param ctx The player context for that player.
|
* @param ctx The player, describing the origin
|
||||||
* @return The number of chunks queued for repacking.
|
* @return The amount of chunks successfully queued for repacking
|
||||||
*/
|
*/
|
||||||
int repack(IPlayerContext ctx);
|
int repack(IPlayerContext ctx);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Queues the chunks in a square formation around the specified player, using the specified
|
||||||
|
* range, which represents 1/2 the square's dimensions, where the player is in the center.
|
||||||
|
*
|
||||||
|
* @param ctx The player, describing the origin
|
||||||
|
* @param range The range to repack
|
||||||
|
* @return The amount of chunks successfully queued for repacking
|
||||||
|
*/
|
||||||
|
int repack(IPlayerContext ctx, int range);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ import baritone.api.command.exception.CommandException;
|
|||||||
import net.minecraft.block.Block;
|
import net.minecraft.block.Block;
|
||||||
import net.minecraft.init.Blocks;
|
import net.minecraft.init.Blocks;
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
import net.minecraft.util.registry.IRegistry;
|
|
||||||
|
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
@@ -33,7 +32,7 @@ public enum BlockById implements IDatatypeFor<Block> {
|
|||||||
public Block get(IDatatypeContext ctx) throws CommandException {
|
public Block get(IDatatypeContext ctx) throws CommandException {
|
||||||
ResourceLocation id = new ResourceLocation(ctx.getConsumer().getString());
|
ResourceLocation id = new ResourceLocation(ctx.getConsumer().getString());
|
||||||
Block block;
|
Block block;
|
||||||
if ((block = IRegistry.BLOCK.get(id)) == Blocks.AIR) {
|
if ((block = Block.REGISTRY.getObject(id)) == Blocks.AIR) {
|
||||||
throw new IllegalArgumentException("no block found by that id");
|
throw new IllegalArgumentException("no block found by that id");
|
||||||
}
|
}
|
||||||
return block;
|
return block;
|
||||||
@@ -43,7 +42,7 @@ public enum BlockById implements IDatatypeFor<Block> {
|
|||||||
public Stream<String> tabComplete(IDatatypeContext ctx) throws CommandException {
|
public Stream<String> tabComplete(IDatatypeContext ctx) throws CommandException {
|
||||||
return new TabCompleteHelper()
|
return new TabCompleteHelper()
|
||||||
.append(
|
.append(
|
||||||
IRegistry.BLOCK.keySet()
|
Block.REGISTRY.getKeys()
|
||||||
.stream()
|
.stream()
|
||||||
.map(Object::toString)
|
.map(Object::toString)
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -17,22 +17,22 @@
|
|||||||
|
|
||||||
package baritone.api.command.datatypes;
|
package baritone.api.command.datatypes;
|
||||||
|
|
||||||
import baritone.api.command.exception.CommandException;
|
|
||||||
import baritone.api.command.helpers.TabCompleteHelper;
|
import baritone.api.command.helpers.TabCompleteHelper;
|
||||||
import net.minecraft.entity.EntityType;
|
import baritone.api.command.exception.CommandException;
|
||||||
|
import net.minecraft.entity.Entity;
|
||||||
|
import net.minecraft.entity.EntityList;
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
import net.minecraft.util.registry.IRegistry;
|
|
||||||
|
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
public enum EntityClassById implements IDatatypeFor<EntityType> {
|
public enum EntityClassById implements IDatatypeFor<Class<? extends Entity>> {
|
||||||
INSTANCE;
|
INSTANCE;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public EntityType get(IDatatypeContext ctx) throws CommandException {
|
public Class<? extends Entity> get(IDatatypeContext ctx) throws CommandException {
|
||||||
ResourceLocation id = new ResourceLocation(ctx.getConsumer().getString());
|
ResourceLocation id = new ResourceLocation(ctx.getConsumer().getString());
|
||||||
EntityType entity;
|
Class<? extends Entity> entity;
|
||||||
if ((entity = IRegistry.ENTITY_TYPE.get(id)) == null) {
|
if ((entity = EntityList.REGISTRY.getObject(id)) == null) {
|
||||||
throw new IllegalArgumentException("no entity found by that id");
|
throw new IllegalArgumentException("no entity found by that id");
|
||||||
}
|
}
|
||||||
return entity;
|
return entity;
|
||||||
@@ -41,7 +41,7 @@ public enum EntityClassById implements IDatatypeFor<EntityType> {
|
|||||||
@Override
|
@Override
|
||||||
public Stream<String> tabComplete(IDatatypeContext ctx) throws CommandException {
|
public Stream<String> tabComplete(IDatatypeContext ctx) throws CommandException {
|
||||||
return new TabCompleteHelper()
|
return new TabCompleteHelper()
|
||||||
.append(IRegistry.ENTITY_TYPE.stream().map(Object::toString))
|
.append(EntityList.getEntityNameList().stream().map(Object::toString))
|
||||||
.filterPrefixNamespaced(ctx.getConsumer().getString())
|
.filterPrefixNamespaced(ctx.getConsumer().getString())
|
||||||
.sortAlphabetically()
|
.sortAlphabetically()
|
||||||
.stream();
|
.stream();
|
||||||
|
|||||||
@@ -18,10 +18,9 @@
|
|||||||
package baritone.api.command.datatypes;
|
package baritone.api.command.datatypes;
|
||||||
|
|
||||||
import baritone.api.IBaritone;
|
import baritone.api.IBaritone;
|
||||||
import baritone.api.command.exception.CommandException;
|
|
||||||
import baritone.api.command.helpers.TabCompleteHelper;
|
import baritone.api.command.helpers.TabCompleteHelper;
|
||||||
|
import baritone.api.command.exception.CommandException;
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import net.minecraft.util.text.ITextComponent;
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
@@ -37,14 +36,14 @@ public enum NearbyPlayer implements IDatatypeFor<EntityPlayer> {
|
|||||||
public EntityPlayer get(IDatatypeContext ctx) throws CommandException {
|
public EntityPlayer get(IDatatypeContext ctx) throws CommandException {
|
||||||
final String username = ctx.getConsumer().getString();
|
final String username = ctx.getConsumer().getString();
|
||||||
return getPlayers(ctx).stream()
|
return getPlayers(ctx).stream()
|
||||||
.filter(s -> s.getName().getString().equalsIgnoreCase(username))
|
.filter(s -> s.getName().equalsIgnoreCase(username))
|
||||||
.findFirst().orElse(null);
|
.findFirst().orElse(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Stream<String> tabComplete(IDatatypeContext ctx) throws CommandException {
|
public Stream<String> tabComplete(IDatatypeContext ctx) throws CommandException {
|
||||||
return new TabCompleteHelper()
|
return new TabCompleteHelper()
|
||||||
.append(getPlayers(ctx).stream().map(EntityPlayer::getName).map(ITextComponent::getString))
|
.append(getPlayers(ctx).stream().map(EntityPlayer::getName))
|
||||||
.filterPrefix(ctx.getConsumer().getString())
|
.filterPrefix(ctx.getConsumer().getString())
|
||||||
.sortAlphabetically()
|
.sortAlphabetically()
|
||||||
.stream();
|
.stream();
|
||||||
|
|||||||
@@ -38,38 +38,26 @@ public enum RelativeGoal implements IDatatypePost<Goal, BetterBlockPos> {
|
|||||||
if (origin == null) {
|
if (origin == null) {
|
||||||
origin = BetterBlockPos.ORIGIN;
|
origin = BetterBlockPos.ORIGIN;
|
||||||
}
|
}
|
||||||
|
|
||||||
final IArgConsumer consumer = ctx.getConsumer();
|
final IArgConsumer consumer = ctx.getConsumer();
|
||||||
|
|
||||||
List<IDatatypePostFunction<Double, Double>> coords = new ArrayList<>();
|
GoalBlock goalBlock = consumer.peekDatatypePostOrNull(RelativeGoalBlock.INSTANCE, origin);
|
||||||
final IArgConsumer copy = consumer.copy(); // This is a hack and should be fixed in the future probably
|
if (goalBlock != null) {
|
||||||
for (int i = 0; i < 3; i++) {
|
return goalBlock;
|
||||||
if (copy.peekDatatypeOrNull(RelativeCoordinate.INSTANCE) != null) {
|
|
||||||
coords.add(o -> consumer.getDatatypePost(RelativeCoordinate.INSTANCE, o));
|
|
||||||
copy.get(); // Consume so we actually decrement the remaining arguments
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (coords.size()) {
|
GoalXZ goalXZ = consumer.peekDatatypePostOrNull(RelativeGoalXZ.INSTANCE, origin);
|
||||||
case 0:
|
if (goalXZ != null) {
|
||||||
return new GoalBlock(origin);
|
return goalXZ;
|
||||||
case 1:
|
|
||||||
return new GoalYLevel(
|
|
||||||
MathHelper.floor(coords.get(0).apply((double) origin.y))
|
|
||||||
);
|
|
||||||
case 2:
|
|
||||||
return new GoalXZ(
|
|
||||||
MathHelper.floor(coords.get(0).apply((double) origin.x)),
|
|
||||||
MathHelper.floor(coords.get(1).apply((double) origin.z))
|
|
||||||
);
|
|
||||||
case 3:
|
|
||||||
return new GoalBlock(
|
|
||||||
MathHelper.floor(coords.get(0).apply((double) origin.x)),
|
|
||||||
MathHelper.floor(coords.get(1).apply((double) origin.y)),
|
|
||||||
MathHelper.floor(coords.get(2).apply((double) origin.z))
|
|
||||||
);
|
|
||||||
default:
|
|
||||||
throw new IllegalStateException("Unexpected coords size: " + coords.size());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GoalYLevel goalYLevel = consumer.peekDatatypePostOrNull(RelativeGoalYLevel.INSTANCE, origin);
|
||||||
|
if (goalYLevel != null) {
|
||||||
|
return goalYLevel;
|
||||||
|
}
|
||||||
|
|
||||||
|
// when the user doesn't input anything, default to the origin
|
||||||
|
return new GoalBlock(origin);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public enum RelativeGoalXZ implements IDatatypePost<GoalXZ, BetterBlockPos> {
|
|||||||
final IArgConsumer consumer = ctx.getConsumer();
|
final IArgConsumer consumer = ctx.getConsumer();
|
||||||
return new GoalXZ(
|
return new GoalXZ(
|
||||||
MathHelper.floor(consumer.getDatatypePost(RelativeCoordinate.INSTANCE, (double) origin.x)),
|
MathHelper.floor(consumer.getDatatypePost(RelativeCoordinate.INSTANCE, (double) origin.x)),
|
||||||
MathHelper.floor(consumer.getDatatypePost(RelativeCoordinate.INSTANCE, (double) origin.y))
|
MathHelper.floor(consumer.getDatatypePost(RelativeCoordinate.INSTANCE, (double) origin.z))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -22,4 +22,8 @@ public abstract class CommandErrorMessageException extends CommandException {
|
|||||||
protected CommandErrorMessageException(String reason) {
|
protected CommandErrorMessageException(String reason) {
|
||||||
super(reason);
|
super(reason);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected CommandErrorMessageException(String reason, Throwable cause) {
|
||||||
|
super(reason, cause);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,4 +22,8 @@ public abstract class CommandException extends Exception implements ICommandExce
|
|||||||
protected CommandException(String reason) {
|
protected CommandException(String reason) {
|
||||||
super(reason);
|
super(reason);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected CommandException(String reason, Throwable cause) {
|
||||||
|
super(reason, cause);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,12 +23,21 @@ public abstract class CommandInvalidArgumentException extends CommandErrorMessag
|
|||||||
|
|
||||||
public final ICommandArgument arg;
|
public final ICommandArgument arg;
|
||||||
|
|
||||||
protected CommandInvalidArgumentException(ICommandArgument arg, String reason) {
|
protected CommandInvalidArgumentException(ICommandArgument arg, String message) {
|
||||||
super(String.format(
|
super(formatMessage(arg, message));
|
||||||
"Error at argument #%s: %s",
|
|
||||||
arg.getIndex() == -1 ? "<unknown>" : Integer.toString(arg.getIndex() + 1),
|
|
||||||
reason
|
|
||||||
));
|
|
||||||
this.arg = arg;
|
this.arg = arg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected CommandInvalidArgumentException(ICommandArgument arg, String message, Throwable cause) {
|
||||||
|
super(formatMessage(arg, message), cause);
|
||||||
|
this.arg = arg;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static String formatMessage(ICommandArgument arg, String message) {
|
||||||
|
return String.format(
|
||||||
|
"Error at argument #%s: %s",
|
||||||
|
arg.getIndex() == -1 ? "<unknown>" : Integer.toString(arg.getIndex() + 1),
|
||||||
|
message
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ public class CommandInvalidTypeException extends CommandInvalidArgumentException
|
|||||||
}
|
}
|
||||||
|
|
||||||
public CommandInvalidTypeException(ICommandArgument arg, String expected, Throwable cause) {
|
public CommandInvalidTypeException(ICommandArgument arg, String expected, Throwable cause) {
|
||||||
super(arg, String.format("Expected %s.\nMore details: %s", expected, cause.getMessage()));
|
super(arg, String.format("Expected %s", expected), cause);
|
||||||
}
|
}
|
||||||
|
|
||||||
public CommandInvalidTypeException(ICommandArgument arg, String expected, String got) {
|
public CommandInvalidTypeException(ICommandArgument arg, String expected, String got) {
|
||||||
@@ -34,6 +34,6 @@ public class CommandInvalidTypeException extends CommandInvalidArgumentException
|
|||||||
}
|
}
|
||||||
|
|
||||||
public CommandInvalidTypeException(ICommandArgument arg, String expected, String got, Throwable cause) {
|
public CommandInvalidTypeException(ICommandArgument arg, String expected, String got, Throwable cause) {
|
||||||
super(arg, String.format("Expected %s, but got %s instead.\nMore details: %s", expected, got, cause.getMessage()));
|
super(arg, String.format("Expected %s, but got %s instead", expected, got), cause);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public class CommandUnhandledException extends RuntimeException implements IComm
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void handle(ICommand command, List<ICommandArgument> args) {
|
public void handle(ICommand command, List<ICommandArgument> args) {
|
||||||
HELPER.logDirect("An unhandled exception occurred." +
|
HELPER.logDirect("An unhandled exception occurred. " +
|
||||||
"The error is in your game's log, please report this at https://github.com/cabaletta/baritone/issues",
|
"The error is in your game's log, please report this at https://github.com/cabaletta/baritone/issues",
|
||||||
TextFormatting.RED);
|
TextFormatting.RED);
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ import baritone.api.event.events.type.Overrideable;
|
|||||||
/**
|
/**
|
||||||
* @author LoganDark
|
* @author LoganDark
|
||||||
*/
|
*/
|
||||||
public final class TabCompleteEvent extends Cancellable {
|
public class TabCompleteEvent extends Cancellable {
|
||||||
|
|
||||||
public final String prefix;
|
public final String prefix;
|
||||||
public String[] completions;
|
public String[] completions;
|
||||||
|
|||||||
@@ -19,22 +19,20 @@ package baritone.api.event.events;
|
|||||||
|
|
||||||
import baritone.api.event.events.type.EventState;
|
import baritone.api.event.events.type.EventState;
|
||||||
|
|
||||||
|
import java.util.function.BiFunction;
|
||||||
|
|
||||||
public final class TickEvent {
|
public final class TickEvent {
|
||||||
|
|
||||||
|
private static int overallTickCount;
|
||||||
|
|
||||||
private final EventState state;
|
private final EventState state;
|
||||||
private final Type type;
|
private final Type type;
|
||||||
private final int count;
|
private final int count;
|
||||||
|
|
||||||
private static int overallTickCount;
|
public TickEvent(EventState state, Type type, int count) {
|
||||||
|
|
||||||
public TickEvent(EventState state, Type type) {
|
|
||||||
this.state = state;
|
this.state = state;
|
||||||
this.type = type;
|
this.type = type;
|
||||||
this.count = incrementCount();
|
this.count = count;
|
||||||
}
|
|
||||||
|
|
||||||
private static synchronized int incrementCount() {
|
|
||||||
return overallTickCount++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getCount() {
|
public int getCount() {
|
||||||
@@ -49,6 +47,10 @@ public final class TickEvent {
|
|||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static synchronized BiFunction<EventState, Type, TickEvent> createNextProvider() {
|
||||||
|
final int count = overallTickCount++;
|
||||||
|
return (state, type) -> new TickEvent(state, type, count);
|
||||||
|
}
|
||||||
|
|
||||||
public enum Type {
|
public enum Type {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -18,11 +18,12 @@
|
|||||||
package baritone.api.event.listener;
|
package baritone.api.event.listener;
|
||||||
|
|
||||||
import baritone.api.event.events.*;
|
import baritone.api.event.events.*;
|
||||||
|
import io.netty.util.concurrent.GenericFutureListener;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.entity.EntityPlayerSP;
|
import net.minecraft.client.entity.EntityPlayerSP;
|
||||||
import net.minecraft.client.gui.GuiGameOver;
|
import net.minecraft.client.gui.GuiGameOver;
|
||||||
import net.minecraft.client.gui.GuiScreen;
|
|
||||||
import net.minecraft.client.multiplayer.WorldClient;
|
import net.minecraft.client.multiplayer.WorldClient;
|
||||||
|
import net.minecraft.client.settings.GameSettings;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.network.Packet;
|
import net.minecraft.network.Packet;
|
||||||
|
|
||||||
@@ -44,7 +45,7 @@ public interface IGameEventListener {
|
|||||||
* Run once per game tick from before and after the player rotation is sent to the server.
|
* Run once per game tick from before and after the player rotation is sent to the server.
|
||||||
*
|
*
|
||||||
* @param event The event
|
* @param event The event
|
||||||
* @see EntityPlayerSP#tick()
|
* @see EntityPlayerSP#onUpdate()
|
||||||
*/
|
*/
|
||||||
void onPlayerUpdate(PlayerUpdateEvent event);
|
void onPlayerUpdate(PlayerUpdateEvent event);
|
||||||
|
|
||||||
@@ -67,11 +68,14 @@ public interface IGameEventListener {
|
|||||||
* Runs before and after whenever a chunk is either loaded, unloaded, or populated.
|
* Runs before and after whenever a chunk is either loaded, unloaded, or populated.
|
||||||
*
|
*
|
||||||
* @param event The event
|
* @param event The event
|
||||||
|
* @see WorldClient#doPreChunk(int, int, boolean)
|
||||||
*/
|
*/
|
||||||
void onChunkEvent(ChunkEvent event);
|
void onChunkEvent(ChunkEvent event);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Runs once per world render pass.
|
* Runs once per world render pass. Two passes are made when {@link GameSettings#anaglyph} is on.
|
||||||
|
* <p>
|
||||||
|
* <b>Note:</b> {@link GameSettings#anaglyph} has been removed in Minecraft 1.13
|
||||||
*
|
*
|
||||||
* @param event The event
|
* @param event The event
|
||||||
*/
|
*/
|
||||||
@@ -81,7 +85,7 @@ public interface IGameEventListener {
|
|||||||
* Runs before and after whenever a new world is loaded
|
* Runs before and after whenever a new world is loaded
|
||||||
*
|
*
|
||||||
* @param event The event
|
* @param event The event
|
||||||
* @see Minecraft#loadWorld(WorldClient, GuiScreen)
|
* @see Minecraft#loadWorld(WorldClient, String)
|
||||||
*/
|
*/
|
||||||
void onWorldEvent(WorldEvent event);
|
void onWorldEvent(WorldEvent event);
|
||||||
|
|
||||||
@@ -90,6 +94,7 @@ public interface IGameEventListener {
|
|||||||
*
|
*
|
||||||
* @param event The event
|
* @param event The event
|
||||||
* @see Packet
|
* @see Packet
|
||||||
|
* @see GenericFutureListener
|
||||||
*/
|
*/
|
||||||
void onSendPacket(PacketEvent event);
|
void onSendPacket(PacketEvent event);
|
||||||
|
|
||||||
@@ -98,6 +103,7 @@ public interface IGameEventListener {
|
|||||||
*
|
*
|
||||||
* @param event The event
|
* @param event The event
|
||||||
* @see Packet
|
* @see Packet
|
||||||
|
* @see GenericFutureListener
|
||||||
*/
|
*/
|
||||||
void onReceivePacket(PacketEvent event);
|
void onReceivePacket(PacketEvent event);
|
||||||
|
|
||||||
@@ -111,10 +117,10 @@ public interface IGameEventListener {
|
|||||||
void onPlayerRotationMove(RotationMoveEvent event);
|
void onPlayerRotationMove(RotationMoveEvent event);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called whenever the sprint keybind state is checked in {@link EntityPlayerSP#livingTick}
|
* Called whenever the sprint keybind state is checked in {@link EntityPlayerSP#onLivingUpdate}
|
||||||
*
|
*
|
||||||
* @param event The event
|
* @param event The event
|
||||||
* @see EntityPlayerSP#livingTick()
|
* @see EntityPlayerSP#onLivingUpdate()
|
||||||
*/
|
*/
|
||||||
void onPlayerSprintState(SprintStateEvent event);
|
void onPlayerSprintState(SprintStateEvent event);
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ public interface IBuilderProcess extends IBaritoneProcess {
|
|||||||
boolean build(String name, File schematic, Vec3i origin);
|
boolean build(String name, File schematic, Vec3i origin);
|
||||||
|
|
||||||
default boolean build(String schematicFile, BlockPos origin) {
|
default boolean build(String schematicFile, BlockPos origin) {
|
||||||
File file = new File(new File(Minecraft.getInstance().gameDir, "schematics"), schematicFile);
|
File file = new File(new File(Minecraft.getMinecraft().gameDir, "schematics"), schematicFile);
|
||||||
return build(schematicFile, file, origin);
|
return build(schematicFile, file, origin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -23,6 +23,10 @@ public abstract class AbstractSchematic implements ISchematic {
|
|||||||
protected int y;
|
protected int y;
|
||||||
protected int z;
|
protected int z;
|
||||||
|
|
||||||
|
public AbstractSchematic() {
|
||||||
|
this(0, 0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
public AbstractSchematic(int x, int y, int z) {
|
public AbstractSchematic(int x, int y, int z) {
|
||||||
this.x = x;
|
this.x = x;
|
||||||
this.y = y;
|
this.y = y;
|
||||||
|
|||||||
@@ -32,6 +32,10 @@ public class FillSchematic extends AbstractSchematic {
|
|||||||
this.bom = bom;
|
this.bom = bom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public FillSchematic(int x, int y, int z, IBlockState state) {
|
||||||
|
this(x, y, z, new BlockOptionalMeta(state.getBlock(), state.getBlock().getMetaFromState(state)));
|
||||||
|
}
|
||||||
|
|
||||||
public BlockOptionalMeta getBom() {
|
public BlockOptionalMeta getBom() {
|
||||||
return bom;
|
return bom;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,44 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of Baritone.
|
||||||
|
*
|
||||||
|
* Baritone is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Baritone is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package baritone.api.schematic;
|
||||||
|
|
||||||
|
import baritone.api.command.registry.Registry;
|
||||||
|
import baritone.api.schematic.format.ISchematicFormat;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.util.Optional;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Brady
|
||||||
|
* @since 12/23/2019
|
||||||
|
*/
|
||||||
|
public interface ISchematicSystem {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return The registry of supported schematic formats
|
||||||
|
*/
|
||||||
|
Registry<ISchematicFormat> getRegistry();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Attempts to find an {@link ISchematicFormat} that supports the specified schematic file.
|
||||||
|
*
|
||||||
|
* @param file A schematic file
|
||||||
|
* @return The corresponding format for the file, {@link Optional#empty()} if no candidates were found.
|
||||||
|
*/
|
||||||
|
Optional<ISchematicFormat> getByFile(File file);
|
||||||
|
}
|
||||||
@@ -0,0 +1,60 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of Baritone.
|
||||||
|
*
|
||||||
|
* Baritone is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Baritone is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package baritone.api.schematic;
|
||||||
|
|
||||||
|
import net.minecraft.block.state.IBlockState;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A static schematic is capable of providing the desired state at a given position without
|
||||||
|
* additional context. Schematics of this type are expected to have non-varying contents.
|
||||||
|
*
|
||||||
|
* @see #getDirect(int, int, int)
|
||||||
|
*
|
||||||
|
* @author Brady
|
||||||
|
* @since 12/24/2019
|
||||||
|
*/
|
||||||
|
public interface IStaticSchematic extends ISchematic {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the {@link IBlockState} for a given position in this schematic. It should be guaranteed
|
||||||
|
* that the return value of this method will not change given that the parameters are the same.
|
||||||
|
*
|
||||||
|
* @param x The X block position
|
||||||
|
* @param y The Y block position
|
||||||
|
* @param z The Z block position
|
||||||
|
* @return The desired state at the specified position.
|
||||||
|
*/
|
||||||
|
IBlockState getDirect(int x, int y, int z);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns an {@link IBlockState} array of size {@link #heightY()} which contains all
|
||||||
|
* desired block states in the specified vertical column. The index of {@link IBlockState}s
|
||||||
|
* in the array are equivalent to their Y position in the schematic.
|
||||||
|
*
|
||||||
|
* @param x The X column position
|
||||||
|
* @param z The Z column position
|
||||||
|
* @return An {@link IBlockState} array
|
||||||
|
*/
|
||||||
|
default IBlockState[] getColumn(int x, int z) {
|
||||||
|
IBlockState[] column = new IBlockState[this.heightY()];
|
||||||
|
for (int i = 0; i < this.heightY(); i++) {
|
||||||
|
column[i] = getDirect(x, i, z);
|
||||||
|
}
|
||||||
|
return column;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,45 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of Baritone.
|
||||||
|
*
|
||||||
|
* Baritone is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Baritone is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package baritone.api.schematic.format;
|
||||||
|
|
||||||
|
import baritone.api.schematic.ISchematic;
|
||||||
|
import baritone.api.schematic.IStaticSchematic;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.io.InputStream;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The base of a {@link ISchematic} file format
|
||||||
|
*
|
||||||
|
* @author Brady
|
||||||
|
* @since 12/23/2019
|
||||||
|
*/
|
||||||
|
public interface ISchematicFormat {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return The parser for creating schematics of this format
|
||||||
|
*/
|
||||||
|
IStaticSchematic parse(InputStream input) throws IOException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param file The file to check against
|
||||||
|
* @return Whether or not the specified file matches this schematic format
|
||||||
|
*/
|
||||||
|
boolean isFileType(File file);
|
||||||
|
}
|
||||||
@@ -20,37 +20,45 @@ package baritone.api.utils;
|
|||||||
import baritone.api.utils.accessor.IItemStack;
|
import baritone.api.utils.accessor.IItemStack;
|
||||||
import com.google.common.collect.ImmutableSet;
|
import com.google.common.collect.ImmutableSet;
|
||||||
import net.minecraft.block.*;
|
import net.minecraft.block.*;
|
||||||
|
import net.minecraft.block.properties.IProperty;
|
||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
import net.minecraft.state.IProperty;
|
|
||||||
import net.minecraft.state.properties.*;
|
|
||||||
import net.minecraft.util.EnumFacing;
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
import net.minecraft.util.registry.IRegistry;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
|
import javax.annotation.Nullable;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
import java.util.regex.MatchResult;
|
import java.util.regex.MatchResult;
|
||||||
import java.util.regex.Matcher;
|
import java.util.regex.Matcher;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
public final class BlockOptionalMeta {
|
public final class BlockOptionalMeta {
|
||||||
|
|
||||||
private final Block block;
|
private final Block block;
|
||||||
|
private final int meta;
|
||||||
|
private final boolean noMeta;
|
||||||
private final Set<IBlockState> blockstates;
|
private final Set<IBlockState> blockstates;
|
||||||
private final ImmutableSet<Integer> stateHashes;
|
private final ImmutableSet<Integer> stateHashes;
|
||||||
private final ImmutableSet<Integer> stackHashes;
|
private final ImmutableSet<Integer> stackHashes;
|
||||||
private static final Pattern pattern = Pattern.compile("^(.+?)(?::(\\d+))?$");
|
private static final Pattern pattern = Pattern.compile("^(.+?)(?::(\\d+))?$");
|
||||||
private static final Map<Object, Object> normalizations;
|
private static final Map<Object, Object> normalizations;
|
||||||
|
|
||||||
public BlockOptionalMeta(@Nonnull Block block) {
|
public BlockOptionalMeta(@Nonnull Block block, @Nullable Integer meta) {
|
||||||
this.block = block;
|
this.block = block;
|
||||||
this.blockstates = getStates(block);
|
this.noMeta = meta == null;
|
||||||
|
this.meta = noMeta ? 0 : meta;
|
||||||
|
this.blockstates = getStates(block, meta);
|
||||||
this.stateHashes = getStateHashes(blockstates);
|
this.stateHashes = getStateHashes(blockstates);
|
||||||
this.stackHashes = getStackHashes(blockstates);
|
this.stackHashes = getStackHashes(blockstates);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public BlockOptionalMeta(@Nonnull Block block) {
|
||||||
|
this(block, null);
|
||||||
|
}
|
||||||
|
|
||||||
public BlockOptionalMeta(@Nonnull String selector) {
|
public BlockOptionalMeta(@Nonnull String selector) {
|
||||||
Matcher matcher = pattern.matcher(selector);
|
Matcher matcher = pattern.matcher(selector);
|
||||||
|
|
||||||
@@ -59,15 +67,17 @@ public final class BlockOptionalMeta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
MatchResult matchResult = matcher.toMatchResult();
|
MatchResult matchResult = matcher.toMatchResult();
|
||||||
|
noMeta = matchResult.group(2) == null;
|
||||||
|
|
||||||
ResourceLocation id = new ResourceLocation(matchResult.group(1));
|
ResourceLocation id = new ResourceLocation(matchResult.group(1));
|
||||||
|
|
||||||
if (!IRegistry.BLOCK.containsKey(id)) {
|
if (!Block.REGISTRY.containsKey(id)) {
|
||||||
throw new IllegalArgumentException("Invalid block ID");
|
throw new IllegalArgumentException("Invalid block ID");
|
||||||
}
|
}
|
||||||
|
|
||||||
block = IRegistry.BLOCK.get(id);
|
block = Block.REGISTRY.getObject(id);
|
||||||
blockstates = getStates(block);
|
meta = noMeta ? 0 : Integer.parseInt(matchResult.group(2));
|
||||||
|
blockstates = getStates(block, getMeta());
|
||||||
stateHashes = getStateHashes(blockstates);
|
stateHashes = getStateHashes(blockstates);
|
||||||
stackHashes = getStackHashes(blockstates);
|
stackHashes = getStackHashes(blockstates);
|
||||||
}
|
}
|
||||||
@@ -77,14 +87,17 @@ public final class BlockOptionalMeta {
|
|||||||
Consumer<Enum> put = instance -> _normalizations.put(instance.getClass(), instance);
|
Consumer<Enum> put = instance -> _normalizations.put(instance.getClass(), instance);
|
||||||
put.accept(EnumFacing.NORTH);
|
put.accept(EnumFacing.NORTH);
|
||||||
put.accept(EnumFacing.Axis.Y);
|
put.accept(EnumFacing.Axis.Y);
|
||||||
put.accept(Half.BOTTOM);
|
put.accept(BlockLog.EnumAxis.Y);
|
||||||
put.accept(StairsShape.STRAIGHT);
|
put.accept(BlockStairs.EnumHalf.BOTTOM);
|
||||||
put.accept(AttachFace.FLOOR);
|
put.accept(BlockStairs.EnumShape.STRAIGHT);
|
||||||
put.accept(DoubleBlockHalf.UPPER);
|
put.accept(BlockLever.EnumOrientation.DOWN_X);
|
||||||
put.accept(SlabType.BOTTOM);
|
put.accept(BlockDoublePlant.EnumBlockHalf.LOWER);
|
||||||
put.accept(DoorHingeSide.LEFT);
|
put.accept(BlockSlab.EnumBlockHalf.BOTTOM);
|
||||||
put.accept(BedPart.HEAD);
|
put.accept(BlockDoor.EnumDoorHalf.LOWER);
|
||||||
put.accept(RailShape.NORTH_SOUTH);
|
put.accept(BlockDoor.EnumHingePosition.LEFT);
|
||||||
|
put.accept(BlockBed.EnumPartType.HEAD);
|
||||||
|
put.accept(BlockRailBase.EnumRailDirection.NORTH_SOUTH);
|
||||||
|
put.accept(BlockTrapDoor.DoorHalf.BOTTOM);
|
||||||
_normalizations.put(BlockBanner.ROTATION, 0);
|
_normalizations.put(BlockBanner.ROTATION, 0);
|
||||||
_normalizations.put(BlockBed.OCCUPIED, false);
|
_normalizations.put(BlockBed.OCCUPIED, false);
|
||||||
_normalizations.put(BlockBrewingStand.HAS_BOTTLE[0], false);
|
_normalizations.put(BlockBrewingStand.HAS_BOTTLE[0], false);
|
||||||
@@ -102,7 +115,7 @@ public final class BlockOptionalMeta {
|
|||||||
_normalizations.put(BlockChorusPlant.DOWN, false);
|
_normalizations.put(BlockChorusPlant.DOWN, false);
|
||||||
// _normalizations.put(BlockCocoa.AGE, 0);
|
// _normalizations.put(BlockCocoa.AGE, 0);
|
||||||
// _normalizations.put(BlockCrops.AGE, 0);
|
// _normalizations.put(BlockCrops.AGE, 0);
|
||||||
_normalizations.put(BlockDirtSnowy.SNOWY, false);
|
_normalizations.put(BlockDirt.SNOWY, false);
|
||||||
_normalizations.put(BlockDoor.OPEN, false);
|
_normalizations.put(BlockDoor.OPEN, false);
|
||||||
_normalizations.put(BlockDoor.POWERED, false);
|
_normalizations.put(BlockDoor.POWERED, false);
|
||||||
// _normalizations.put(BlockFarmland.MOISTURE, 0);
|
// _normalizations.put(BlockFarmland.MOISTURE, 0);
|
||||||
@@ -117,7 +130,7 @@ public final class BlockOptionalMeta {
|
|||||||
_normalizations.put(BlockFire.EAST, false);
|
_normalizations.put(BlockFire.EAST, false);
|
||||||
_normalizations.put(BlockFire.SOUTH, false);
|
_normalizations.put(BlockFire.SOUTH, false);
|
||||||
_normalizations.put(BlockFire.WEST, false);
|
_normalizations.put(BlockFire.WEST, false);
|
||||||
_normalizations.put(BlockFire.UP, false);
|
_normalizations.put(BlockFire.UPPER, false);
|
||||||
// _normalizations.put(BlockFrostedIce.AGE, 0);
|
// _normalizations.put(BlockFrostedIce.AGE, 0);
|
||||||
_normalizations.put(BlockGrass.SNOWY, false);
|
_normalizations.put(BlockGrass.SNOWY, false);
|
||||||
// _normalizations.put(BlockHopper.ENABLED, true);
|
// _normalizations.put(BlockHopper.ENABLED, true);
|
||||||
@@ -125,7 +138,7 @@ public final class BlockOptionalMeta {
|
|||||||
// _normalizations.put(BlockLiquid.LEVEL, 0);
|
// _normalizations.put(BlockLiquid.LEVEL, 0);
|
||||||
// _normalizations.put(BlockMycelium.SNOWY, false);
|
// _normalizations.put(BlockMycelium.SNOWY, false);
|
||||||
// _normalizations.put(BlockNetherWart.AGE, false);
|
// _normalizations.put(BlockNetherWart.AGE, false);
|
||||||
_normalizations.put(BlockLeaves.DISTANCE, false);
|
_normalizations.put(BlockLeaves.CHECK_DECAY, false);
|
||||||
// _normalizations.put(BlockLeaves.DECAYABLE, false);
|
// _normalizations.put(BlockLeaves.DECAYABLE, false);
|
||||||
// _normalizations.put(BlockObserver.POWERED, false);
|
// _normalizations.put(BlockObserver.POWERED, false);
|
||||||
_normalizations.put(BlockPane.NORTH, false);
|
_normalizations.put(BlockPane.NORTH, false);
|
||||||
@@ -135,6 +148,8 @@ public final class BlockOptionalMeta {
|
|||||||
// _normalizations.put(BlockPistonBase.EXTENDED, false);
|
// _normalizations.put(BlockPistonBase.EXTENDED, false);
|
||||||
// _normalizations.put(BlockPressurePlate.POWERED, false);
|
// _normalizations.put(BlockPressurePlate.POWERED, false);
|
||||||
// _normalizations.put(BlockPressurePlateWeighted.POWER, false);
|
// _normalizations.put(BlockPressurePlateWeighted.POWER, false);
|
||||||
|
_normalizations.put(BlockQuartz.EnumType.LINES_X, BlockQuartz.EnumType.LINES_Y);
|
||||||
|
_normalizations.put(BlockQuartz.EnumType.LINES_Z, BlockQuartz.EnumType.LINES_Y);
|
||||||
// _normalizations.put(BlockRailDetector.POWERED, false);
|
// _normalizations.put(BlockRailDetector.POWERED, false);
|
||||||
// _normalizations.put(BlockRailPowered.POWERED, false);
|
// _normalizations.put(BlockRailPowered.POWERED, false);
|
||||||
_normalizations.put(BlockRedstoneWire.NORTH, false);
|
_normalizations.put(BlockRedstoneWire.NORTH, false);
|
||||||
@@ -143,6 +158,7 @@ public final class BlockOptionalMeta {
|
|||||||
_normalizations.put(BlockRedstoneWire.WEST, false);
|
_normalizations.put(BlockRedstoneWire.WEST, false);
|
||||||
// _normalizations.put(BlockReed.AGE, false);
|
// _normalizations.put(BlockReed.AGE, false);
|
||||||
_normalizations.put(BlockSapling.STAGE, 0);
|
_normalizations.put(BlockSapling.STAGE, 0);
|
||||||
|
_normalizations.put(BlockSkull.NODROP, false);
|
||||||
_normalizations.put(BlockStandingSign.ROTATION, 0);
|
_normalizations.put(BlockStandingSign.ROTATION, 0);
|
||||||
_normalizations.put(BlockStem.AGE, 0);
|
_normalizations.put(BlockStem.AGE, 0);
|
||||||
_normalizations.put(BlockTripWire.NORTH, false);
|
_normalizations.put(BlockTripWire.NORTH, false);
|
||||||
@@ -162,38 +178,49 @@ public final class BlockOptionalMeta {
|
|||||||
normalizations = Collections.unmodifiableMap(_normalizations);
|
normalizations = Collections.unmodifiableMap(_normalizations);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static <C extends Comparable<C>, P extends IProperty<C>> P castToIProperty(Object value) {
|
public static <C extends Comparable<C>, P extends IProperty<C>> P castToIProperty(Object value) {
|
||||||
//noinspection unchecked
|
//noinspection unchecked
|
||||||
return (P) value;
|
return (P) value;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static <C extends Comparable<C>, P extends IProperty<C>> C castToIPropertyValue(P iproperty, Object value) {
|
public static <C extends Comparable<C>, P extends IProperty<C>> C castToIPropertyValue(P iproperty, Object value) {
|
||||||
//noinspection unchecked
|
//noinspection unchecked
|
||||||
return (C) value;
|
return (C) value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Normalizes the specified blockstate by setting meta-affecting properties which
|
||||||
|
* are not being targeted by the meta parameter to their default values.
|
||||||
|
* <p>
|
||||||
|
* For example, block variant/color is the primary target for the meta value, so properties
|
||||||
|
* such as rotation/facing direction will be set to default values in order to nullify
|
||||||
|
* the effect that they have on the state's meta value.
|
||||||
|
*
|
||||||
|
* @param state The state to normalize
|
||||||
|
* @return The normalized block state
|
||||||
|
*/
|
||||||
public static IBlockState normalize(IBlockState state) {
|
public static IBlockState normalize(IBlockState state) {
|
||||||
IBlockState newState = state;
|
IBlockState newState = state;
|
||||||
|
|
||||||
for (IProperty<?> property : state.getProperties()) {
|
for (IProperty<?> property : state.getProperties().keySet()) {
|
||||||
Class<?> valueClass = property.getValueClass();
|
Class<?> valueClass = property.getValueClass();
|
||||||
if (normalizations.containsKey(property)) {
|
if (normalizations.containsKey(property)) {
|
||||||
try {
|
try {
|
||||||
newState = newState.with(
|
newState = newState.withProperty(
|
||||||
castToIProperty(property),
|
castToIProperty(property),
|
||||||
castToIPropertyValue(property, normalizations.get(property))
|
castToIPropertyValue(property, normalizations.get(property))
|
||||||
);
|
);
|
||||||
} catch (IllegalArgumentException ignored) {}
|
} catch (IllegalArgumentException ignored) {}
|
||||||
} else if (normalizations.containsKey(state.get(property))) {
|
} else if (normalizations.containsKey(state.getValue(property))) {
|
||||||
try {
|
try {
|
||||||
newState = newState.with(
|
newState = newState.withProperty(
|
||||||
castToIProperty(property),
|
castToIProperty(property),
|
||||||
castToIPropertyValue(property, normalizations.get(state.get(property)))
|
castToIPropertyValue(property, normalizations.get(state.getValue(property)))
|
||||||
);
|
);
|
||||||
} catch (IllegalArgumentException ignored) {}
|
} catch (IllegalArgumentException ignored) {}
|
||||||
} else if (normalizations.containsKey(valueClass)) {
|
} else if (normalizations.containsKey(valueClass)) {
|
||||||
try {
|
try {
|
||||||
newState = newState.with(
|
newState = newState.withProperty(
|
||||||
castToIProperty(property),
|
castToIProperty(property),
|
||||||
castToIPropertyValue(property, normalizations.get(valueClass))
|
castToIPropertyValue(property, normalizations.get(valueClass))
|
||||||
);
|
);
|
||||||
@@ -204,12 +231,23 @@ public final class BlockOptionalMeta {
|
|||||||
return newState;
|
return newState;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Evaluate the target meta value for the specified state. The target meta value is
|
||||||
|
* most often that which is influenced by the variant/color property of the block state.
|
||||||
|
*
|
||||||
|
* @see #normalize(IBlockState)
|
||||||
|
*
|
||||||
|
* @param state The state to check
|
||||||
|
* @return The target meta of the state
|
||||||
|
*/
|
||||||
public static int stateMeta(IBlockState state) {
|
public static int stateMeta(IBlockState state) {
|
||||||
return state.hashCode();
|
return state.getBlock().getMetaFromState(normalize(state));
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Set<IBlockState> getStates(@Nonnull Block block) {
|
private static Set<IBlockState> getStates(@Nonnull Block block, @Nullable Integer meta) {
|
||||||
return new HashSet<>(block.getStateContainer().getValidStates());
|
return block.getBlockState().getValidStates().stream()
|
||||||
|
.filter(blockstate -> meta == null || stateMeta(blockstate) == meta)
|
||||||
|
.collect(Collectors.toSet());
|
||||||
}
|
}
|
||||||
|
|
||||||
private static ImmutableSet<Integer> getStateHashes(Set<IBlockState> blockstates) {
|
private static ImmutableSet<Integer> getStateHashes(Set<IBlockState> blockstates) {
|
||||||
@@ -225,8 +263,8 @@ public final class BlockOptionalMeta {
|
|||||||
return ImmutableSet.copyOf(
|
return ImmutableSet.copyOf(
|
||||||
blockstates.stream()
|
blockstates.stream()
|
||||||
.map(state -> new ItemStack(
|
.map(state -> new ItemStack(
|
||||||
state.getBlock().getItemDropped(state, null, null, 0).asItem(),
|
state.getBlock().getItemDropped(state, new Random(), 0),
|
||||||
1
|
state.getBlock().damageDropped(state)
|
||||||
))
|
))
|
||||||
.map(stack -> ((IItemStack) (Object) stack).getBaritoneHash())
|
.map(stack -> ((IItemStack) (Object) stack).getBaritoneHash())
|
||||||
.toArray(Integer[]::new)
|
.toArray(Integer[]::new)
|
||||||
@@ -237,6 +275,10 @@ public final class BlockOptionalMeta {
|
|||||||
return block;
|
return block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Integer getMeta() {
|
||||||
|
return noMeta ? null : meta;
|
||||||
|
}
|
||||||
|
|
||||||
public boolean matches(@Nonnull Block block) {
|
public boolean matches(@Nonnull Block block) {
|
||||||
return block == this.block;
|
return block == this.block;
|
||||||
}
|
}
|
||||||
@@ -250,14 +292,21 @@ public final class BlockOptionalMeta {
|
|||||||
//noinspection ConstantConditions
|
//noinspection ConstantConditions
|
||||||
int hash = ((IItemStack) (Object) stack).getBaritoneHash();
|
int hash = ((IItemStack) (Object) stack).getBaritoneHash();
|
||||||
|
|
||||||
hash -= stack.getDamage();
|
if (noMeta) {
|
||||||
|
hash -= stack.getItemDamage();
|
||||||
|
}
|
||||||
|
|
||||||
return stackHashes.contains(hash);
|
return stackHashes.contains(hash);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return String.format("BlockOptionalMeta{block=%s}", block);
|
return String.format("BlockOptionalMeta{block=%s,meta=%s}", block, getMeta());
|
||||||
|
}
|
||||||
|
|
||||||
|
public static IBlockState blockStateFromStack(ItemStack stack) {
|
||||||
|
//noinspection deprecation
|
||||||
|
return Block.getBlockFromItem(stack.getItem()).getStateFromMeta(stack.getMetadata());
|
||||||
}
|
}
|
||||||
|
|
||||||
public IBlockState getAnyBlockState() {
|
public IBlockState getAnyBlockState() {
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ package baritone.api.utils;
|
|||||||
|
|
||||||
import net.minecraft.block.Block;
|
import net.minecraft.block.Block;
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
import net.minecraft.util.registry.IRegistry;
|
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
@@ -29,7 +28,7 @@ public class BlockUtils {
|
|||||||
private static transient Map<String, Block> resourceCache = new HashMap<>();
|
private static transient Map<String, Block> resourceCache = new HashMap<>();
|
||||||
|
|
||||||
public static String blockToString(Block block) {
|
public static String blockToString(Block block) {
|
||||||
ResourceLocation loc = IRegistry.BLOCK.getKey(block);
|
ResourceLocation loc = Block.REGISTRY.getNameForObject(block);
|
||||||
String name = loc.getPath(); // normally, only write the part after the minecraft:
|
String name = loc.getPath(); // normally, only write the part after the minecraft:
|
||||||
if (!loc.getNamespace().equals("minecraft")) {
|
if (!loc.getNamespace().equals("minecraft")) {
|
||||||
// Baritone is running on top of forge with mods installed, perhaps?
|
// Baritone is running on top of forge with mods installed, perhaps?
|
||||||
@@ -57,7 +56,7 @@ public class BlockUtils {
|
|||||||
if (resourceCache.containsKey(name)) {
|
if (resourceCache.containsKey(name)) {
|
||||||
return null; // cached as null
|
return null; // cached as null
|
||||||
}
|
}
|
||||||
block = IRegistry.BLOCK.get(ResourceLocation.tryCreate(name.contains(":") ? name : "minecraft:" + name));
|
block = Block.getBlockFromName(name.contains(":") ? name : "minecraft:" + name);
|
||||||
Map<String, Block> copy = new HashMap<>(resourceCache); // read only copy is safe, wont throw concurrentmodification
|
Map<String, Block> copy = new HashMap<>(resourceCache); // read only copy is safe, wont throw concurrentmodification
|
||||||
copy.put(name, block);
|
copy.put(name, block);
|
||||||
resourceCache = copy;
|
resourceCache = copy;
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ public interface Helper {
|
|||||||
/**
|
/**
|
||||||
* Instance of the game
|
* Instance of the game
|
||||||
*/
|
*/
|
||||||
Minecraft mc = Minecraft.getInstance();
|
Minecraft mc = Minecraft.getMinecraft();
|
||||||
|
|
||||||
static ITextComponent getPrefix() {
|
static ITextComponent getPrefix() {
|
||||||
// Inner text component
|
// Inner text component
|
||||||
@@ -84,7 +84,7 @@ public interface Helper {
|
|||||||
component.appendSibling(getPrefix());
|
component.appendSibling(getPrefix());
|
||||||
component.appendSibling(new TextComponentString(" "));
|
component.appendSibling(new TextComponentString(" "));
|
||||||
Arrays.asList(components).forEach(component::appendSibling);
|
Arrays.asList(components).forEach(component::appendSibling);
|
||||||
mc.addScheduledTask(() -> BaritoneAPI.getSettings().logger.value.accept(component));
|
Minecraft.getMinecraft().addScheduledTask(() -> BaritoneAPI.getSettings().logger.value.accept(component));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ public interface IPlayerContext {
|
|||||||
*/
|
*/
|
||||||
default Optional<BlockPos> getSelectedBlock() {
|
default Optional<BlockPos> getSelectedBlock() {
|
||||||
RayTraceResult result = objectMouseOver();
|
RayTraceResult result = objectMouseOver();
|
||||||
if (result != null && result.type == RayTraceResult.Type.BLOCK) {
|
if (result != null && result.typeOfHit == RayTraceResult.Type.BLOCK) {
|
||||||
return Optional.of(result.getBlockPos());
|
return Optional.of(result.getBlockPos());
|
||||||
}
|
}
|
||||||
return Optional.empty();
|
return Optional.empty();
|
||||||
@@ -101,8 +101,8 @@ public interface IPlayerContext {
|
|||||||
*/
|
*/
|
||||||
default Optional<Entity> getSelectedEntity() {
|
default Optional<Entity> getSelectedEntity() {
|
||||||
RayTraceResult result = objectMouseOver();
|
RayTraceResult result = objectMouseOver();
|
||||||
if (result != null && result.type == RayTraceResult.Type.ENTITY) {
|
if (result != null && result.typeOfHit == RayTraceResult.Type.ENTITY) {
|
||||||
return Optional.of(result.entity);
|
return Optional.of(result.entityHit);
|
||||||
}
|
}
|
||||||
return Optional.empty();
|
return Optional.empty();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
package baritone.api.utils;
|
package baritone.api.utils;
|
||||||
|
|
||||||
|
import baritone.api.BaritoneAPI;
|
||||||
import net.minecraft.client.entity.EntityPlayerSP;
|
import net.minecraft.client.entity.EntityPlayerSP;
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import net.minecraft.inventory.ClickType;
|
import net.minecraft.inventory.ClickType;
|
||||||
@@ -56,6 +57,6 @@ public interface IPlayerController {
|
|||||||
void setHittingBlock(boolean hittingBlock);
|
void setHittingBlock(boolean hittingBlock);
|
||||||
|
|
||||||
default double getBlockReachDistance() {
|
default double getBlockReachDistance() {
|
||||||
return this.getGameType().isCreative() ? 5.0F : 4.5F;
|
return this.getGameType().isCreative() ? 5.0F : BaritoneAPI.getSettings().blockReachDistance.value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
package baritone.api.utils;
|
package baritone.api.utils;
|
||||||
|
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.util.math.RayTraceFluidMode;
|
|
||||||
import net.minecraft.util.math.RayTraceResult;
|
import net.minecraft.util.math.RayTraceResult;
|
||||||
import net.minecraft.util.math.Vec3d;
|
import net.minecraft.util.math.Vec3d;
|
||||||
|
|
||||||
@@ -41,13 +40,13 @@ public final class RayTraceUtils {
|
|||||||
* @return The calculated raytrace result
|
* @return The calculated raytrace result
|
||||||
*/
|
*/
|
||||||
public static RayTraceResult rayTraceTowards(Entity entity, Rotation rotation, double blockReachDistance) {
|
public static RayTraceResult rayTraceTowards(Entity entity, Rotation rotation, double blockReachDistance) {
|
||||||
Vec3d start = entity.getEyePosition(1.0F);
|
Vec3d start = entity.getPositionEyes(1.0F);
|
||||||
Vec3d direction = RotationUtils.calcVec3dFromRotation(rotation);
|
Vec3d direction = RotationUtils.calcVec3dFromRotation(rotation);
|
||||||
Vec3d end = start.add(
|
Vec3d end = start.add(
|
||||||
direction.x * blockReachDistance,
|
direction.x * blockReachDistance,
|
||||||
direction.y * blockReachDistance,
|
direction.y * blockReachDistance,
|
||||||
direction.z * blockReachDistance
|
direction.z * blockReachDistance
|
||||||
);
|
);
|
||||||
return entity.world.rayTraceBlocks(start, end, RayTraceFluidMode.NEVER, false, true);
|
return entity.world.rayTraceBlocks(start, end, false, false, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,9 +36,6 @@ public class Rotation {
|
|||||||
public Rotation(float yaw, float pitch) {
|
public Rotation(float yaw, float pitch) {
|
||||||
this.yaw = yaw;
|
this.yaw = yaw;
|
||||||
this.pitch = pitch;
|
this.pitch = pitch;
|
||||||
if (Float.isInfinite(yaw) || Float.isNaN(yaw) || Float.isInfinite(pitch) || Float.isNaN(pitch)) {
|
|
||||||
throw new IllegalStateException(yaw + " " + pitch);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -23,13 +23,7 @@ import net.minecraft.block.BlockFire;
|
|||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.client.entity.EntityPlayerSP;
|
import net.minecraft.client.entity.EntityPlayerSP;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.util.EnumFacing;
|
import net.minecraft.util.math.*;
|
||||||
import net.minecraft.util.math.BlockPos;
|
|
||||||
import net.minecraft.util.math.MathHelper;
|
|
||||||
import net.minecraft.util.math.RayTraceResult;
|
|
||||||
import net.minecraft.util.math.Vec3d;
|
|
||||||
import net.minecraft.util.math.shapes.VoxelShape;
|
|
||||||
import net.minecraft.util.math.shapes.VoxelShapes;
|
|
||||||
|
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
|
|
||||||
@@ -180,14 +174,11 @@ public final class RotationUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
IBlockState state = entity.world.getBlockState(pos);
|
IBlockState state = entity.world.getBlockState(pos);
|
||||||
VoxelShape shape = state.getShape(entity.world, pos);
|
AxisAlignedBB aabb = state.getBoundingBox(entity.world, pos);
|
||||||
if (shape.isEmpty()) {
|
|
||||||
shape = VoxelShapes.fullCube();
|
|
||||||
}
|
|
||||||
for (Vec3d sideOffset : BLOCK_SIDE_MULTIPLIERS) {
|
for (Vec3d sideOffset : BLOCK_SIDE_MULTIPLIERS) {
|
||||||
double xDiff = shape.getStart(EnumFacing.Axis.X) * sideOffset.x + shape.getEnd(EnumFacing.Axis.X) * (1 - sideOffset.x);
|
double xDiff = aabb.minX * sideOffset.x + aabb.maxX * (1 - sideOffset.x);
|
||||||
double yDiff = shape.getStart(EnumFacing.Axis.Y) * sideOffset.y + shape.getEnd(EnumFacing.Axis.Y) * (1 - sideOffset.y);
|
double yDiff = aabb.minY * sideOffset.y + aabb.maxY * (1 - sideOffset.y);
|
||||||
double zDiff = shape.getStart(EnumFacing.Axis.Z) * sideOffset.z + shape.getEnd(EnumFacing.Axis.Z) * (1 - sideOffset.z);
|
double zDiff = aabb.minZ * sideOffset.z + aabb.maxZ * (1 - sideOffset.z);
|
||||||
possibleRotation = reachableOffset(entity, pos, new Vec3d(pos).add(xDiff, yDiff, zDiff), blockReachDistance);
|
possibleRotation = reachableOffset(entity, pos, new Vec3d(pos).add(xDiff, yDiff, zDiff), blockReachDistance);
|
||||||
if (possibleRotation.isPresent()) {
|
if (possibleRotation.isPresent()) {
|
||||||
return possibleRotation;
|
return possibleRotation;
|
||||||
@@ -208,10 +199,10 @@ public final class RotationUtils {
|
|||||||
* @return The optional rotation
|
* @return The optional rotation
|
||||||
*/
|
*/
|
||||||
public static Optional<Rotation> reachableOffset(Entity entity, BlockPos pos, Vec3d offsetPos, double blockReachDistance) {
|
public static Optional<Rotation> reachableOffset(Entity entity, BlockPos pos, Vec3d offsetPos, double blockReachDistance) {
|
||||||
Rotation rotation = calcRotationFromVec3d(entity.getEyePosition(1.0F), offsetPos, new Rotation(entity.rotationYaw, entity.rotationPitch));
|
Rotation rotation = calcRotationFromVec3d(entity.getPositionEyes(1.0F), offsetPos, new Rotation(entity.rotationYaw, entity.rotationPitch));
|
||||||
RayTraceResult result = RayTraceUtils.rayTraceTowards(entity, rotation, blockReachDistance);
|
RayTraceResult result = RayTraceUtils.rayTraceTowards(entity, rotation, blockReachDistance);
|
||||||
//System.out.println(result);
|
//System.out.println(result);
|
||||||
if (result != null && result.type == RayTraceResult.Type.BLOCK) {
|
if (result != null && result.typeOfHit == RayTraceResult.Type.BLOCK) {
|
||||||
if (result.getBlockPos().equals(pos)) {
|
if (result.getBlockPos().equals(pos)) {
|
||||||
return Optional.of(rotation);
|
return Optional.of(rotation);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,12 +20,9 @@ package baritone.api.utils;
|
|||||||
import baritone.api.BaritoneAPI;
|
import baritone.api.BaritoneAPI;
|
||||||
import baritone.api.Settings;
|
import baritone.api.Settings;
|
||||||
import net.minecraft.block.Block;
|
import net.minecraft.block.Block;
|
||||||
import net.minecraft.client.Minecraft;
|
|
||||||
import net.minecraft.item.Item;
|
import net.minecraft.item.Item;
|
||||||
import net.minecraft.util.EnumFacing;
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.ResourceLocation;
|
|
||||||
import net.minecraft.util.math.Vec3i;
|
import net.minecraft.util.math.Vec3i;
|
||||||
import net.minecraft.util.registry.IRegistry;
|
|
||||||
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
@@ -46,13 +43,13 @@ import java.util.regex.Pattern;
|
|||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
|
import static net.minecraft.client.Minecraft.getMinecraft;
|
||||||
|
|
||||||
public class SettingsUtil {
|
public class SettingsUtil {
|
||||||
|
|
||||||
private static final Path SETTINGS_PATH = Minecraft.getInstance().gameDir.toPath().resolve("baritone").resolve("settings.txt");
|
private static final Path SETTINGS_PATH = getMinecraft().gameDir.toPath().resolve("baritone").resolve("settings.txt");
|
||||||
private static final Pattern SETTING_PATTERN = Pattern.compile("^(?<setting>[^ ]+) +(?<value>.+)"); // key and value split by the first space
|
private static final Pattern SETTING_PATTERN = Pattern.compile("^(?<setting>[^ ]+) +(?<value>.+)"); // key and value split by the first space
|
||||||
|
|
||||||
|
|
||||||
private static boolean isComment(String line) {
|
private static boolean isComment(String line) {
|
||||||
return line.startsWith("#") || line.startsWith("//");
|
return line.startsWith("#") || line.startsWith("//");
|
||||||
}
|
}
|
||||||
@@ -236,14 +233,15 @@ public class SettingsUtil {
|
|||||||
),
|
),
|
||||||
ITEM(
|
ITEM(
|
||||||
Item.class,
|
Item.class,
|
||||||
str -> IRegistry.ITEM.get(new ResourceLocation(str.trim())),
|
str -> Item.getByNameOrId(str.trim()),
|
||||||
item -> IRegistry.ITEM.getKey(item).toString()
|
item -> Item.REGISTRY.getNameForObject(item).toString()
|
||||||
),
|
),
|
||||||
LIST() {
|
LIST() {
|
||||||
@Override
|
@Override
|
||||||
public Object parse(ParserContext context, String raw) {
|
public Object parse(ParserContext context, String raw) {
|
||||||
Type type = ((ParameterizedType) context.getSetting().getType()).getActualTypeArguments()[0];
|
Type type = ((ParameterizedType) context.getSetting().getType()).getActualTypeArguments()[0];
|
||||||
Parser parser = Parser.getParser(type);
|
Parser parser = Parser.getParser(type);
|
||||||
|
|
||||||
return Stream.of(raw.split(","))
|
return Stream.of(raw.split(","))
|
||||||
.map(s -> parser.parse(context, s))
|
.map(s -> parser.parse(context, s))
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
|
|||||||
@@ -20,10 +20,9 @@ package baritone.api.utils;
|
|||||||
import net.minecraft.block.BlockFire;
|
import net.minecraft.block.BlockFire;
|
||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.util.EnumFacing;
|
import net.minecraft.util.math.AxisAlignedBB;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.Vec3d;
|
import net.minecraft.util.math.Vec3d;
|
||||||
import net.minecraft.util.math.shapes.VoxelShape;
|
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -44,16 +43,10 @@ public final class VecUtils {
|
|||||||
*/
|
*/
|
||||||
public static Vec3d calculateBlockCenter(World world, BlockPos pos) {
|
public static Vec3d calculateBlockCenter(World world, BlockPos pos) {
|
||||||
IBlockState b = world.getBlockState(pos);
|
IBlockState b = world.getBlockState(pos);
|
||||||
VoxelShape shape = b.getCollisionShape(world, pos);
|
AxisAlignedBB bbox = b.getBoundingBox(world, pos);
|
||||||
if (shape.isEmpty()) {
|
double xDiff = (bbox.minX + bbox.maxX) / 2;
|
||||||
return getBlockPosCenter(pos);
|
double yDiff = (bbox.minY + bbox.maxY) / 2;
|
||||||
}
|
double zDiff = (bbox.minZ + bbox.maxZ) / 2;
|
||||||
double xDiff = (shape.getStart(EnumFacing.Axis.X) + shape.getEnd(EnumFacing.Axis.X)) / 2;
|
|
||||||
double yDiff = (shape.getStart(EnumFacing.Axis.Y) + shape.getEnd(EnumFacing.Axis.Y)) / 2;
|
|
||||||
double zDiff = (shape.getStart(EnumFacing.Axis.Z) + shape.getEnd(EnumFacing.Axis.Z)) / 2;
|
|
||||||
if (Double.isNaN(xDiff) || Double.isNaN(yDiff) || Double.isNaN(zDiff)) {
|
|
||||||
throw new IllegalStateException(b + " " + pos + " " + shape);
|
|
||||||
}
|
|
||||||
if (b.getBlock() instanceof BlockFire) {//look at bottom of fire when putting it out
|
if (b.getBlock() instanceof BlockFire) {//look at bottom of fire when putting it out
|
||||||
yDiff = 0;
|
yDiff = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,105 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of Baritone.
|
|
||||||
*
|
|
||||||
* Baritone is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Lesser General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* Baritone is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package baritone.launch;
|
|
||||||
|
|
||||||
import com.google.common.base.Strings;
|
|
||||||
import com.google.gson.GsonBuilder;
|
|
||||||
import com.mojang.authlib.Agent;
|
|
||||||
import com.mojang.authlib.exceptions.AuthenticationException;
|
|
||||||
import com.mojang.authlib.properties.PropertyMap;
|
|
||||||
import com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService;
|
|
||||||
import com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication;
|
|
||||||
import net.minecraft.launchwrapper.Launch;
|
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.lang.reflect.Field;
|
|
||||||
import java.net.Proxy;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Based on GradleStart from ForgeGradle 2.3
|
|
||||||
*
|
|
||||||
* @author Brady
|
|
||||||
* @since 3/11/2019
|
|
||||||
*/
|
|
||||||
public class LaunchTesting {
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
Map<String, String> arguments = new HashMap<>();
|
|
||||||
|
|
||||||
hackNatives();
|
|
||||||
arguments.put("version", "BaritownedDeveloperEnvironment");
|
|
||||||
arguments.put("assetIndex", System.getenv("assetIndex"));
|
|
||||||
arguments.put("assetsDir", System.getenv().getOrDefault("assetDirectory", "assets"));
|
|
||||||
arguments.put("accessToken", "FML");
|
|
||||||
arguments.put("userProperties", "{}");
|
|
||||||
arguments.put("tweakClass", System.getenv("tweakClass"));
|
|
||||||
String password = System.getenv("password");
|
|
||||||
if (password != null && !password.isEmpty()) {
|
|
||||||
attemptLogin(arguments, System.getenv("username"), System.getenv("password"));
|
|
||||||
}
|
|
||||||
|
|
||||||
List<String> argsArray = new ArrayList<>();
|
|
||||||
arguments.forEach((k, v) -> {
|
|
||||||
argsArray.add("--" + k);
|
|
||||||
argsArray.add(v);
|
|
||||||
});
|
|
||||||
|
|
||||||
Launch.main(argsArray.toArray(new String[0]));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static void hackNatives() {
|
|
||||||
String paths = System.getProperty("java.library.path");
|
|
||||||
String nativesDir = System.getenv().get("nativesDirectory");
|
|
||||||
|
|
||||||
if (Strings.isNullOrEmpty(paths))
|
|
||||||
paths = nativesDir;
|
|
||||||
else
|
|
||||||
paths += File.pathSeparator + nativesDir;
|
|
||||||
|
|
||||||
System.setProperty("java.library.path", paths);
|
|
||||||
|
|
||||||
// hack the classloader now.
|
|
||||||
try {
|
|
||||||
final Field sysPathsField = ClassLoader.class.getDeclaredField("sys_paths");
|
|
||||||
sysPathsField.setAccessible(true);
|
|
||||||
sysPathsField.set(null, null);
|
|
||||||
} catch (Throwable ignored) {}
|
|
||||||
}
|
|
||||||
|
|
||||||
private static void attemptLogin(Map<String, String> argMap, String username, String password) {
|
|
||||||
YggdrasilUserAuthentication auth = (YggdrasilUserAuthentication) (new YggdrasilAuthenticationService(Proxy.NO_PROXY, "1")).createUserAuthentication(Agent.MINECRAFT);
|
|
||||||
auth.setUsername(username);
|
|
||||||
auth.setPassword(password);
|
|
||||||
|
|
||||||
try {
|
|
||||||
auth.logIn();
|
|
||||||
} catch (AuthenticationException var4) {
|
|
||||||
throw new RuntimeException(var4);
|
|
||||||
}
|
|
||||||
|
|
||||||
argMap.put("accessToken", auth.getAuthenticatedToken());
|
|
||||||
argMap.put("uuid", auth.getSelectedProfile().getId().toString().replace("-", ""));
|
|
||||||
argMap.put("username", auth.getSelectedProfile().getName());
|
|
||||||
argMap.put("userType", auth.getUserType().getName());
|
|
||||||
argMap.put("userProperties", (new GsonBuilder()).registerTypeAdapter(PropertyMap.class, new PropertyMap.Serializer()).create().toJson(auth.getUserProperties()));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -33,11 +33,11 @@ public abstract class MixinBlockStateContainer implements IBlockStateContainer {
|
|||||||
protected BitArray storage;
|
protected BitArray storage;
|
||||||
|
|
||||||
@Shadow
|
@Shadow
|
||||||
protected IBlockStatePalette<IBlockState> palette;
|
protected IBlockStatePalette palette;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public IBlockState getAtPalette(int index) {
|
public IBlockState getAtPalette(int index) {
|
||||||
return palette.get(index);
|
return palette.getBlockState(index);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
+12
-20
@@ -17,31 +17,23 @@
|
|||||||
|
|
||||||
package baritone.launch.mixins;
|
package baritone.launch.mixins;
|
||||||
|
|
||||||
import baritone.Baritone;
|
import net.minecraft.client.gui.GuiChat;
|
||||||
import net.minecraft.client.Minecraft;
|
|
||||||
import net.minecraft.client.renderer.chunk.RenderChunkCache;
|
|
||||||
import net.minecraft.world.chunk.Chunk;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Redirect;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||||
|
|
||||||
@Mixin(RenderChunkCache.class)
|
@Mixin(GuiChat.ChatTabCompleter.class)
|
||||||
public class MixinRenderChunkCache {
|
public abstract class MixinChatTabCompleter extends MixinTabCompleter {
|
||||||
|
|
||||||
@Redirect(
|
@Inject(
|
||||||
method = "generateCache",
|
method = "complete",
|
||||||
at = @At(
|
at = @At("HEAD"),
|
||||||
value = "INVOKE",
|
cancellable = true
|
||||||
target = "net/minecraft/world/chunk/Chunk.isEmptyBetween(II)Z"
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
private static boolean isEmpty(Chunk chunk, int yStart, int yEnd) {
|
private void onComplete(CallbackInfo ci) {
|
||||||
if (!chunk.isEmptyBetween(yStart, yEnd)) {
|
if (dontComplete) {
|
||||||
return false;
|
ci.cancel();
|
||||||
}
|
}
|
||||||
if (chunk.isEmpty() && Baritone.settings().renderCachedChunks.value && Minecraft.getInstance().getIntegratedServer() == null) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -28,10 +28,7 @@ import org.spongepowered.asm.mixin.Mixin;
|
|||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Redirect;
|
import org.spongepowered.asm.mixin.injection.Redirect;
|
||||||
|
|
||||||
import static org.lwjgl.opengl.GL11.GL_ONE;
|
import static org.lwjgl.opengl.GL11.*;
|
||||||
import static org.lwjgl.opengl.GL11.GL_ZERO;
|
|
||||||
import static org.lwjgl.opengl.GL14.GL_CONSTANT_ALPHA;
|
|
||||||
import static org.lwjgl.opengl.GL14.GL_ONE_MINUS_CONSTANT_ALPHA;
|
|
||||||
|
|
||||||
@Mixin(ChunkRenderContainer.class)
|
@Mixin(ChunkRenderContainer.class)
|
||||||
public class MixinChunkRenderContainer {
|
public class MixinChunkRenderContainer {
|
||||||
@@ -44,11 +41,11 @@ public class MixinChunkRenderContainer {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
private BlockPos getPosition(RenderChunk renderChunkIn) {
|
private BlockPos getPosition(RenderChunk renderChunkIn) {
|
||||||
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getInstance().isSingleplayer() && Minecraft.getInstance().world.getChunk(renderChunkIn.getPosition()).isEmpty()) {
|
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getMinecraft().isSingleplayer() && Minecraft.getMinecraft().world.getChunk(renderChunkIn.getPosition()).isEmpty()) {
|
||||||
GlStateManager.enableAlphaTest();
|
GlStateManager.enableAlpha();
|
||||||
GlStateManager.enableBlend();
|
GlStateManager.enableBlend();
|
||||||
GL14.glBlendColor(0, 0, 0, Baritone.settings().cachedChunksOpacity.value);
|
GL14.glBlendColor(0, 0, 0, Baritone.settings().cachedChunksOpacity.value);
|
||||||
GlStateManager.blendFuncSeparate(GL_CONSTANT_ALPHA, GL_ONE_MINUS_CONSTANT_ALPHA, GL_ONE, GL_ZERO);
|
GlStateManager.tryBlendFuncSeparate(GL_CONSTANT_ALPHA, GL_ONE_MINUS_CONSTANT_ALPHA, GL_ONE, GL_ZERO);
|
||||||
}
|
}
|
||||||
return renderChunkIn.getPosition();
|
return renderChunkIn.getPosition();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ public abstract class MixinChunkRenderWorker {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
private boolean isChunkExisting(ChunkRenderWorker worker, BlockPos pos, World world) {
|
private boolean isChunkExisting(ChunkRenderWorker worker, BlockPos pos, World world) {
|
||||||
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getInstance().isSingleplayer()) {
|
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getMinecraft().isSingleplayer()) {
|
||||||
Baritone baritone = (Baritone) BaritoneAPI.getProvider().getPrimaryBaritone();
|
Baritone baritone = (Baritone) BaritoneAPI.getProvider().getPrimaryBaritone();
|
||||||
IPlayerContext ctx = baritone.getPlayerContext();
|
IPlayerContext ctx = baritone.getPlayerContext();
|
||||||
if (ctx.player() != null && ctx.world() != null && baritone.bsi != null) {
|
if (ctx.player() != null && ctx.world() != null && baritone.bsi != null) {
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ import baritone.api.event.events.RotationMoveEvent;
|
|||||||
import net.minecraft.client.entity.EntityPlayerSP;
|
import net.minecraft.client.entity.EntityPlayerSP;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.entity.EntityLivingBase;
|
import net.minecraft.entity.EntityLivingBase;
|
||||||
import net.minecraft.entity.EntityType;
|
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
@@ -45,8 +44,9 @@ public abstract class MixinEntityLivingBase extends Entity {
|
|||||||
*/
|
*/
|
||||||
private RotationMoveEvent jumpRotationEvent;
|
private RotationMoveEvent jumpRotationEvent;
|
||||||
|
|
||||||
public MixinEntityLivingBase(EntityType<?> entityTypeIn, World worldIn) {
|
public MixinEntityLivingBase(World worldIn, RotationMoveEvent jumpRotationEvent) {
|
||||||
super(entityTypeIn, worldIn);
|
super(worldIn);
|
||||||
|
this.jumpRotationEvent = jumpRotationEvent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject(
|
@Inject(
|
||||||
|
|||||||
@@ -58,10 +58,10 @@ public class MixinEntityPlayerSP {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Inject(
|
@Inject(
|
||||||
method = "tick",
|
method = "onUpdate",
|
||||||
at = @At(
|
at = @At(
|
||||||
value = "INVOKE",
|
value = "INVOKE",
|
||||||
target = "net/minecraft/client/entity/EntityPlayerSP.isPassenger()Z",
|
target = "net/minecraft/client/entity/EntityPlayerSP.isRiding()Z",
|
||||||
shift = At.Shift.BY,
|
shift = At.Shift.BY,
|
||||||
by = -3
|
by = -3
|
||||||
)
|
)
|
||||||
@@ -74,7 +74,7 @@ public class MixinEntityPlayerSP {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Inject(
|
@Inject(
|
||||||
method = "tick",
|
method = "onUpdate",
|
||||||
at = @At(
|
at = @At(
|
||||||
value = "INVOKE",
|
value = "INVOKE",
|
||||||
target = "net/minecraft/client/entity/EntityPlayerSP.onUpdateWalkingPlayer()V",
|
target = "net/minecraft/client/entity/EntityPlayerSP.onUpdateWalkingPlayer()V",
|
||||||
@@ -90,7 +90,7 @@ public class MixinEntityPlayerSP {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Redirect(
|
@Redirect(
|
||||||
method = "livingTick",
|
method = "onLivingUpdate",
|
||||||
at = @At(
|
at = @At(
|
||||||
value = "FIELD",
|
value = "FIELD",
|
||||||
target = "net/minecraft/entity/player/PlayerCapabilities.allowFlying:Z"
|
target = "net/minecraft/entity/player/PlayerCapabilities.allowFlying:Z"
|
||||||
@@ -105,7 +105,7 @@ public class MixinEntityPlayerSP {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Redirect(
|
@Redirect(
|
||||||
method = "livingTick",
|
method = "onLivingUpdate",
|
||||||
at = @At(
|
at = @At(
|
||||||
value = "INVOKE",
|
value = "INVOKE",
|
||||||
target = "net/minecraft/client/settings/KeyBinding.isKeyDown()Z"
|
target = "net/minecraft/client/settings/KeyBinding.isKeyDown()Z"
|
||||||
|
|||||||
+5
-5
@@ -20,24 +20,24 @@ package baritone.launch.mixins;
|
|||||||
import baritone.api.BaritoneAPI;
|
import baritone.api.BaritoneAPI;
|
||||||
import baritone.api.IBaritone;
|
import baritone.api.IBaritone;
|
||||||
import baritone.api.event.events.RenderEvent;
|
import baritone.api.event.events.RenderEvent;
|
||||||
import net.minecraft.client.renderer.GameRenderer;
|
import net.minecraft.client.renderer.EntityRenderer;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||||
|
|
||||||
@Mixin(GameRenderer.class)
|
@Mixin(EntityRenderer.class)
|
||||||
public class MixinGameRenderer {
|
public class MixinEntityRenderer {
|
||||||
|
|
||||||
@Inject(
|
@Inject(
|
||||||
method = "updateCameraAndRender(FJ)V",
|
method = "renderWorldPass",
|
||||||
at = @At(
|
at = @At(
|
||||||
value = "INVOKE_STRING",
|
value = "INVOKE_STRING",
|
||||||
target = "Lnet/minecraft/profiler/Profiler;endStartSection(Ljava/lang/String;)V",
|
target = "Lnet/minecraft/profiler/Profiler;endStartSection(Ljava/lang/String;)V",
|
||||||
args = {"ldc=hand"}
|
args = {"ldc=hand"}
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
private void renderWorldPass(float partialTicks, long finishTimeNano, CallbackInfo ci) {
|
private void renderWorldPass(int pass, float partialTicks, long finishTimeNano, CallbackInfo ci) {
|
||||||
for (IBaritone ibaritone : BaritoneAPI.getProvider().getAllBaritones()) {
|
for (IBaritone ibaritone : BaritoneAPI.getProvider().getAllBaritones()) {
|
||||||
ibaritone.getGameEventHandler().onRenderPass(new RenderEvent(partialTicks));
|
ibaritone.getGameEventHandler().onRenderPass(new RenderEvent(partialTicks));
|
||||||
}
|
}
|
||||||
@@ -1,99 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of Baritone.
|
|
||||||
*
|
|
||||||
* Baritone is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Lesser General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* Baritone is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package baritone.launch.mixins;
|
|
||||||
|
|
||||||
import baritone.api.BaritoneAPI;
|
|
||||||
import baritone.api.event.events.TabCompleteEvent;
|
|
||||||
import com.mojang.brigadier.context.StringRange;
|
|
||||||
import com.mojang.brigadier.suggestion.Suggestion;
|
|
||||||
import com.mojang.brigadier.suggestion.Suggestions;
|
|
||||||
import net.minecraft.client.gui.GuiChat;
|
|
||||||
import net.minecraft.client.gui.GuiTextField;
|
|
||||||
import org.spongepowered.asm.mixin.Final;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.concurrent.CompletableFuture;
|
|
||||||
import java.util.stream.Collectors;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author Brady
|
|
||||||
* @since 10/9/2019
|
|
||||||
*/
|
|
||||||
@Mixin(GuiChat.class)
|
|
||||||
public class MixinGuiChat {
|
|
||||||
|
|
||||||
@Shadow
|
|
||||||
protected GuiTextField inputField;
|
|
||||||
|
|
||||||
@Shadow
|
|
||||||
@Final
|
|
||||||
protected List<String> commandUsage;
|
|
||||||
|
|
||||||
@Shadow
|
|
||||||
private CompletableFuture<Suggestions> pendingSuggestions;
|
|
||||||
|
|
||||||
@Inject(
|
|
||||||
method = "updateSuggestion",
|
|
||||||
at = @At("HEAD"),
|
|
||||||
cancellable = true
|
|
||||||
)
|
|
||||||
private void preUpdateSuggestion(CallbackInfo ci) {
|
|
||||||
// Anything that is present in the input text before the cursor position
|
|
||||||
String prefix = this.inputField.getText().substring(0, Math.min(this.inputField.getText().length(), this.inputField.getCursorPosition()));
|
|
||||||
|
|
||||||
TabCompleteEvent event = new TabCompleteEvent(prefix);
|
|
||||||
BaritoneAPI.getProvider().getPrimaryBaritone().getGameEventHandler().onPreTabComplete(event);
|
|
||||||
|
|
||||||
if (event.isCancelled()) {
|
|
||||||
ci.cancel();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (event.completions != null) {
|
|
||||||
ci.cancel();
|
|
||||||
|
|
||||||
// TODO: Support populating the command usage
|
|
||||||
this.commandUsage.clear();
|
|
||||||
|
|
||||||
if (event.completions.length == 0) {
|
|
||||||
this.pendingSuggestions = Suggestions.empty();
|
|
||||||
} else {
|
|
||||||
int offset = this.inputField.getText().endsWith(" ")
|
|
||||||
? this.inputField.getCursorPosition()
|
|
||||||
: this.inputField.getText().lastIndexOf(" ") + 1; // If there is no space this is still 0 haha yes
|
|
||||||
|
|
||||||
List<Suggestion> suggestionList = Stream.of(event.completions)
|
|
||||||
.map(s -> new Suggestion(StringRange.between(offset, offset + s.length()), s))
|
|
||||||
.collect(Collectors.toList());
|
|
||||||
|
|
||||||
Suggestions suggestions = new Suggestions(
|
|
||||||
StringRange.between(offset, offset + suggestionList.stream().mapToInt(s -> s.getText().length()).max().orElse(0)),
|
|
||||||
suggestionList);
|
|
||||||
|
|
||||||
this.pendingSuggestions = new CompletableFuture<>();
|
|
||||||
this.pendingSuggestions.complete(suggestions);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -35,14 +35,14 @@ public abstract class MixinItemStack implements IItemStack {
|
|||||||
@Final
|
@Final
|
||||||
private Item item;
|
private Item item;
|
||||||
|
|
||||||
|
@Shadow
|
||||||
|
private int itemDamage;
|
||||||
|
|
||||||
@Unique
|
@Unique
|
||||||
private int baritoneHash;
|
private int baritoneHash;
|
||||||
|
|
||||||
@Shadow
|
|
||||||
protected abstract int getDamage();
|
|
||||||
|
|
||||||
private void recalculateHash() {
|
private void recalculateHash() {
|
||||||
baritoneHash = item == null ? -1 : item.hashCode() + getDamage();
|
baritoneHash = item == null ? -1 : item.hashCode() + itemDamage;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject(
|
@Inject(
|
||||||
@@ -54,7 +54,7 @@ public abstract class MixinItemStack implements IItemStack {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Inject(
|
@Inject(
|
||||||
method = "setDamage",
|
method = "setItemDamage",
|
||||||
at = @At("TAIL")
|
at = @At("TAIL")
|
||||||
)
|
)
|
||||||
private void onItemDamageSet(CallbackInfo ci) {
|
private void onItemDamageSet(CallbackInfo ci) {
|
||||||
|
|||||||
@@ -41,6 +41,8 @@ import org.spongepowered.asm.mixin.injection.Redirect;
|
|||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||||
import org.spongepowered.asm.mixin.injection.callback.LocalCapture;
|
import org.spongepowered.asm.mixin.injection.callback.LocalCapture;
|
||||||
|
|
||||||
|
import java.util.function.BiFunction;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Brady
|
* @author Brady
|
||||||
* @since 7/31/2018
|
* @since 7/31/2018
|
||||||
@@ -84,22 +86,24 @@ public class MixinMinecraft {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
private void runTick(CallbackInfo ci) {
|
private void runTick(CallbackInfo ci) {
|
||||||
for (IBaritone ibaritone : BaritoneAPI.getProvider().getAllBaritones()) {
|
final BiFunction<EventState, TickEvent.Type, TickEvent> tickProvider = TickEvent.createNextProvider();
|
||||||
|
|
||||||
TickEvent.Type type = ibaritone.getPlayerContext().player() != null && ibaritone.getPlayerContext().world() != null
|
for (IBaritone baritone : BaritoneAPI.getProvider().getAllBaritones()) {
|
||||||
|
|
||||||
|
TickEvent.Type type = baritone.getPlayerContext().player() != null && baritone.getPlayerContext().world() != null
|
||||||
? TickEvent.Type.IN
|
? TickEvent.Type.IN
|
||||||
: TickEvent.Type.OUT;
|
: TickEvent.Type.OUT;
|
||||||
|
|
||||||
ibaritone.getGameEventHandler().onTick(new TickEvent(EventState.PRE, type));
|
baritone.getGameEventHandler().onTick(tickProvider.apply(EventState.PRE, type));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject(
|
@Inject(
|
||||||
method = "loadWorld(Lnet/minecraft/client/multiplayer/WorldClient;Lnet/minecraft/client/gui/GuiScreen;)V",
|
method = "loadWorld(Lnet/minecraft/client/multiplayer/WorldClient;Ljava/lang/String;)V",
|
||||||
at = @At("HEAD")
|
at = @At("HEAD")
|
||||||
)
|
)
|
||||||
private void preLoadWorld(WorldClient world, GuiScreen loadingScreen, CallbackInfo ci) {
|
private void preLoadWorld(WorldClient world, String loadingMessage, CallbackInfo ci) {
|
||||||
// If we're unloading the world but one doesn't exist, ignore it
|
// If we're unloading the world but one doesn't exist, ignore it
|
||||||
if (this.world == null && world == null) {
|
if (this.world == null && world == null) {
|
||||||
return;
|
return;
|
||||||
@@ -116,10 +120,10 @@ public class MixinMinecraft {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Inject(
|
@Inject(
|
||||||
method = "loadWorld(Lnet/minecraft/client/multiplayer/WorldClient;Lnet/minecraft/client/gui/GuiScreen;)V",
|
method = "loadWorld(Lnet/minecraft/client/multiplayer/WorldClient;Ljava/lang/String;)V",
|
||||||
at = @At("RETURN")
|
at = @At("RETURN")
|
||||||
)
|
)
|
||||||
private void postLoadWorld(WorldClient world, GuiScreen loadingScreen, CallbackInfo ci) {
|
private void postLoadWorld(WorldClient world, String loadingMessage, CallbackInfo ci) {
|
||||||
// still fire event for both null, as that means we've just finished exiting a world
|
// still fire event for both null, as that means we've just finished exiting a world
|
||||||
|
|
||||||
// mc.world changing is only the primary baritone
|
// mc.world changing is only the primary baritone
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ import baritone.api.event.events.type.EventState;
|
|||||||
import net.minecraft.client.network.NetHandlerPlayClient;
|
import net.minecraft.client.network.NetHandlerPlayClient;
|
||||||
import net.minecraft.network.play.server.SPacketChunkData;
|
import net.minecraft.network.play.server.SPacketChunkData;
|
||||||
import net.minecraft.network.play.server.SPacketCombatEvent;
|
import net.minecraft.network.play.server.SPacketCombatEvent;
|
||||||
import net.minecraft.network.play.server.SPacketUnloadChunk;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
@@ -41,7 +40,7 @@ public class MixinNetHandlerPlayClient {
|
|||||||
method = "handleChunkData",
|
method = "handleChunkData",
|
||||||
at = @At(
|
at = @At(
|
||||||
value = "INVOKE",
|
value = "INVOKE",
|
||||||
target = "net/minecraft/client/multiplayer/ChunkProviderClient.func_212474_a(IILnet/minecraft/network/PacketBuffer;IZ)Lnet/minecraft/world/chunk/Chunk;"
|
target = "net/minecraft/world/chunk/Chunk.read(Lnet/minecraft/network/PacketBuffer;IZ)V"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
private void preRead(SPacketChunkData packetIn, CallbackInfo ci) {
|
private void preRead(SPacketChunkData packetIn, CallbackInfo ci) {
|
||||||
@@ -78,34 +77,6 @@ public class MixinNetHandlerPlayClient {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject(
|
|
||||||
method = "processChunkUnload",
|
|
||||||
at = @At("HEAD")
|
|
||||||
)
|
|
||||||
private void preChunkUnload(SPacketUnloadChunk packet, CallbackInfo ci) {
|
|
||||||
for (IBaritone ibaritone : BaritoneAPI.getProvider().getAllBaritones()) {
|
|
||||||
if (ibaritone.getPlayerContext().player().connection == (NetHandlerPlayClient) (Object) this) {
|
|
||||||
ibaritone.getGameEventHandler().onChunkEvent(
|
|
||||||
new ChunkEvent(EventState.PRE, ChunkEvent.Type.UNLOAD, packet.getX(), packet.getZ())
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Inject(
|
|
||||||
method = "processChunkUnload",
|
|
||||||
at = @At("RETURN")
|
|
||||||
)
|
|
||||||
private void postChunkUnload(SPacketUnloadChunk packet, CallbackInfo ci) {
|
|
||||||
for (IBaritone ibaritone : BaritoneAPI.getProvider().getAllBaritones()) {
|
|
||||||
if (ibaritone.getPlayerContext().player().connection == (NetHandlerPlayClient) (Object) this) {
|
|
||||||
ibaritone.getGameEventHandler().onChunkEvent(
|
|
||||||
new ChunkEvent(EventState.POST, ChunkEvent.Type.UNLOAD, packet.getX(), packet.getZ())
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Inject(
|
@Inject(
|
||||||
method = "handleCombatEvent",
|
method = "handleCombatEvent",
|
||||||
at = @At(
|
at = @At(
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ public class MixinNetworkManager {
|
|||||||
method = "dispatchPacket",
|
method = "dispatchPacket",
|
||||||
at = @At("HEAD")
|
at = @At("HEAD")
|
||||||
)
|
)
|
||||||
private void preDispatchPacket(Packet<?> inPacket, final GenericFutureListener<? extends Future<? super Void>> futureListeners, CallbackInfo ci) {
|
private void preDispatchPacket(Packet<?> inPacket, final GenericFutureListener<? extends Future<? super Void>>[] futureListeners, CallbackInfo ci) {
|
||||||
if (this.direction != EnumPacketDirection.CLIENTBOUND) {
|
if (this.direction != EnumPacketDirection.CLIENTBOUND) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -69,7 +69,7 @@ public class MixinNetworkManager {
|
|||||||
method = "dispatchPacket",
|
method = "dispatchPacket",
|
||||||
at = @At("RETURN")
|
at = @At("RETURN")
|
||||||
)
|
)
|
||||||
private void postDispatchPacket(Packet<?> inPacket, final GenericFutureListener<? extends Future<? super Void>> futureListeners, CallbackInfo ci) {
|
private void postDispatchPacket(Packet<?> inPacket, final GenericFutureListener<? extends Future<? super Void>>[] futureListeners, CallbackInfo ci) {
|
||||||
if (this.direction != EnumPacketDirection.CLIENTBOUND) {
|
if (this.direction != EnumPacketDirection.CLIENTBOUND) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -85,7 +85,7 @@ public class MixinNetworkManager {
|
|||||||
method = "channelRead0",
|
method = "channelRead0",
|
||||||
at = @At(
|
at = @At(
|
||||||
value = "INVOKE",
|
value = "INVOKE",
|
||||||
target = "net/minecraft/network/NetworkManager.processPacket(Lnet/minecraft/network/Packet;Lnet/minecraft/network/INetHandler;)V"
|
target = "net/minecraft/network/Packet.processPacket(Lnet/minecraft/network/INetHandler;)V"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
private void preProcessPacket(ChannelHandlerContext context, Packet<?> packet, CallbackInfo ci) {
|
private void preProcessPacket(ChannelHandlerContext context, Packet<?> packet, CallbackInfo ci) {
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ import baritone.api.utils.IPlayerContext;
|
|||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.renderer.chunk.RenderChunk;
|
import net.minecraft.client.renderer.chunk.RenderChunk;
|
||||||
import net.minecraft.client.renderer.chunk.RenderChunkCache;
|
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
|
import net.minecraft.world.ChunkCache;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Redirect;
|
import org.spongepowered.asm.mixin.injection.Redirect;
|
||||||
@@ -40,11 +40,43 @@ public class MixinRenderChunk {
|
|||||||
method = "rebuildChunk",
|
method = "rebuildChunk",
|
||||||
at = @At(
|
at = @At(
|
||||||
value = "INVOKE",
|
value = "INVOKE",
|
||||||
target = "net/minecraft/client/renderer/chunk/RenderChunkCache.getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/state/IBlockState;"
|
target = "net/minecraft/world/ChunkCache.isEmpty()Z"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
private IBlockState getBlockState(RenderChunkCache chunkCache, BlockPos pos) {
|
private boolean isEmpty(ChunkCache chunkCache) {
|
||||||
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getInstance().isSingleplayer()) {
|
if (!chunkCache.isEmpty()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getMinecraft().isSingleplayer()) {
|
||||||
|
Baritone baritone = (Baritone) BaritoneAPI.getProvider().getPrimaryBaritone();
|
||||||
|
IPlayerContext ctx = baritone.getPlayerContext();
|
||||||
|
if (ctx.player() != null && ctx.world() != null && baritone.bsi != null) {
|
||||||
|
BlockPos position = ((RenderChunk) (Object) this).getPosition();
|
||||||
|
// RenderChunk extends from -1,-1,-1 to +16,+16,+16
|
||||||
|
// then the constructor of ChunkCache extends it one more (presumably to get things like the connected status of fences? idk)
|
||||||
|
// so if ANY of the adjacent chunks are loaded, we are unempty
|
||||||
|
for (int dx = -1; dx <= 1; dx++) {
|
||||||
|
for (int dz = -1; dz <= 1; dz++) {
|
||||||
|
if (baritone.bsi.isLoaded(16 * dx + position.getX(), 16 * dz + position.getZ())) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Redirect(
|
||||||
|
method = "rebuildChunk",
|
||||||
|
at = @At(
|
||||||
|
value = "INVOKE",
|
||||||
|
target = "net/minecraft/world/ChunkCache.getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/state/IBlockState;"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
private IBlockState getBlockState(ChunkCache chunkCache, BlockPos pos) {
|
||||||
|
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getMinecraft().isSingleplayer()) {
|
||||||
Baritone baritone = (Baritone) BaritoneAPI.getProvider().getPrimaryBaritone();
|
Baritone baritone = (Baritone) BaritoneAPI.getProvider().getPrimaryBaritone();
|
||||||
IPlayerContext ctx = baritone.getPlayerContext();
|
IPlayerContext ctx = baritone.getPlayerContext();
|
||||||
if (ctx.player() != null && ctx.world() != null && baritone.bsi != null) {
|
if (ctx.player() != null && ctx.world() != null && baritone.bsi != null) {
|
||||||
|
|||||||
@@ -38,9 +38,9 @@ public class MixinRenderList {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
private void popMatrix() {
|
private void popMatrix() {
|
||||||
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getInstance().isSingleplayer()) {
|
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getMinecraft().isSingleplayer()) {
|
||||||
// reset the blend func to normal (not dependent on constant alpha)
|
// reset the blend func to normal (not dependent on constant alpha)
|
||||||
GlStateManager.blendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ZERO);
|
GlStateManager.tryBlendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ZERO);
|
||||||
}
|
}
|
||||||
GlStateManager.popMatrix();
|
GlStateManager.popMatrix();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,60 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of Baritone.
|
||||||
|
*
|
||||||
|
* Baritone is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Baritone is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package baritone.launch.mixins;
|
||||||
|
|
||||||
|
import com.google.common.collect.ImmutableMap;
|
||||||
|
import net.minecraft.block.properties.IProperty;
|
||||||
|
import org.spongepowered.asm.mixin.*;
|
||||||
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||||
|
|
||||||
|
@Mixin(targets = "net.minecraft.block.state.BlockStateContainer$StateImplementation")
|
||||||
|
public abstract class MixinStateImplementation {
|
||||||
|
|
||||||
|
@Shadow
|
||||||
|
@Final
|
||||||
|
private ImmutableMap<IProperty<?>, Comparable<?>> properties;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Block states are fucking immutable
|
||||||
|
*/
|
||||||
|
@Unique
|
||||||
|
private int hashCode;
|
||||||
|
|
||||||
|
@Inject(
|
||||||
|
method = "<init>*",
|
||||||
|
at = @At("RETURN")
|
||||||
|
)
|
||||||
|
private void onInit(CallbackInfo ci) {
|
||||||
|
hashCode = properties.hashCode();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Cache this instead of using the fucking map every time
|
||||||
|
*
|
||||||
|
* @author LoganDark
|
||||||
|
* @reason Regular IBlockState generates a new hash every fucking time. This is not needed when scanning millions
|
||||||
|
* per second
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
@Overwrite
|
||||||
|
public int hashCode() {
|
||||||
|
return hashCode;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,83 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of Baritone.
|
||||||
|
*
|
||||||
|
* Baritone is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Baritone is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package baritone.launch.mixins;
|
||||||
|
|
||||||
|
import baritone.api.BaritoneAPI;
|
||||||
|
import baritone.api.IBaritone;
|
||||||
|
import baritone.api.event.events.TabCompleteEvent;
|
||||||
|
import net.minecraft.client.gui.GuiChat;
|
||||||
|
import net.minecraft.client.gui.GuiTextField;
|
||||||
|
import net.minecraft.util.TabCompleter;
|
||||||
|
import org.spongepowered.asm.mixin.Final;
|
||||||
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
|
import org.spongepowered.asm.mixin.Shadow;
|
||||||
|
import org.spongepowered.asm.mixin.Unique;
|
||||||
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||||
|
|
||||||
|
@Mixin(TabCompleter.class)
|
||||||
|
public abstract class MixinTabCompleter {
|
||||||
|
|
||||||
|
@Shadow
|
||||||
|
@Final
|
||||||
|
protected GuiTextField textField;
|
||||||
|
|
||||||
|
@Shadow
|
||||||
|
protected boolean requestedCompletions;
|
||||||
|
|
||||||
|
@Shadow
|
||||||
|
public abstract void setCompletions(String... newCompl);
|
||||||
|
|
||||||
|
@Unique
|
||||||
|
protected boolean dontComplete = false;
|
||||||
|
|
||||||
|
@Inject(
|
||||||
|
method = "requestCompletions",
|
||||||
|
at = @At("HEAD"),
|
||||||
|
cancellable = true
|
||||||
|
)
|
||||||
|
private void onRequestCompletions(String prefix, CallbackInfo ci) {
|
||||||
|
if (!((Object) this instanceof GuiChat.ChatTabCompleter)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
IBaritone baritone = BaritoneAPI.getProvider().getPrimaryBaritone();
|
||||||
|
|
||||||
|
TabCompleteEvent event = new TabCompleteEvent(prefix);
|
||||||
|
baritone.getGameEventHandler().onPreTabComplete(event);
|
||||||
|
|
||||||
|
if (event.isCancelled()) {
|
||||||
|
ci.cancel();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (event.completions != null) {
|
||||||
|
ci.cancel();
|
||||||
|
|
||||||
|
this.dontComplete = true;
|
||||||
|
|
||||||
|
try {
|
||||||
|
this.requestedCompletions = true;
|
||||||
|
setCompletions(event.completions);
|
||||||
|
} finally {
|
||||||
|
this.dontComplete = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -38,9 +38,9 @@ public class MixinVboRenderList {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
private void popMatrix() {
|
private void popMatrix() {
|
||||||
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getInstance().isSingleplayer()) {
|
if (Baritone.settings().renderCachedChunks.value && !Minecraft.getMinecraft().isSingleplayer()) {
|
||||||
// reset the blend func to normal (not dependent on constant alpha)
|
// reset the blend func to normal (not dependent on constant alpha)
|
||||||
GlStateManager.blendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ZERO);
|
GlStateManager.tryBlendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ZERO);
|
||||||
}
|
}
|
||||||
GlStateManager.popMatrix();
|
GlStateManager.popMatrix();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,75 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of Baritone.
|
||||||
|
*
|
||||||
|
* Baritone is free software: you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* Baritone is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
|
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package baritone.launch.mixins;
|
||||||
|
|
||||||
|
import baritone.api.BaritoneAPI;
|
||||||
|
import baritone.api.IBaritone;
|
||||||
|
import baritone.api.event.events.ChunkEvent;
|
||||||
|
import baritone.api.event.events.type.EventState;
|
||||||
|
import net.minecraft.client.multiplayer.WorldClient;
|
||||||
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Brady
|
||||||
|
* @since 8/2/2018
|
||||||
|
*/
|
||||||
|
@Mixin(WorldClient.class)
|
||||||
|
public class MixinWorldClient {
|
||||||
|
|
||||||
|
@Inject(
|
||||||
|
method = "doPreChunk",
|
||||||
|
at = @At("HEAD")
|
||||||
|
)
|
||||||
|
private void preDoPreChunk(int chunkX, int chunkZ, boolean loadChunk, CallbackInfo ci) {
|
||||||
|
for (IBaritone ibaritone : BaritoneAPI.getProvider().getAllBaritones()) {
|
||||||
|
if (ibaritone.getPlayerContext().world() == (WorldClient) (Object) this) {
|
||||||
|
ibaritone.getGameEventHandler().onChunkEvent(
|
||||||
|
new ChunkEvent(
|
||||||
|
EventState.PRE,
|
||||||
|
loadChunk ? ChunkEvent.Type.LOAD : ChunkEvent.Type.UNLOAD,
|
||||||
|
chunkX,
|
||||||
|
chunkZ
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Inject(
|
||||||
|
method = "doPreChunk",
|
||||||
|
at = @At("RETURN")
|
||||||
|
)
|
||||||
|
private void postDoPreChunk(int chunkX, int chunkZ, boolean loadChunk, CallbackInfo ci) {
|
||||||
|
for (IBaritone ibaritone : BaritoneAPI.getProvider().getAllBaritones()) {
|
||||||
|
if (ibaritone.getPlayerContext().world() == (WorldClient) (Object) this) {
|
||||||
|
ibaritone.getGameEventHandler().onChunkEvent(
|
||||||
|
new ChunkEvent(
|
||||||
|
EventState.POST,
|
||||||
|
loadChunk ? ChunkEvent.Type.LOAD : ChunkEvent.Type.UNLOAD,
|
||||||
|
chunkX,
|
||||||
|
chunkZ
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -11,14 +11,14 @@
|
|||||||
"MixinAnvilChunkLoader",
|
"MixinAnvilChunkLoader",
|
||||||
"MixinBitArray",
|
"MixinBitArray",
|
||||||
"MixinBlockStateContainer",
|
"MixinBlockStateContainer",
|
||||||
|
"MixinChatTabCompleter",
|
||||||
"MixinChunkProviderClient",
|
"MixinChunkProviderClient",
|
||||||
"MixinChunkProviderServer",
|
"MixinChunkProviderServer",
|
||||||
"MixinChunkRenderContainer",
|
"MixinChunkRenderContainer",
|
||||||
"MixinChunkRenderWorker",
|
"MixinChunkRenderWorker",
|
||||||
"MixinEntityLivingBase",
|
"MixinEntityLivingBase",
|
||||||
"MixinEntityPlayerSP",
|
"MixinEntityPlayerSP",
|
||||||
"MixinGameRenderer",
|
"MixinEntityRenderer",
|
||||||
"MixinGuiChat",
|
|
||||||
"MixinGuiScreen",
|
"MixinGuiScreen",
|
||||||
"MixinItemStack",
|
"MixinItemStack",
|
||||||
"MixinMinecraft",
|
"MixinMinecraft",
|
||||||
@@ -26,8 +26,10 @@
|
|||||||
"MixinNetworkManager",
|
"MixinNetworkManager",
|
||||||
"MixinPlayerControllerMP",
|
"MixinPlayerControllerMP",
|
||||||
"MixinRenderChunk",
|
"MixinRenderChunk",
|
||||||
"MixinRenderChunkCache",
|
|
||||||
"MixinRenderList",
|
"MixinRenderList",
|
||||||
"MixinVboRenderList"
|
"MixinStateImplementation",
|
||||||
|
"MixinTabCompleter",
|
||||||
|
"MixinVboRenderList",
|
||||||
|
"MixinWorldClient"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -53,7 +53,7 @@ public class Baritone implements IBaritone {
|
|||||||
static {
|
static {
|
||||||
threadPool = new ThreadPoolExecutor(4, Integer.MAX_VALUE, 60L, TimeUnit.SECONDS, new SynchronousQueue<>());
|
threadPool = new ThreadPoolExecutor(4, Integer.MAX_VALUE, 60L, TimeUnit.SECONDS, new SynchronousQueue<>());
|
||||||
|
|
||||||
dir = new File(Minecraft.getInstance().gameDir, "baritone");
|
dir = new File(Minecraft.getMinecraft().gameDir, "baritone");
|
||||||
if (!Files.exists(dir.toPath())) {
|
if (!Files.exists(dir.toPath())) {
|
||||||
try {
|
try {
|
||||||
Files.createDirectories(dir.toPath());
|
Files.createDirectories(dir.toPath());
|
||||||
|
|||||||
@@ -21,9 +21,11 @@ import baritone.api.IBaritone;
|
|||||||
import baritone.api.IBaritoneProvider;
|
import baritone.api.IBaritoneProvider;
|
||||||
import baritone.api.cache.IWorldScanner;
|
import baritone.api.cache.IWorldScanner;
|
||||||
import baritone.api.command.ICommandSystem;
|
import baritone.api.command.ICommandSystem;
|
||||||
|
import baritone.api.schematic.ISchematicSystem;
|
||||||
import baritone.command.BaritoneChatControl;
|
import baritone.command.BaritoneChatControl;
|
||||||
import baritone.cache.WorldScanner;
|
import baritone.cache.WorldScanner;
|
||||||
import baritone.command.CommandSystem;
|
import baritone.command.CommandSystem;
|
||||||
|
import baritone.utils.schematic.SchematicSystem;
|
||||||
|
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -64,4 +66,9 @@ public final class BaritoneProvider implements IBaritoneProvider {
|
|||||||
public ICommandSystem getCommandSystem() {
|
public ICommandSystem getCommandSystem() {
|
||||||
return CommandSystem.INSTANCE;
|
return CommandSystem.INSTANCE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ISchematicSystem getSchematicSystem() {
|
||||||
|
return SchematicSystem.INSTANCE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ public final class InventoryBehavior extends Behavior {
|
|||||||
|
|
||||||
public boolean selectThrowawayForLocation(boolean select, int x, int y, int z) {
|
public boolean selectThrowawayForLocation(boolean select, int x, int y, int z) {
|
||||||
IBlockState maybe = baritone.getBuilderProcess().placeAt(x, y, z, baritone.bsi.get0(x, y, z));
|
IBlockState maybe = baritone.getBuilderProcess().placeAt(x, y, z, baritone.bsi.get0(x, y, z));
|
||||||
if (maybe != null && throwaway(select, stack -> stack.getItem() instanceof ItemBlock && maybe.equals(((ItemBlock) stack.getItem()).getBlock().getStateForPlacement(new BlockItemUseContext(new ItemUseContext(ctx.player(), stack, ctx.playerFeet(), EnumFacing.UP, (float) ctx.player().posX, (float) ctx.player().posY, (float) ctx.player().posZ)))))) {
|
if (maybe != null && throwaway(select, stack -> stack.getItem() instanceof ItemBlock && maybe.equals(((ItemBlock) stack.getItem()).getBlock().getStateForPlacement(ctx.world(), ctx.playerFeet(), EnumFacing.UP, (float) ctx.player().posX, (float) ctx.player().posY, (float) ctx.player().posZ, stack.getItem().getMetadata(stack.getMetadata()), ctx.player())))) {
|
||||||
return true; // gotem
|
return true; // gotem
|
||||||
}
|
}
|
||||||
if (maybe != null && throwaway(select, stack -> stack.getItem() instanceof ItemBlock && ((ItemBlock) stack.getItem()).getBlock().equals(maybe.getBlock()))) {
|
if (maybe != null && throwaway(select, stack -> stack.getItem() instanceof ItemBlock && ((ItemBlock) stack.getItem()).getBlock().equals(maybe.getBlock()))) {
|
||||||
|
|||||||
@@ -28,6 +28,9 @@ public final class LookBehavior extends Behavior implements ILookBehavior {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Target's values are as follows:
|
* Target's values are as follows:
|
||||||
|
* <p>
|
||||||
|
* getFirst() -> yaw
|
||||||
|
* getSecond() -> pitch
|
||||||
*/
|
*/
|
||||||
private Rotation target;
|
private Rotation target;
|
||||||
|
|
||||||
@@ -50,13 +53,6 @@ public final class LookBehavior extends Behavior implements ILookBehavior {
|
|||||||
@Override
|
@Override
|
||||||
public void updateTarget(Rotation target, boolean force) {
|
public void updateTarget(Rotation target, boolean force) {
|
||||||
this.target = target;
|
this.target = target;
|
||||||
if (!force) {
|
|
||||||
double rand = Math.random() - 0.5;
|
|
||||||
if (Math.abs(rand) < 0.1) {
|
|
||||||
rand *= 4;
|
|
||||||
}
|
|
||||||
this.target = new Rotation(this.target.getYaw() + (float) (rand * Baritone.settings().randomLooking113.value), this.target.getPitch());
|
|
||||||
}
|
|
||||||
this.force = force || !Baritone.settings().freeLook.value;
|
this.force = force || !Baritone.settings().freeLook.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+20
-37
@@ -38,13 +38,23 @@ import java.util.Map;
|
|||||||
public final class CachedChunk {
|
public final class CachedChunk {
|
||||||
|
|
||||||
public static final ImmutableSet<Block> BLOCKS_TO_KEEP_TRACK_OF = ImmutableSet.of(
|
public static final ImmutableSet<Block> BLOCKS_TO_KEEP_TRACK_OF = ImmutableSet.of(
|
||||||
|
Blocks.DIAMOND_BLOCK,
|
||||||
|
//Blocks.COAL_ORE,
|
||||||
|
Blocks.COAL_BLOCK,
|
||||||
|
//Blocks.IRON_ORE,
|
||||||
|
Blocks.IRON_BLOCK,
|
||||||
|
//Blocks.GOLD_ORE,
|
||||||
|
Blocks.GOLD_BLOCK,
|
||||||
|
Blocks.EMERALD_ORE,
|
||||||
|
Blocks.EMERALD_BLOCK,
|
||||||
|
|
||||||
Blocks.ENDER_CHEST,
|
Blocks.ENDER_CHEST,
|
||||||
Blocks.FURNACE,
|
Blocks.FURNACE,
|
||||||
Blocks.CHEST,
|
Blocks.CHEST,
|
||||||
Blocks.TRAPPED_CHEST,
|
Blocks.TRAPPED_CHEST,
|
||||||
Blocks.END_PORTAL,
|
Blocks.END_PORTAL,
|
||||||
Blocks.END_PORTAL_FRAME,
|
Blocks.END_PORTAL_FRAME,
|
||||||
Blocks.SPAWNER,
|
Blocks.MOB_SPAWNER,
|
||||||
Blocks.BARRIER,
|
Blocks.BARRIER,
|
||||||
Blocks.OBSERVER,
|
Blocks.OBSERVER,
|
||||||
Blocks.WHITE_SHULKER_BOX,
|
Blocks.WHITE_SHULKER_BOX,
|
||||||
@@ -55,7 +65,7 @@ public final class CachedChunk {
|
|||||||
Blocks.LIME_SHULKER_BOX,
|
Blocks.LIME_SHULKER_BOX,
|
||||||
Blocks.PINK_SHULKER_BOX,
|
Blocks.PINK_SHULKER_BOX,
|
||||||
Blocks.GRAY_SHULKER_BOX,
|
Blocks.GRAY_SHULKER_BOX,
|
||||||
Blocks.LIGHT_GRAY_SHULKER_BOX,
|
Blocks.SILVER_SHULKER_BOX,
|
||||||
Blocks.CYAN_SHULKER_BOX,
|
Blocks.CYAN_SHULKER_BOX,
|
||||||
Blocks.PURPLE_SHULKER_BOX,
|
Blocks.PURPLE_SHULKER_BOX,
|
||||||
Blocks.BLUE_SHULKER_BOX,
|
Blocks.BLUE_SHULKER_BOX,
|
||||||
@@ -63,52 +73,25 @@ public final class CachedChunk {
|
|||||||
Blocks.GREEN_SHULKER_BOX,
|
Blocks.GREEN_SHULKER_BOX,
|
||||||
Blocks.RED_SHULKER_BOX,
|
Blocks.RED_SHULKER_BOX,
|
||||||
Blocks.BLACK_SHULKER_BOX,
|
Blocks.BLACK_SHULKER_BOX,
|
||||||
Blocks.NETHER_PORTAL,
|
Blocks.PORTAL,
|
||||||
Blocks.HOPPER,
|
Blocks.HOPPER,
|
||||||
Blocks.BEACON,
|
Blocks.BEACON,
|
||||||
Blocks.BREWING_STAND,
|
Blocks.BREWING_STAND,
|
||||||
|
Blocks.SKULL,
|
||||||
// TODO: Maybe add a predicate for blocks to keep track of?
|
|
||||||
// This should really not need to happen
|
|
||||||
Blocks.CREEPER_HEAD,
|
|
||||||
Blocks.CREEPER_WALL_HEAD,
|
|
||||||
Blocks.DRAGON_HEAD,
|
|
||||||
Blocks.DRAGON_WALL_HEAD,
|
|
||||||
Blocks.PLAYER_HEAD,
|
|
||||||
Blocks.PLAYER_WALL_HEAD,
|
|
||||||
Blocks.ZOMBIE_HEAD,
|
|
||||||
Blocks.ZOMBIE_WALL_HEAD,
|
|
||||||
Blocks.SKELETON_SKULL,
|
|
||||||
Blocks.SKELETON_WALL_SKULL,
|
|
||||||
Blocks.WITHER_SKELETON_SKULL,
|
|
||||||
Blocks.WITHER_SKELETON_WALL_SKULL,
|
|
||||||
Blocks.ENCHANTING_TABLE,
|
Blocks.ENCHANTING_TABLE,
|
||||||
Blocks.ANVIL,
|
Blocks.ANVIL,
|
||||||
Blocks.WHITE_BED,
|
Blocks.LIT_FURNACE,
|
||||||
Blocks.ORANGE_BED,
|
Blocks.BED,
|
||||||
Blocks.MAGENTA_BED,
|
|
||||||
Blocks.LIGHT_BLUE_BED,
|
|
||||||
Blocks.YELLOW_BED,
|
|
||||||
Blocks.LIME_BED,
|
|
||||||
Blocks.PINK_BED,
|
|
||||||
Blocks.GRAY_BED,
|
|
||||||
Blocks.LIGHT_GRAY_BED,
|
|
||||||
Blocks.CYAN_BED,
|
|
||||||
Blocks.PURPLE_BED,
|
|
||||||
Blocks.BLUE_BED,
|
|
||||||
Blocks.BROWN_BED,
|
|
||||||
Blocks.GREEN_BED,
|
|
||||||
Blocks.RED_BED,
|
|
||||||
Blocks.BLACK_BED,
|
|
||||||
Blocks.DRAGON_EGG,
|
Blocks.DRAGON_EGG,
|
||||||
Blocks.JUKEBOX,
|
Blocks.JUKEBOX,
|
||||||
Blocks.END_GATEWAY,
|
Blocks.END_GATEWAY,
|
||||||
Blocks.COBWEB,
|
Blocks.WEB,
|
||||||
Blocks.NETHER_WART,
|
Blocks.NETHER_WART,
|
||||||
Blocks.LADDER,
|
Blocks.LADDER,
|
||||||
Blocks.VINE
|
Blocks.VINE
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The size of the chunk data in bits. Equal to 16 KiB.
|
* The size of the chunk data in bits. Equal to 16 KiB.
|
||||||
* <p>
|
* <p>
|
||||||
@@ -187,8 +170,8 @@ public final class CachedChunk {
|
|||||||
|
|
||||||
// we have this exact block, it's a surface block
|
// we have this exact block, it's a surface block
|
||||||
/*System.out.println("Saying that " + x + "," + y + "," + z + " is " + state);
|
/*System.out.println("Saying that " + x + "," + y + "," + z + " is " + state);
|
||||||
if (!Minecraft.getInstance().world.getBlockState(new BlockPos(x + this.x * 16, y, z + this.z * 16)).getBlock().equals(state.getBlock())) {
|
if (!Minecraft.getMinecraft().world.getBlockState(new BlockPos(x + this.x * 16, y, z + this.z * 16)).getBlock().equals(state.getBlock())) {
|
||||||
throw new IllegalStateException("failed " + Minecraft.getInstance().world.getBlockState(new BlockPos(x + this.x * 16, y, z + this.z * 16)).getBlock() + " " + state.getBlock() + " " + (x + this.x * 16) + " " + y + " " + (z + this.z * 16));
|
throw new IllegalStateException("failed " + Minecraft.getMinecraft().world.getBlockState(new BlockPos(x + this.x * 16, y, z + this.z * 16)).getBlock() + " " + state.getBlock() + " " + (x + this.x * 16) + " " + y + " " + (z + this.z * 16));
|
||||||
}*/
|
}*/
|
||||||
return overview[internalPos];
|
return overview[internalPos];
|
||||||
}
|
}
|
||||||
|
|||||||
+3
-1
@@ -184,7 +184,9 @@ public final class CachedWorld implements ICachedWorld, Helper {
|
|||||||
int distZ = ((region.getZ() << 9) + 256) - pruneCenter.getZ();
|
int distZ = ((region.getZ() << 9) + 256) - pruneCenter.getZ();
|
||||||
double dist = Math.sqrt(distX * distX + distZ * distZ);
|
double dist = Math.sqrt(distX * distX + distZ * distZ);
|
||||||
if (dist > 1024) {
|
if (dist > 1024) {
|
||||||
logDebug("Deleting cached region " + region.getX() + "," + region.getZ() + " from ram");
|
if (!Baritone.settings().censorCoordinates.value) {
|
||||||
|
logDebug("Deleting cached region " + region.getX() + "," + region.getZ() + " from ram");
|
||||||
|
}
|
||||||
cachedRegions.remove(getRegionID(region.getX(), region.getZ()));
|
cachedRegions.remove(getRegionID(region.getX(), region.getZ()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+9
-10
@@ -24,10 +24,9 @@ import net.minecraft.block.*;
|
|||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.init.Blocks;
|
import net.minecraft.init.Blocks;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.Vec3d;
|
|
||||||
import net.minecraft.world.chunk.BlockStateContainer;
|
import net.minecraft.world.chunk.BlockStateContainer;
|
||||||
import net.minecraft.world.chunk.Chunk;
|
import net.minecraft.world.chunk.Chunk;
|
||||||
import net.minecraft.world.chunk.ChunkSection;
|
import net.minecraft.world.chunk.storage.ExtendedBlockStorage;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
@@ -45,9 +44,9 @@ public final class ChunkPacker {
|
|||||||
Map<String, List<BlockPos>> specialBlocks = new HashMap<>();
|
Map<String, List<BlockPos>> specialBlocks = new HashMap<>();
|
||||||
BitSet bitSet = new BitSet(CachedChunk.SIZE);
|
BitSet bitSet = new BitSet(CachedChunk.SIZE);
|
||||||
try {
|
try {
|
||||||
ChunkSection[] chunkInternalStorageArray = chunk.getSections();
|
ExtendedBlockStorage[] chunkInternalStorageArray = chunk.getBlockStorageArray();
|
||||||
for (int y0 = 0; y0 < 16; y0++) {
|
for (int y0 = 0; y0 < 16; y0++) {
|
||||||
ChunkSection extendedblockstorage = chunkInternalStorageArray[y0];
|
ExtendedBlockStorage extendedblockstorage = chunkInternalStorageArray[y0];
|
||||||
if (extendedblockstorage == null) {
|
if (extendedblockstorage == null) {
|
||||||
// any 16x16x16 area that's all air will have null storage
|
// any 16x16x16 area that's all air will have null storage
|
||||||
// for example, in an ocean biome, with air from y=64 to y=256
|
// for example, in an ocean biome, with air from y=64 to y=256
|
||||||
@@ -59,7 +58,7 @@ public final class ChunkPacker {
|
|||||||
// since a bitset is initialized to all zero, and air is saved as zeros
|
// since a bitset is initialized to all zero, and air is saved as zeros
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
BlockStateContainer<IBlockState> bsc = extendedblockstorage.getData();
|
BlockStateContainer bsc = extendedblockstorage.getData();
|
||||||
int yReal = y0 << 4;
|
int yReal = y0 << 4;
|
||||||
// the mapping of BlockStateContainer.getIndex from xyz to index is y << 8 | z << 4 | x;
|
// the mapping of BlockStateContainer.getIndex from xyz to index is y << 8 | z << 4 | x;
|
||||||
// for better cache locality, iterate in that order
|
// for better cache locality, iterate in that order
|
||||||
@@ -106,9 +105,10 @@ public final class ChunkPacker {
|
|||||||
return new CachedChunk(chunk.x, chunk.z, bitSet, blocks, specialBlocks, System.currentTimeMillis());
|
return new CachedChunk(chunk.x, chunk.z, bitSet, blocks, specialBlocks, System.currentTimeMillis());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private static PathingBlockType getPathingBlockType(IBlockState state, Chunk chunk, int x, int y, int z) {
|
private static PathingBlockType getPathingBlockType(IBlockState state, Chunk chunk, int x, int y, int z) {
|
||||||
Block block = state.getBlock();
|
Block block = state.getBlock();
|
||||||
if (MovementHelper.isWater(state)) {
|
if (block == Blocks.WATER || block == Blocks.FLOWING_WATER) {
|
||||||
// only water source blocks are plausibly usable, flowing water should be avoid
|
// only water source blocks are plausibly usable, flowing water should be avoid
|
||||||
// FLOWING_WATER is a waterfall, it doesn't really matter and caching it as AVOID just makes it look wrong
|
// FLOWING_WATER is a waterfall, it doesn't really matter and caching it as AVOID just makes it look wrong
|
||||||
if (MovementHelper.possiblyFlowing(state)) {
|
if (MovementHelper.possiblyFlowing(state)) {
|
||||||
@@ -123,8 +123,7 @@ public final class ChunkPacker {
|
|||||||
return PathingBlockType.AVOID;
|
return PathingBlockType.AVOID;
|
||||||
}
|
}
|
||||||
if (x == 0 || x == 15 || z == 0 || z == 15) {
|
if (x == 0 || x == 15 || z == 0 || z == 15) {
|
||||||
Vec3d flow = state.getFluidState().getFlow(chunk.getWorld(), new BlockPos(x + chunk.x << 4, y, z + chunk.z << 4));
|
if (BlockLiquid.getSlopeAngle(chunk.getWorld(), new BlockPos(x + chunk.x << 4, y, z + chunk.z << 4), state.getMaterial(), state) == -1000.0F) {
|
||||||
if (flow.x != 0.0 || flow.z != 0.0) {
|
|
||||||
return PathingBlockType.WATER;
|
return PathingBlockType.WATER;
|
||||||
}
|
}
|
||||||
return PathingBlockType.AVOID;
|
return PathingBlockType.AVOID;
|
||||||
@@ -132,14 +131,14 @@ public final class ChunkPacker {
|
|||||||
return PathingBlockType.WATER;
|
return PathingBlockType.WATER;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (MovementHelper.avoidWalkingInto(state) || MovementHelper.isBottomSlab(state)) {
|
if (MovementHelper.avoidWalkingInto(block) || MovementHelper.isBottomSlab(state)) {
|
||||||
return PathingBlockType.AVOID;
|
return PathingBlockType.AVOID;
|
||||||
}
|
}
|
||||||
// We used to do an AABB check here
|
// We used to do an AABB check here
|
||||||
// however, this failed in the nether when you were near a nether fortress
|
// however, this failed in the nether when you were near a nether fortress
|
||||||
// because fences check their adjacent blocks in the world for their fence connection status to determine AABB shape
|
// because fences check their adjacent blocks in the world for their fence connection status to determine AABB shape
|
||||||
// this caused a nullpointerexception when we saved chunks on unload, because they were unable to check their neighbors
|
// this caused a nullpointerexception when we saved chunks on unload, because they were unable to check their neighbors
|
||||||
if (block instanceof BlockAir || block instanceof BlockTallGrass || block instanceof BlockDoublePlant || block instanceof BlockFlower) {
|
if (block == Blocks.AIR || block instanceof BlockTallGrass || block instanceof BlockDoublePlant || block instanceof BlockFlower) {
|
||||||
return PathingBlockType.AIR;
|
return PathingBlockType.AIR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+3
-4
@@ -24,7 +24,6 @@ import baritone.utils.accessor.IAnvilChunkLoader;
|
|||||||
import baritone.utils.accessor.IChunkProviderServer;
|
import baritone.utils.accessor.IChunkProviderServer;
|
||||||
import net.minecraft.server.integrated.IntegratedServer;
|
import net.minecraft.server.integrated.IntegratedServer;
|
||||||
import net.minecraft.world.WorldServer;
|
import net.minecraft.world.WorldServer;
|
||||||
import net.minecraft.world.dimension.DimensionType;
|
|
||||||
import org.apache.commons.lang3.SystemUtils;
|
import org.apache.commons.lang3.SystemUtils;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -56,7 +55,7 @@ public class WorldProvider implements IWorldProvider, Helper {
|
|||||||
*
|
*
|
||||||
* @param dimension The ID of the world's dimension
|
* @param dimension The ID of the world's dimension
|
||||||
*/
|
*/
|
||||||
public final void initWorld(DimensionType dimension) {
|
public final void initWorld(int dimension) {
|
||||||
File directory;
|
File directory;
|
||||||
File readme;
|
File readme;
|
||||||
|
|
||||||
@@ -93,7 +92,7 @@ public class WorldProvider implements IWorldProvider, Helper {
|
|||||||
} catch (IOException ignored) {}
|
} catch (IOException ignored) {}
|
||||||
|
|
||||||
// We will actually store the world data in a subfolder: "DIM<id>"
|
// We will actually store the world data in a subfolder: "DIM<id>"
|
||||||
Path dir = new File(directory, "DIM" + dimension.getId()).toPath();
|
Path dir = new File(directory, "DIM" + dimension).toPath();
|
||||||
if (!Files.exists(dir)) {
|
if (!Files.exists(dir)) {
|
||||||
try {
|
try {
|
||||||
Files.createDirectories(dir);
|
Files.createDirectories(dir);
|
||||||
@@ -102,7 +101,7 @@ public class WorldProvider implements IWorldProvider, Helper {
|
|||||||
|
|
||||||
System.out.println("Baritone world data dir: " + dir);
|
System.out.println("Baritone world data dir: " + dir);
|
||||||
synchronized (worldCache) {
|
synchronized (worldCache) {
|
||||||
this.currentWorld = worldCache.computeIfAbsent(dir, d -> new WorldData(d, dimension.getId()));
|
this.currentWorld = worldCache.computeIfAbsent(dir, d -> new WorldData(d, dimension));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+40
-27
@@ -28,8 +28,8 @@ import net.minecraft.client.multiplayer.ChunkProviderClient;
|
|||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.ChunkPos;
|
import net.minecraft.util.math.ChunkPos;
|
||||||
import net.minecraft.world.chunk.Chunk;
|
import net.minecraft.world.chunk.Chunk;
|
||||||
import net.minecraft.world.chunk.ChunkSection;
|
|
||||||
import net.minecraft.world.chunk.IChunkProvider;
|
import net.minecraft.world.chunk.IChunkProvider;
|
||||||
|
import net.minecraft.world.chunk.storage.ExtendedBlockStorage;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.stream.IntStream;
|
import java.util.stream.IntStream;
|
||||||
@@ -72,7 +72,7 @@ public enum WorldScanner implements IWorldScanner {
|
|||||||
foundChunks = true;
|
foundChunks = true;
|
||||||
int chunkX = xoff + playerChunkX;
|
int chunkX = xoff + playerChunkX;
|
||||||
int chunkZ = zoff + playerChunkZ;
|
int chunkZ = zoff + playerChunkZ;
|
||||||
Chunk chunk = chunkProvider.getChunk(chunkX, chunkZ, false, false);
|
Chunk chunk = chunkProvider.getLoadedChunk(chunkX, chunkZ);
|
||||||
if (chunk == null) {
|
if (chunk == null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@@ -99,7 +99,7 @@ public enum WorldScanner implements IWorldScanner {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ChunkProviderClient chunkProvider = (ChunkProviderClient) ctx.world().getChunkProvider();
|
ChunkProviderClient chunkProvider = (ChunkProviderClient) ctx.world().getChunkProvider();
|
||||||
Chunk chunk = chunkProvider.getChunk(pos.x, pos.z, false, false);
|
Chunk chunk = chunkProvider.getLoadedChunk(pos.x, pos.z);
|
||||||
int playerY = ctx.playerFeet().getY();
|
int playerY = ctx.playerFeet().getY();
|
||||||
|
|
||||||
if (chunk == null || chunk.isEmpty()) {
|
if (chunk == null || chunk.isEmpty()) {
|
||||||
@@ -111,12 +111,47 @@ public enum WorldScanner implements IWorldScanner {
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int repack(IPlayerContext ctx) {
|
||||||
|
return this.repack(ctx, 40);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int repack(IPlayerContext ctx, int range) {
|
||||||
|
IChunkProvider chunkProvider = ctx.world().getChunkProvider();
|
||||||
|
ICachedWorld cachedWorld = ctx.worldData().getCachedWorld();
|
||||||
|
|
||||||
|
BetterBlockPos playerPos = ctx.playerFeet();
|
||||||
|
|
||||||
|
int playerChunkX = playerPos.getX() >> 4;
|
||||||
|
int playerChunkZ = playerPos.getZ() >> 4;
|
||||||
|
|
||||||
|
int minX = playerChunkX - range;
|
||||||
|
int minZ = playerChunkZ - range;
|
||||||
|
int maxX = playerChunkX + range;
|
||||||
|
int maxZ = playerChunkZ + range;
|
||||||
|
|
||||||
|
int queued = 0;
|
||||||
|
for (int x = minX; x <= maxX; x++) {
|
||||||
|
for (int z = minZ; z <= maxZ; z++) {
|
||||||
|
Chunk chunk = chunkProvider.getLoadedChunk(x, z);
|
||||||
|
|
||||||
|
if (chunk != null && !chunk.isEmpty()) {
|
||||||
|
queued++;
|
||||||
|
cachedWorld.queueForPacking(chunk);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return queued;
|
||||||
|
}
|
||||||
|
|
||||||
private boolean scanChunkInto(int chunkX, int chunkZ, Chunk chunk, BlockOptionalMetaLookup filter, Collection<BlockPos> result, int max, int yLevelThreshold, int playerY, int[] coordinateIterationOrder) {
|
private boolean scanChunkInto(int chunkX, int chunkZ, Chunk chunk, BlockOptionalMetaLookup filter, Collection<BlockPos> result, int max, int yLevelThreshold, int playerY, int[] coordinateIterationOrder) {
|
||||||
ChunkSection[] chunkInternalStorageArray = chunk.getSections();
|
ExtendedBlockStorage[] chunkInternalStorageArray = chunk.getBlockStorageArray();
|
||||||
boolean foundWithinY = false;
|
boolean foundWithinY = false;
|
||||||
for (int yIndex = 0; yIndex < 16; yIndex++) {
|
for (int yIndex = 0; yIndex < 16; yIndex++) {
|
||||||
int y0 = coordinateIterationOrder[yIndex];
|
int y0 = coordinateIterationOrder[yIndex];
|
||||||
ChunkSection extendedblockstorage = chunkInternalStorageArray[y0];
|
ExtendedBlockStorage extendedblockstorage = chunkInternalStorageArray[y0];
|
||||||
if (extendedblockstorage == null) {
|
if (extendedblockstorage == null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@@ -147,26 +182,4 @@ public enum WorldScanner implements IWorldScanner {
|
|||||||
}
|
}
|
||||||
return foundWithinY;
|
return foundWithinY;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int repack(IPlayerContext ctx) {
|
|
||||||
IChunkProvider chunkProvider = ctx.world().getChunkProvider();
|
|
||||||
ICachedWorld cachedWorld = ctx.worldData().getCachedWorld();
|
|
||||||
|
|
||||||
BetterBlockPos playerPos = ctx.playerFeet();
|
|
||||||
int playerChunkX = playerPos.getX() >> 4;
|
|
||||||
int playerChunkZ = playerPos.getZ() >> 4;
|
|
||||||
int queued = 0;
|
|
||||||
for (int x = playerChunkX - 40; x <= playerChunkX + 40; x++) {
|
|
||||||
for (int z = playerChunkZ - 40; z <= playerChunkZ + 40; z++) {
|
|
||||||
Chunk chunk = chunkProvider.getChunk(x, z, false, false);
|
|
||||||
|
|
||||||
if (chunk != null && !chunk.isEmpty()) {
|
|
||||||
queued++;
|
|
||||||
cachedWorld.queueForPacking(chunk);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return queued;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ public class BaritoneChatControl implements Helper, AbstractGameEventListener {
|
|||||||
event.cancel();
|
event.cancel();
|
||||||
String commandStr = msg.substring(forceRun ? FORCE_COMMAND_PREFIX.length() : prefix.length());
|
String commandStr = msg.substring(forceRun ? FORCE_COMMAND_PREFIX.length() : prefix.length());
|
||||||
if (!runCommand(commandStr) && !commandStr.trim().isEmpty()) {
|
if (!runCommand(commandStr) && !commandStr.trim().isEmpty()) {
|
||||||
new CommandNotFoundException(CommandManager.expand(commandStr).getA()).handle(null, null);
|
new CommandNotFoundException(CommandManager.expand(commandStr).getFirst()).handle(null, null);
|
||||||
}
|
}
|
||||||
} else if ((settings.chatControl.value || settings.chatControlAnyway.value) && runCommand(msg)) {
|
} else if ((settings.chatControl.value || settings.chatControlAnyway.value) && runCommand(msg)) {
|
||||||
event.cancel();
|
event.cancel();
|
||||||
@@ -108,9 +108,9 @@ public class BaritoneChatControl implements Helper, AbstractGameEventListener {
|
|||||||
return this.runCommand("help");
|
return this.runCommand("help");
|
||||||
}
|
}
|
||||||
Tuple<String, List<ICommandArgument>> pair = CommandManager.expand(msg);
|
Tuple<String, List<ICommandArgument>> pair = CommandManager.expand(msg);
|
||||||
String command = pair.getA();
|
String command = pair.getFirst();
|
||||||
String rest = msg.substring(pair.getA().length());
|
String rest = msg.substring(pair.getFirst().length());
|
||||||
ArgConsumer argc = new ArgConsumer(this.manager, pair.getB());
|
ArgConsumer argc = new ArgConsumer(this.manager, pair.getSecond());
|
||||||
if (!argc.hasAny()) {
|
if (!argc.hasAny()) {
|
||||||
Settings.Setting setting = settings.byLowerName.get(command.toLowerCase(Locale.US));
|
Settings.Setting setting = settings.byLowerName.get(command.toLowerCase(Locale.US));
|
||||||
if (setting != null) {
|
if (setting != null) {
|
||||||
@@ -127,7 +127,7 @@ public class BaritoneChatControl implements Helper, AbstractGameEventListener {
|
|||||||
if (setting.getName().equals("logger")) {
|
if (setting.getName().equals("logger")) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (setting.getName().equalsIgnoreCase(pair.getA())) {
|
if (setting.getName().equalsIgnoreCase(pair.getFirst())) {
|
||||||
logRanCommand(command, rest);
|
logRanCommand(command, rest);
|
||||||
try {
|
try {
|
||||||
this.manager.execute(String.format("set %s %s", setting.getName(), argc.getString()));
|
this.manager.execute(String.format("set %s %s", setting.getName(), argc.getString()));
|
||||||
@@ -138,7 +138,7 @@ public class BaritoneChatControl implements Helper, AbstractGameEventListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If the command exists, then handle echoing the input
|
// If the command exists, then handle echoing the input
|
||||||
if (this.manager.getCommand(pair.getA()) != null) {
|
if (this.manager.getCommand(pair.getFirst()) != null) {
|
||||||
logRanCommand(command, rest);
|
logRanCommand(command, rest);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -316,8 +316,7 @@ public class ArgConsumer implements IArgConsumer {
|
|||||||
try {
|
try {
|
||||||
return datatype.apply(this.context, original);
|
return datatype.apply(this.context, original);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
throw new CommandInvalidTypeException(hasAny() ? peek() : consumed(), datatype.getClass().getSimpleName(), e);
|
||||||
throw new CommandInvalidTypeException(hasAny() ? peek() : consumed(), datatype.getClass().getSimpleName());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -346,7 +345,7 @@ public class ArgConsumer implements IArgConsumer {
|
|||||||
try {
|
try {
|
||||||
return datatype.get(this.context);
|
return datatype.get(this.context);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new CommandInvalidTypeException(hasAny() ? peek() : consumed(), datatype.getClass().getSimpleName());
|
throw new CommandInvalidTypeException(hasAny() ? peek() : consumed(), datatype.getClass().getSimpleName(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
package baritone.command.defaults;
|
package baritone.command.defaults;
|
||||||
|
|
||||||
|
import baritone.Baritone;
|
||||||
import baritone.api.IBaritone;
|
import baritone.api.IBaritone;
|
||||||
import baritone.api.utils.BetterBlockPos;
|
import baritone.api.utils.BetterBlockPos;
|
||||||
import baritone.api.command.Command;
|
import baritone.api.command.Command;
|
||||||
@@ -26,16 +27,16 @@ import baritone.api.command.exception.CommandException;
|
|||||||
import baritone.api.command.exception.CommandInvalidStateException;
|
import baritone.api.command.exception.CommandInvalidStateException;
|
||||||
import baritone.api.command.argument.IArgConsumer;
|
import baritone.api.command.argument.IArgConsumer;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
|
import org.apache.commons.io.FilenameUtils;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Locale;
|
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
public class BuildCommand extends Command {
|
public class BuildCommand extends Command {
|
||||||
|
|
||||||
private static final File schematicsDir = new File(mc.gameDir, "schematics");
|
private static final File schematicsDir = new File(Minecraft.getMinecraft().gameDir, "schematics");
|
||||||
|
|
||||||
public BuildCommand(IBaritone baritone) {
|
public BuildCommand(IBaritone baritone) {
|
||||||
super(baritone, "build");
|
super(baritone, "build");
|
||||||
@@ -44,8 +45,8 @@ public class BuildCommand extends Command {
|
|||||||
@Override
|
@Override
|
||||||
public void execute(String label, IArgConsumer args) throws CommandException {
|
public void execute(String label, IArgConsumer args) throws CommandException {
|
||||||
File file = args.getDatatypePost(RelativeFile.INSTANCE, schematicsDir).getAbsoluteFile();
|
File file = args.getDatatypePost(RelativeFile.INSTANCE, schematicsDir).getAbsoluteFile();
|
||||||
if (!file.getName().toLowerCase(Locale.US).endsWith(".schematic")) {
|
if (FilenameUtils.getExtension(file.getAbsolutePath()).isEmpty()) {
|
||||||
file = new File(file.getAbsolutePath() + ".schematic");
|
file = new File(file.getAbsolutePath() + "." + Baritone.settings().schematicFallbackExtension);
|
||||||
}
|
}
|
||||||
BetterBlockPos origin = ctx.playerFeet();
|
BetterBlockPos origin = ctx.playerFeet();
|
||||||
BetterBlockPos buildOrigin;
|
BetterBlockPos buildOrigin;
|
||||||
|
|||||||
@@ -1,61 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of Baritone.
|
|
||||||
*
|
|
||||||
* Baritone is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU Lesser General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* Baritone is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* along with Baritone. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package baritone.command.defaults;
|
|
||||||
|
|
||||||
import baritone.api.IBaritone;
|
|
||||||
import baritone.api.command.Command;
|
|
||||||
import baritone.api.command.exception.CommandException;
|
|
||||||
import baritone.api.command.argument.IArgConsumer;
|
|
||||||
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.stream.Stream;
|
|
||||||
|
|
||||||
public class CancelCommand extends Command {
|
|
||||||
|
|
||||||
public CancelCommand(IBaritone baritone) {
|
|
||||||
super(baritone, "cancel", "stop");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void execute(String label, IArgConsumer args) throws CommandException {
|
|
||||||
args.requireMax(0);
|
|
||||||
baritone.getPathingBehavior().cancelEverything();
|
|
||||||
logDirect("ok canceled");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Stream<String> tabComplete(String label, IArgConsumer args) {
|
|
||||||
return Stream.empty();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getShortDesc() {
|
|
||||||
return "Cancel what Baritone is currently doing";
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public List<String> getLongDesc() {
|
|
||||||
return Arrays.asList(
|
|
||||||
"The cancel command tells Baritone to stop whatever it's currently doing.",
|
|
||||||
"",
|
|
||||||
"Usage:",
|
|
||||||
"> cancel"
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -24,52 +24,53 @@ import java.util.*;
|
|||||||
|
|
||||||
public final class DefaultCommands {
|
public final class DefaultCommands {
|
||||||
|
|
||||||
private DefaultCommands() {}
|
private DefaultCommands() {
|
||||||
|
}
|
||||||
|
|
||||||
public static List<ICommand> createAll(IBaritone baritone) {
|
public static List<ICommand> createAll(IBaritone baritone) {
|
||||||
Objects.requireNonNull(baritone);
|
Objects.requireNonNull(baritone);
|
||||||
List<ICommand> commands = new ArrayList<>(Arrays.asList(
|
List<ICommand> commands = new ArrayList<>(Arrays.asList(
|
||||||
new HelpCommand(baritone),
|
new HelpCommand(baritone),
|
||||||
new SetCommand(baritone),
|
new SetCommand(baritone),
|
||||||
new CommandAlias(baritone, Arrays.asList("modified", "mod", "baritone", "modifiedsettings"), "List modified settings", "set modified"),
|
new CommandAlias(baritone, Arrays.asList("modified", "mod", "baritone", "modifiedsettings"), "List modified settings", "set modified"),
|
||||||
new CommandAlias(baritone, "reset", "Reset all settings or just one", "set reset"),
|
new CommandAlias(baritone, "reset", "Reset all settings or just one", "set reset"),
|
||||||
new GoalCommand(baritone),
|
new GoalCommand(baritone),
|
||||||
new GotoCommand(baritone),
|
new GotoCommand(baritone),
|
||||||
new PathCommand(baritone),
|
new PathCommand(baritone),
|
||||||
new ProcCommand(baritone),
|
new ProcCommand(baritone),
|
||||||
new VersionCommand(baritone),
|
new VersionCommand(baritone),
|
||||||
new RepackCommand(baritone),
|
new RepackCommand(baritone),
|
||||||
new BuildCommand(baritone),
|
new BuildCommand(baritone),
|
||||||
new SchematicaCommand(baritone),
|
new SchematicaCommand(baritone),
|
||||||
new ComeCommand(baritone),
|
new ComeCommand(baritone),
|
||||||
new AxisCommand(baritone),
|
new AxisCommand(baritone),
|
||||||
new CancelCommand(baritone),
|
new ForceCancelCommand(baritone),
|
||||||
new ForceCancelCommand(baritone),
|
new GcCommand(baritone),
|
||||||
new GcCommand(baritone),
|
new InvertCommand(baritone),
|
||||||
new InvertCommand(baritone),
|
new TunnelCommand(baritone),
|
||||||
new TunnelCommand(baritone),
|
new RenderCommand(baritone),
|
||||||
new RenderCommand(baritone),
|
new FarmCommand(baritone),
|
||||||
new FarmCommand(baritone),
|
new ChestsCommand(baritone),
|
||||||
new ChestsCommand(baritone),
|
new FollowCommand(baritone),
|
||||||
new FollowCommand(baritone),
|
new ExploreFilterCommand(baritone),
|
||||||
new ExploreFilterCommand(baritone),
|
new ReloadAllCommand(baritone),
|
||||||
new ReloadAllCommand(baritone),
|
new SaveAllCommand(baritone),
|
||||||
new SaveAllCommand(baritone),
|
new ExploreCommand(baritone),
|
||||||
new ExploreCommand(baritone),
|
new BlacklistCommand(baritone),
|
||||||
new BlacklistCommand(baritone),
|
new FindCommand(baritone),
|
||||||
new FindCommand(baritone),
|
new MineCommand(baritone),
|
||||||
new MineCommand(baritone),
|
new ClickCommand(baritone),
|
||||||
new ClickCommand(baritone),
|
new ThisWayCommand(baritone),
|
||||||
new ThisWayCommand(baritone),
|
new WaypointsCommand(baritone),
|
||||||
new WaypointsCommand(baritone),
|
new CommandAlias(baritone, "sethome", "Sets your home waypoint", "waypoints save home"),
|
||||||
new CommandAlias(baritone, "sethome", "Sets your home waypoint", "waypoints save home"),
|
new CommandAlias(baritone, "home", "Set goal to your home waypoint", "waypoints goal home"),
|
||||||
new CommandAlias(baritone, "home", "Set goal to your home waypoint", "waypoints goal home"),
|
new SelCommand(baritone)
|
||||||
new SelCommand(baritone)
|
|
||||||
));
|
));
|
||||||
PauseResumeCommands prc = new PauseResumeCommands(baritone);
|
ExecutionControlCommands prc = new ExecutionControlCommands(baritone);
|
||||||
commands.add(prc.pauseCommand);
|
commands.add(prc.pauseCommand);
|
||||||
commands.add(prc.resumeCommand);
|
commands.add(prc.resumeCommand);
|
||||||
commands.add(prc.pausedCommand);
|
commands.add(prc.pausedCommand);
|
||||||
|
commands.add(prc.cancelCommand);
|
||||||
return Collections.unmodifiableList(commands);
|
return Collections.unmodifiableList(commands);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+40
-7
@@ -18,13 +18,13 @@
|
|||||||
package baritone.command.defaults;
|
package baritone.command.defaults;
|
||||||
|
|
||||||
import baritone.api.IBaritone;
|
import baritone.api.IBaritone;
|
||||||
|
import baritone.api.command.Command;
|
||||||
|
import baritone.api.command.argument.IArgConsumer;
|
||||||
|
import baritone.api.command.exception.CommandException;
|
||||||
|
import baritone.api.command.exception.CommandInvalidStateException;
|
||||||
import baritone.api.process.IBaritoneProcess;
|
import baritone.api.process.IBaritoneProcess;
|
||||||
import baritone.api.process.PathingCommand;
|
import baritone.api.process.PathingCommand;
|
||||||
import baritone.api.process.PathingCommandType;
|
import baritone.api.process.PathingCommandType;
|
||||||
import baritone.api.command.Command;
|
|
||||||
import baritone.api.command.exception.CommandException;
|
|
||||||
import baritone.api.command.exception.CommandInvalidStateException;
|
|
||||||
import baritone.api.command.argument.IArgConsumer;
|
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
@@ -37,13 +37,14 @@ import java.util.stream.Stream;
|
|||||||
* TO USE THIS to pause and resume Baritone. Make your own process that returns {@link PathingCommandType#REQUEST_PAUSE
|
* TO USE THIS to pause and resume Baritone. Make your own process that returns {@link PathingCommandType#REQUEST_PAUSE
|
||||||
* REQUEST_PAUSE} as needed.
|
* REQUEST_PAUSE} as needed.
|
||||||
*/
|
*/
|
||||||
public class PauseResumeCommands {
|
public class ExecutionControlCommands {
|
||||||
|
|
||||||
Command pauseCommand;
|
Command pauseCommand;
|
||||||
Command resumeCommand;
|
Command resumeCommand;
|
||||||
Command pausedCommand;
|
Command pausedCommand;
|
||||||
|
Command cancelCommand;
|
||||||
|
|
||||||
public PauseResumeCommands(IBaritone baritone) {
|
public ExecutionControlCommands(IBaritone baritone) {
|
||||||
// array for mutability, non-field so reflection can't touch it
|
// array for mutability, non-field so reflection can't touch it
|
||||||
final boolean[] paused = {false};
|
final boolean[] paused = {false};
|
||||||
baritone.getPathingControlManager().registerProcess(
|
baritone.getPathingControlManager().registerProcess(
|
||||||
@@ -64,7 +65,8 @@ public class PauseResumeCommands {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onLostControl() {}
|
public void onLostControl() {
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public double priority() {
|
public double priority() {
|
||||||
@@ -169,5 +171,36 @@ public class PauseResumeCommands {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
cancelCommand = new Command(baritone, "cancel", "stop") {
|
||||||
|
@Override
|
||||||
|
public void execute(String label, IArgConsumer args) throws CommandException {
|
||||||
|
args.requireMax(0);
|
||||||
|
if (paused[0]) {
|
||||||
|
paused[0] = false;
|
||||||
|
}
|
||||||
|
baritone.getPathingBehavior().cancelEverything();
|
||||||
|
logDirect("ok canceled");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Stream<String> tabComplete(String label, IArgConsumer args) {
|
||||||
|
return Stream.empty();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getShortDesc() {
|
||||||
|
return "Cancel what Baritone is currently doing";
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public List<String> getLongDesc() {
|
||||||
|
return Arrays.asList(
|
||||||
|
"The cancel command tells Baritone to stop whatever it's currently doing.",
|
||||||
|
"",
|
||||||
|
"Usage:",
|
||||||
|
"> cancel"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -24,7 +24,6 @@ import baritone.api.command.datatypes.BlockById;
|
|||||||
import baritone.api.command.exception.CommandException;
|
import baritone.api.command.exception.CommandException;
|
||||||
import baritone.api.command.argument.IArgConsumer;
|
import baritone.api.command.argument.IArgConsumer;
|
||||||
import net.minecraft.block.Block;
|
import net.minecraft.block.Block;
|
||||||
import net.minecraft.util.registry.IRegistry;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
@@ -47,7 +46,7 @@ public class FindCommand extends Command {
|
|||||||
toFind.stream()
|
toFind.stream()
|
||||||
.flatMap(block ->
|
.flatMap(block ->
|
||||||
ctx.worldData().getCachedWorld().getLocationsOf(
|
ctx.worldData().getCachedWorld().getLocationsOf(
|
||||||
IRegistry.BLOCK.getKey(block).getPath(),
|
Block.REGISTRY.getNameForObject(block).getPath(),
|
||||||
Integer.MAX_VALUE,
|
Integer.MAX_VALUE,
|
||||||
origin.x,
|
origin.x,
|
||||||
origin.y,
|
origin.y,
|
||||||
|
|||||||
@@ -26,11 +26,10 @@ import baritone.api.command.exception.CommandException;
|
|||||||
import baritone.api.command.argument.IArgConsumer;
|
import baritone.api.command.argument.IArgConsumer;
|
||||||
import baritone.api.command.helpers.TabCompleteHelper;
|
import baritone.api.command.helpers.TabCompleteHelper;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
|
import net.minecraft.entity.EntityList;
|
||||||
import net.minecraft.entity.EntityLiving;
|
import net.minecraft.entity.EntityLiving;
|
||||||
import net.minecraft.entity.EntityType;
|
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
import net.minecraft.util.registry.IRegistry;
|
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.function.Predicate;
|
import java.util.function.Predicate;
|
||||||
@@ -48,7 +47,7 @@ public class FollowCommand extends Command {
|
|||||||
FollowGroup group;
|
FollowGroup group;
|
||||||
FollowList list;
|
FollowList list;
|
||||||
List<Entity> entities = new ArrayList<>();
|
List<Entity> entities = new ArrayList<>();
|
||||||
List<EntityType> classes = new ArrayList<>();
|
List<Class<? extends Entity>> classes = new ArrayList<>();
|
||||||
if (args.hasExactlyOne()) {
|
if (args.hasExactlyOne()) {
|
||||||
baritone.getFollowProcess().follow((group = args.getEnum(FollowGroup.class)).filter);
|
baritone.getFollowProcess().follow((group = args.getEnum(FollowGroup.class)).filter);
|
||||||
} else {
|
} else {
|
||||||
@@ -57,9 +56,9 @@ public class FollowCommand extends Command {
|
|||||||
list = args.getEnum(FollowList.class);
|
list = args.getEnum(FollowList.class);
|
||||||
while (args.hasAny()) {
|
while (args.hasAny()) {
|
||||||
Object gotten = args.getDatatypeFor(list.datatype);
|
Object gotten = args.getDatatypeFor(list.datatype);
|
||||||
if (gotten instanceof EntityType) {
|
if (gotten instanceof Class) {
|
||||||
//noinspection unchecked
|
//noinspection unchecked
|
||||||
classes.add((EntityType) gotten);
|
classes.add((Class<? extends Entity>) gotten);
|
||||||
} else {
|
} else {
|
||||||
entities.add((Entity) gotten);
|
entities.add((Entity) gotten);
|
||||||
}
|
}
|
||||||
@@ -67,7 +66,7 @@ public class FollowCommand extends Command {
|
|||||||
baritone.getFollowProcess().follow(
|
baritone.getFollowProcess().follow(
|
||||||
classes.isEmpty()
|
classes.isEmpty()
|
||||||
? entities::contains
|
? entities::contains
|
||||||
: e -> classes.stream().anyMatch(c -> c.getEntityClass().isInstance(e))
|
: e -> classes.stream().anyMatch(c -> c.isInstance(e))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (group != null) {
|
if (group != null) {
|
||||||
@@ -80,7 +79,7 @@ public class FollowCommand extends Command {
|
|||||||
.forEach(this::logDirect);
|
.forEach(this::logDirect);
|
||||||
} else {
|
} else {
|
||||||
classes.stream()
|
classes.stream()
|
||||||
.map(IRegistry.ENTITY_TYPE::getKey)
|
.map(EntityList::getKey)
|
||||||
.map(Objects::requireNonNull)
|
.map(Objects::requireNonNull)
|
||||||
.map(ResourceLocation::toString)
|
.map(ResourceLocation::toString)
|
||||||
.forEach(this::logDirect);
|
.forEach(this::logDirect);
|
||||||
|
|||||||
@@ -41,9 +41,13 @@ public class GotoCommand extends Command {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void execute(String label, IArgConsumer args) throws CommandException {
|
public void execute(String label, IArgConsumer args) throws CommandException {
|
||||||
if (args.peekDatatypeOrNull(RelativeCoordinate.INSTANCE) != null) { // if we have a numeric first argument...
|
// If we have a numeric first argument, then parse arguments as coordinates.
|
||||||
|
// Note: There is no reason to want to go where you're already at so there
|
||||||
|
// is no need to handle the case of empty arguments.
|
||||||
|
if (args.peekDatatypeOrNull(RelativeCoordinate.INSTANCE) != null) {
|
||||||
|
args.requireMax(3);
|
||||||
BetterBlockPos origin = baritone.getPlayerContext().playerFeet();
|
BetterBlockPos origin = baritone.getPlayerContext().playerFeet();
|
||||||
Goal goal = args.getDatatypePostOrNull(RelativeGoal.INSTANCE, origin);
|
Goal goal = args.getDatatypePost(RelativeGoal.INSTANCE, origin);
|
||||||
logDirect(String.format("Going to: %s", goal.toString()));
|
logDirect(String.format("Going to: %s", goal.toString()));
|
||||||
baritone.getCustomGoalProcess().setGoalAndPath(goal);
|
baritone.getCustomGoalProcess().setGoalAndPath(goal);
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ public class RenderCommand extends Command {
|
|||||||
args.requireMax(0);
|
args.requireMax(0);
|
||||||
BetterBlockPos origin = ctx.playerFeet();
|
BetterBlockPos origin = ctx.playerFeet();
|
||||||
int renderDistance = (mc.gameSettings.renderDistanceChunks + 1) * 16;
|
int renderDistance = (mc.gameSettings.renderDistanceChunks + 1) * 16;
|
||||||
mc.worldRenderer.markBlockRangeForRenderUpdate(
|
mc.renderGlobal.markBlockRangeForRenderUpdate(
|
||||||
origin.x - renderDistance,
|
origin.x - renderDistance,
|
||||||
0,
|
0,
|
||||||
origin.z - renderDistance,
|
origin.z - renderDistance,
|
||||||
|
|||||||
@@ -23,10 +23,10 @@ import baritone.api.command.ICommand;
|
|||||||
import baritone.api.command.argument.ICommandArgument;
|
import baritone.api.command.argument.ICommandArgument;
|
||||||
import baritone.api.command.exception.CommandUnhandledException;
|
import baritone.api.command.exception.CommandUnhandledException;
|
||||||
import baritone.api.command.exception.ICommandException;
|
import baritone.api.command.exception.ICommandException;
|
||||||
|
import baritone.command.argument.ArgConsumer;
|
||||||
import baritone.api.command.helpers.TabCompleteHelper;
|
import baritone.api.command.helpers.TabCompleteHelper;
|
||||||
import baritone.api.command.manager.ICommandManager;
|
import baritone.api.command.manager.ICommandManager;
|
||||||
import baritone.api.command.registry.Registry;
|
import baritone.api.command.registry.Registry;
|
||||||
import baritone.command.argument.ArgConsumer;
|
|
||||||
import baritone.command.argument.CommandArguments;
|
import baritone.command.argument.CommandArguments;
|
||||||
import baritone.command.defaults.DefaultCommands;
|
import baritone.command.defaults.DefaultCommands;
|
||||||
import net.minecraft.util.Tuple;
|
import net.minecraft.util.Tuple;
|
||||||
@@ -35,7 +35,6 @@ import java.util.List;
|
|||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default, internal implementation of {@link ICommandManager}
|
* The default, internal implementation of {@link ICommandManager}
|
||||||
*
|
*
|
||||||
@@ -95,8 +94,8 @@ public class CommandManager implements ICommandManager {
|
|||||||
@Override
|
@Override
|
||||||
public Stream<String> tabComplete(String prefix) {
|
public Stream<String> tabComplete(String prefix) {
|
||||||
Tuple<String, List<ICommandArgument>> pair = expand(prefix, true);
|
Tuple<String, List<ICommandArgument>> pair = expand(prefix, true);
|
||||||
String label = pair.getA();
|
String label = pair.getFirst();
|
||||||
List<ICommandArgument> args = pair.getB();
|
List<ICommandArgument> args = pair.getSecond();
|
||||||
if (args.isEmpty()) {
|
if (args.isEmpty()) {
|
||||||
return new TabCompleteHelper()
|
return new TabCompleteHelper()
|
||||||
.addCommands(this.baritone.getCommandManager())
|
.addCommands(this.baritone.getCommandManager())
|
||||||
@@ -108,8 +107,8 @@ public class CommandManager implements ICommandManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private ExecutionWrapper from(Tuple<String, List<ICommandArgument>> expanded) {
|
private ExecutionWrapper from(Tuple<String, List<ICommandArgument>> expanded) {
|
||||||
String label = expanded.getA();
|
String label = expanded.getFirst();
|
||||||
ArgConsumer args = new ArgConsumer(this, expanded.getB());
|
ArgConsumer args = new ArgConsumer(this, expanded.getSecond());
|
||||||
|
|
||||||
ICommand command = this.getCommand(label);
|
ICommand command = this.getCommand(label);
|
||||||
return command == null ? null : new ExecutionWrapper(command, label, args);
|
return command == null ? null : new ExecutionWrapper(command, label, args);
|
||||||
@@ -126,7 +125,6 @@ public class CommandManager implements ICommandManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static final class ExecutionWrapper {
|
private static final class ExecutionWrapper {
|
||||||
|
|
||||||
private ICommand command;
|
private ICommand command;
|
||||||
private String label;
|
private String label;
|
||||||
private ArgConsumer args;
|
private ArgConsumer args;
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ public final class GameEventHandler implements IEventBus, Helper {
|
|||||||
// to make sure the chunk being unloaded is already loaded.
|
// to make sure the chunk being unloaded is already loaded.
|
||||||
boolean isPreUnload = state == EventState.PRE
|
boolean isPreUnload = state == EventState.PRE
|
||||||
&& type == ChunkEvent.Type.UNLOAD
|
&& type == ChunkEvent.Type.UNLOAD
|
||||||
&& world.getChunkProvider().getChunk(event.getX(), event.getZ(), false, false) != null;
|
&& world.getChunkProvider().isChunkGeneratedAt(event.getX(), event.getZ());
|
||||||
|
|
||||||
if (isPostPopulate || isPreUnload) {
|
if (isPostPopulate || isPreUnload) {
|
||||||
baritone.getWorldProvider().ifWorldLoaded(worldData -> {
|
baritone.getWorldProvider().ifWorldLoaded(worldData -> {
|
||||||
@@ -114,7 +114,7 @@ public final class GameEventHandler implements IEventBus, Helper {
|
|||||||
if (event.getState() == EventState.POST) {
|
if (event.getState() == EventState.POST) {
|
||||||
cache.closeWorld();
|
cache.closeWorld();
|
||||||
if (event.getWorld() != null) {
|
if (event.getWorld() != null) {
|
||||||
cache.initWorld(event.getWorld().getDimension().getType());
|
cache.initWorld(event.getWorld().provider.getDimensionType().getId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ public class CalculationContext {
|
|||||||
this.bsi = new BlockStateInterface(world, worldData, forUseOnAnotherThread);
|
this.bsi = new BlockStateInterface(world, worldData, forUseOnAnotherThread);
|
||||||
this.toolSet = new ToolSet(player);
|
this.toolSet = new ToolSet(player);
|
||||||
this.hasThrowaway = Baritone.settings().allowPlace.value && ((Baritone) baritone).getInventoryBehavior().hasGenericThrowaway();
|
this.hasThrowaway = Baritone.settings().allowPlace.value && ((Baritone) baritone).getInventoryBehavior().hasGenericThrowaway();
|
||||||
this.hasWaterBucket = Baritone.settings().allowWaterBucketFall.value && InventoryPlayer.isHotbar(player.inventory.getSlotFor(STACK_BUCKET_WATER)) && !world.getDimension().isNether();
|
this.hasWaterBucket = Baritone.settings().allowWaterBucketFall.value && InventoryPlayer.isHotbar(player.inventory.getSlotFor(STACK_BUCKET_WATER)) && !world.provider.isNether();
|
||||||
this.canSprint = Baritone.settings().allowSprint.value && player.getFoodStats().getFoodLevel() > 6;
|
this.canSprint = Baritone.settings().allowSprint.value && player.getFoodStats().getFoodLevel() > 6;
|
||||||
this.placeBlockCost = Baritone.settings().blockPlacementPenalty.value;
|
this.placeBlockCost = Baritone.settings().blockPlacementPenalty.value;
|
||||||
this.allowBreak = Baritone.settings().allowBreak.value;
|
this.allowBreak = Baritone.settings().allowBreak.value;
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ import baritone.api.utils.*;
|
|||||||
import baritone.api.utils.input.Input;
|
import baritone.api.utils.input.Input;
|
||||||
import baritone.behavior.PathingBehavior;
|
import baritone.behavior.PathingBehavior;
|
||||||
import baritone.utils.BlockStateInterface;
|
import baritone.utils.BlockStateInterface;
|
||||||
|
import net.minecraft.block.BlockLiquid;
|
||||||
import net.minecraft.entity.item.EntityFallingBlock;
|
import net.minecraft.entity.item.EntityFallingBlock;
|
||||||
import net.minecraft.util.EnumFacing;
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.math.AxisAlignedBB;
|
import net.minecraft.util.math.AxisAlignedBB;
|
||||||
@@ -122,7 +123,7 @@ public abstract class Movement implements IMovement, MovementHelper {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public MovementStatus update() {
|
public MovementStatus update() {
|
||||||
ctx.player().abilities.isFlying = false;
|
ctx.player().capabilities.isFlying = false;
|
||||||
currentState = updateState(currentState);
|
currentState = updateState(currentState);
|
||||||
if (MovementHelper.isLiquid(ctx, ctx.playerFeet())) {
|
if (MovementHelper.isLiquid(ctx, ctx.playerFeet())) {
|
||||||
currentState.setInput(Input.JUMP, true);
|
currentState.setInput(Input.JUMP, true);
|
||||||
@@ -160,7 +161,7 @@ public abstract class Movement implements IMovement, MovementHelper {
|
|||||||
if (!ctx.world().getEntitiesWithinAABB(EntityFallingBlock.class, new AxisAlignedBB(0, 0, 0, 1, 1.1, 1).offset(blockPos)).isEmpty() && Baritone.settings().pauseMiningForFallingBlocks.value) {
|
if (!ctx.world().getEntitiesWithinAABB(EntityFallingBlock.class, new AxisAlignedBB(0, 0, 0, 1, 1.1, 1).offset(blockPos)).isEmpty() && Baritone.settings().pauseMiningForFallingBlocks.value) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!MovementHelper.canWalkThrough(ctx, blockPos)) { // can't break air, so don't try
|
if (!MovementHelper.canWalkThrough(ctx, blockPos) && !(BlockStateInterface.getBlock(ctx, blockPos) instanceof BlockLiquid)) { // can't break liquid, so don't try
|
||||||
somethingInTheWay = true;
|
somethingInTheWay = true;
|
||||||
MovementHelper.switchToBestToolFor(ctx, BlockStateInterface.get(ctx, blockPos));
|
MovementHelper.switchToBestToolFor(ctx, BlockStateInterface.get(ctx, blockPos));
|
||||||
Optional<Rotation> reachable = RotationUtils.reachable(ctx.player(), blockPos, ctx.playerController().getBlockReachDistance());
|
Optional<Rotation> reachable = RotationUtils.reachable(ctx.player(), blockPos, ctx.playerController().getBlockReachDistance());
|
||||||
@@ -176,7 +177,7 @@ public abstract class Movement implements IMovement, MovementHelper {
|
|||||||
//i'm doing it anyway
|
//i'm doing it anyway
|
||||||
//i dont care if theres snow in the way!!!!!!!
|
//i dont care if theres snow in the way!!!!!!!
|
||||||
//you dont own me!!!!
|
//you dont own me!!!!
|
||||||
state.setTarget(new MovementState.MovementTarget(RotationUtils.calcRotationFromVec3d(ctx.player().getEyePosition(1.0F),
|
state.setTarget(new MovementState.MovementTarget(RotationUtils.calcRotationFromVec3d(ctx.player().getPositionEyes(1.0F),
|
||||||
VecUtils.getBlockPosCenter(blockPos), ctx.playerRotations()), true)
|
VecUtils.getBlockPosCenter(blockPos), ctx.playerRotations()), true)
|
||||||
);
|
);
|
||||||
// don't check selectedblock on this one, this is a fallback when we can't see any face directly, it's intended to be breaking the "incorrect" block
|
// don't check selectedblock on this one, this is a fallback when we can't see any face directly, it's intended to be breaking the "incorrect" block
|
||||||
|
|||||||
@@ -28,20 +28,14 @@ import baritone.pathing.movement.MovementState.MovementTarget;
|
|||||||
import baritone.utils.BlockStateInterface;
|
import baritone.utils.BlockStateInterface;
|
||||||
import baritone.utils.ToolSet;
|
import baritone.utils.ToolSet;
|
||||||
import net.minecraft.block.*;
|
import net.minecraft.block.*;
|
||||||
|
import net.minecraft.block.properties.PropertyBool;
|
||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.fluid.FlowingFluid;
|
|
||||||
import net.minecraft.fluid.Fluid;
|
|
||||||
import net.minecraft.fluid.IFluidState;
|
|
||||||
import net.minecraft.fluid.WaterFluid;
|
|
||||||
import net.minecraft.init.Blocks;
|
import net.minecraft.init.Blocks;
|
||||||
import net.minecraft.init.Fluids;
|
|
||||||
import net.minecraft.pathfinding.PathType;
|
|
||||||
import net.minecraft.state.BooleanProperty;
|
|
||||||
import net.minecraft.state.properties.SlabType;
|
|
||||||
import net.minecraft.util.EnumFacing;
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.RayTraceResult;
|
import net.minecraft.util.math.RayTraceResult;
|
||||||
import net.minecraft.util.math.Vec3d;
|
import net.minecraft.util.math.Vec3d;
|
||||||
|
import net.minecraft.world.IBlockAccess;
|
||||||
|
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
|
|
||||||
@@ -79,7 +73,7 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
&& BlockFalling.canFallThrough(bsi.get0(x, y - 1, z))) { // and if it would fall (i.e. it's unsupported)
|
&& BlockFalling.canFallThrough(bsi.get0(x, y - 1, z))) { // and if it would fall (i.e. it's unsupported)
|
||||||
return true; // dont break a block that is adjacent to unsupported gravel because it can cause really weird stuff
|
return true; // dont break a block that is adjacent to unsupported gravel because it can cause really weird stuff
|
||||||
}
|
}
|
||||||
return !state.getFluidState().isEmpty();
|
return block instanceof BlockLiquid;
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean canWalkThrough(IPlayerContext ctx, BetterBlockPos pos) {
|
static boolean canWalkThrough(IPlayerContext ctx, BetterBlockPos pos) {
|
||||||
@@ -92,10 +86,10 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
|
|
||||||
static boolean canWalkThrough(BlockStateInterface bsi, int x, int y, int z, IBlockState state) {
|
static boolean canWalkThrough(BlockStateInterface bsi, int x, int y, int z, IBlockState state) {
|
||||||
Block block = state.getBlock();
|
Block block = state.getBlock();
|
||||||
if (block instanceof BlockAir) { // early return for most common case
|
if (block == Blocks.AIR) { // early return for most common case
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (block == Blocks.FIRE || block == Blocks.TRIPWIRE || block == Blocks.COBWEB || block == Blocks.END_PORTAL || block == Blocks.COCOA || block instanceof BlockAbstractSkull || block == Blocks.BUBBLE_COLUMN || block instanceof BlockShulkerBox || block instanceof BlockSlab || block instanceof BlockTrapDoor) {
|
if (block == Blocks.FIRE || block == Blocks.TRIPWIRE || block == Blocks.WEB || block == Blocks.END_PORTAL || block == Blocks.COCOA || block instanceof BlockSkull || block instanceof BlockTrapDoor) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (Baritone.settings().blocksToAvoid.value.contains(block)) {
|
if (Baritone.settings().blocksToAvoid.value.contains(block)) {
|
||||||
@@ -107,10 +101,10 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
// be opened by just interacting.
|
// be opened by just interacting.
|
||||||
return block != Blocks.IRON_DOOR;
|
return block != Blocks.IRON_DOOR;
|
||||||
}
|
}
|
||||||
if (block instanceof BlockCarpet) {
|
if (block == Blocks.CARPET) {
|
||||||
return canWalkOn(bsi, x, y - 1, z);
|
return canWalkOn(bsi, x, y - 1, z);
|
||||||
}
|
}
|
||||||
if (block instanceof BlockSnowLayer) {
|
if (block instanceof BlockSnow) {
|
||||||
// we've already checked doors and fence gates
|
// we've already checked doors and fence gates
|
||||||
// so the only remaining dynamic isPassables are snow and trapdoor
|
// so the only remaining dynamic isPassables are snow and trapdoor
|
||||||
// if they're cached as a top block, we don't know their metadata
|
// if they're cached as a top block, we don't know their metadata
|
||||||
@@ -120,7 +114,7 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
}
|
}
|
||||||
// the check in BlockSnow.isPassable is layers < 5
|
// the check in BlockSnow.isPassable is layers < 5
|
||||||
// while actually, we want < 3 because 3 or greater makes it impassable in a 2 high ceiling
|
// while actually, we want < 3 because 3 or greater makes it impassable in a 2 high ceiling
|
||||||
if (state.get(BlockSnowLayer.LAYERS) >= 3) {
|
if (state.getValue(BlockSnow.LAYERS) >= 3) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// ok, it's low enough we could walk through it, but is it supported?
|
// ok, it's low enough we could walk through it, but is it supported?
|
||||||
@@ -129,21 +123,18 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
if (isFlowing(x, y, z, state, bsi)) {
|
if (isFlowing(x, y, z, state, bsi)) {
|
||||||
return false; // Don't walk through flowing liquids
|
return false; // Don't walk through flowing liquids
|
||||||
}
|
}
|
||||||
IFluidState fluidState = state.getFluidState();
|
if (block instanceof BlockLiquid) {
|
||||||
if (fluidState.getFluid() instanceof WaterFluid) {
|
|
||||||
if (Baritone.settings().assumeWalkOnWater.value) {
|
if (Baritone.settings().assumeWalkOnWater.value) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
IBlockState up = bsi.get0(x, y + 1, z);
|
IBlockState up = bsi.get0(x, y + 1, z);
|
||||||
if (!up.getFluidState().isEmpty() || up.getBlock() instanceof BlockLilyPad) {
|
if (up.getBlock() instanceof BlockLiquid || up.getBlock() instanceof BlockLilyPad) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return block == Blocks.WATER || block == Blocks.FLOWING_WATER;
|
||||||
}
|
}
|
||||||
// every block that overrides isPassable with anything more complicated than a "return true;" or "return false;"
|
|
||||||
// has already been accounted for above
|
return block.isPassable(bsi.access, bsi.isPassableBlockPos.setPos(x, y, z));
|
||||||
// therefore it's safe to not construct a blockpos from our x, y, z ints and instead just pass null
|
|
||||||
return state.allowsMovement(null, BlockPos.ORIGIN, PathType.LAND); // workaround for future compatibility =P
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -157,33 +148,40 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
* @return Whether or not the block at the specified position
|
* @return Whether or not the block at the specified position
|
||||||
*/
|
*/
|
||||||
static boolean fullyPassable(CalculationContext context, int x, int y, int z) {
|
static boolean fullyPassable(CalculationContext context, int x, int y, int z) {
|
||||||
return fullyPassable(context.get(x, y, z));
|
return fullyPassable(
|
||||||
|
context.bsi.access,
|
||||||
|
context.bsi.isPassableBlockPos.setPos(x, y, z),
|
||||||
|
context.bsi.get0(x, y, z)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean fullyPassable(IBlockState state) {
|
static boolean fullyPassable(IPlayerContext ctx, BlockPos pos) {
|
||||||
|
return fullyPassable(ctx.world(), pos, ctx.world().getBlockState(pos));
|
||||||
|
}
|
||||||
|
|
||||||
|
static boolean fullyPassable(IBlockAccess access, BlockPos pos, IBlockState state) {
|
||||||
Block block = state.getBlock();
|
Block block = state.getBlock();
|
||||||
if (block instanceof BlockAir) { // early return for most common case
|
if (block == Blocks.AIR) { // early return for most common case
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// exceptions - blocks that are isPassable true, but we can't actually jump through
|
// exceptions - blocks that are isPassable true, but we can't actually jump through
|
||||||
if (block == Blocks.FIRE
|
if (block == Blocks.FIRE
|
||||||
|| block == Blocks.TRIPWIRE
|
|| block == Blocks.TRIPWIRE
|
||||||
|| block == Blocks.COBWEB
|
|| block == Blocks.WEB
|
||||||
|| block == Blocks.VINE
|
|| block == Blocks.VINE
|
||||||
|| block == Blocks.LADDER
|
|| block == Blocks.LADDER
|
||||||
|| block == Blocks.COCOA
|
|| block == Blocks.COCOA
|
||||||
|| block instanceof BlockDoor
|
|| block instanceof BlockDoor
|
||||||
|| block instanceof BlockFenceGate
|
|| block instanceof BlockFenceGate
|
||||||
|| block instanceof BlockSnow
|
|| block instanceof BlockSnow
|
||||||
|| !state.getFluidState().isEmpty()
|
|| block instanceof BlockLiquid
|
||||||
|| block instanceof BlockTrapDoor
|
|| block instanceof BlockTrapDoor
|
||||||
|| block instanceof BlockEndPortal
|
|| block instanceof BlockEndPortal
|
||||||
|| block instanceof BlockSkull
|
|| block instanceof BlockSkull) {
|
||||||
|| block instanceof BlockShulkerBox) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// door, fence gate, liquid, trapdoor have been accounted for, nothing else uses the world or pos parameters
|
// door, fence gate, liquid, trapdoor have been accounted for, nothing else uses the world or pos parameters
|
||||||
return state.allowsMovement(null, null, PathType.LAND);
|
return block.isPassable(access, pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean isReplaceable(int x, int y, int z, IBlockState state, BlockStateInterface bsi) {
|
static boolean isReplaceable(int x, int y, int z, IBlockState state, BlockStateInterface bsi) {
|
||||||
@@ -198,19 +196,20 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
* }
|
* }
|
||||||
*/
|
*/
|
||||||
Block block = state.getBlock();
|
Block block = state.getBlock();
|
||||||
if (block instanceof BlockAir) {
|
if (block == Blocks.AIR || isWater(block)) {
|
||||||
// early return for common cases hehe
|
// early return for common cases hehe
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (block instanceof BlockSnowLayer) {
|
if (block instanceof BlockSnow) {
|
||||||
// as before, default to true (mostly because it would otherwise make long distance pathing through snowy biomes impossible)
|
// as before, default to true (mostly because it would otherwise make long distance pathing through snowy biomes impossible)
|
||||||
if (!bsi.worldContainsLoadedChunk(x, z)) {
|
if (!bsi.worldContainsLoadedChunk(x, z)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return state.get(BlockSnowLayer.LAYERS) == 1;
|
return state.getValue(BlockSnow.LAYERS) == 1;
|
||||||
}
|
}
|
||||||
if (block == Blocks.LARGE_FERN || block == Blocks.TALL_GRASS) {
|
if (block instanceof BlockDoublePlant) {
|
||||||
return true;
|
BlockDoublePlant.EnumPlantType kek = state.getValue(BlockDoublePlant.VARIANT);
|
||||||
|
return kek == BlockDoublePlant.EnumPlantType.FERN || kek == BlockDoublePlant.EnumPlantType.GRASS;
|
||||||
}
|
}
|
||||||
return state.getMaterial().isReplaceable();
|
return state.getMaterial().isReplaceable();
|
||||||
}
|
}
|
||||||
@@ -243,16 +242,16 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return state.get(BlockFenceGate.OPEN);
|
return state.getValue(BlockFenceGate.OPEN);
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean isHorizontalBlockPassable(BlockPos blockPos, IBlockState blockState, BlockPos playerPos, BooleanProperty propertyOpen) {
|
static boolean isHorizontalBlockPassable(BlockPos blockPos, IBlockState blockState, BlockPos playerPos, PropertyBool propertyOpen) {
|
||||||
if (playerPos.equals(blockPos)) {
|
if (playerPos.equals(blockPos)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
EnumFacing.Axis facing = blockState.get(BlockHorizontal.HORIZONTAL_FACING).getAxis();
|
EnumFacing.Axis facing = blockState.getValue(BlockHorizontal.FACING).getAxis();
|
||||||
boolean open = blockState.get(propertyOpen);
|
boolean open = blockState.getValue(propertyOpen);
|
||||||
|
|
||||||
EnumFacing.Axis playerFacing;
|
EnumFacing.Axis playerFacing;
|
||||||
if (playerPos.north().equals(blockPos) || playerPos.south().equals(blockPos)) {
|
if (playerPos.north().equals(blockPos) || playerPos.south().equals(blockPos)) {
|
||||||
@@ -266,15 +265,13 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
return (facing == playerFacing) == open;
|
return (facing == playerFacing) == open;
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean avoidWalkingInto(IBlockState state) {
|
static boolean avoidWalkingInto(Block block) {
|
||||||
Block block = state.getBlock();
|
return block instanceof BlockLiquid
|
||||||
return !state.getFluidState().isEmpty()
|
|| block == Blocks.MAGMA
|
||||||
|| block == Blocks.MAGMA_BLOCK
|
|
||||||
|| block == Blocks.CACTUS
|
|| block == Blocks.CACTUS
|
||||||
|| block == Blocks.FIRE
|
|| block == Blocks.FIRE
|
||||||
|| block == Blocks.END_PORTAL
|
|| block == Blocks.END_PORTAL
|
||||||
|| block == Blocks.COBWEB
|
|| block == Blocks.WEB;
|
||||||
|| block == Blocks.BUBBLE_COLUMN;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -291,7 +288,7 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
*/
|
*/
|
||||||
static boolean canWalkOn(BlockStateInterface bsi, int x, int y, int z, IBlockState state) {
|
static boolean canWalkOn(BlockStateInterface bsi, int x, int y, int z, IBlockState state) {
|
||||||
Block block = state.getBlock();
|
Block block = state.getBlock();
|
||||||
if (block instanceof BlockAir || block == Blocks.MAGMA_BLOCK || block == Blocks.BUBBLE_COLUMN) {
|
if (block == Blocks.AIR || block == Blocks.MAGMA) {
|
||||||
// early return for most common case (air)
|
// early return for most common case (air)
|
||||||
// plus magma, which is a normal cube but it hurts you
|
// plus magma, which is a normal cube but it hurts you
|
||||||
return false;
|
return false;
|
||||||
@@ -308,31 +305,33 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
if (block == Blocks.ENDER_CHEST || block == Blocks.CHEST) {
|
if (block == Blocks.ENDER_CHEST || block == Blocks.CHEST) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (isWater(state)) {
|
if (isWater(block)) {
|
||||||
// since this is called literally millions of times per second, the benefit of not allocating millions of useless "pos.up()"
|
// since this is called literally millions of times per second, the benefit of not allocating millions of useless "pos.up()"
|
||||||
// BlockPos s that we'd just garbage collect immediately is actually noticeable. I don't even think its a decrease in readability
|
// BlockPos s that we'd just garbage collect immediately is actually noticeable. I don't even think its a decrease in readability
|
||||||
IBlockState upState = bsi.get0(x, y + 1, z);
|
Block up = bsi.get0(x, y + 1, z).getBlock();
|
||||||
Block up = upState.getBlock();
|
if (up == Blocks.WATERLILY || up == Blocks.CARPET) {
|
||||||
if (up == Blocks.LILY_PAD || up instanceof BlockCarpet) {
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (isFlowing(x, y, z, state, bsi) || upState.getFluidState().getFluid() == Fluids.FLOWING_WATER) {
|
if (isFlowing(x, y, z, state, bsi) || block == Blocks.FLOWING_WATER) {
|
||||||
// the only scenario in which we can walk on flowing water is if it's under still water with jesus off
|
// the only scenario in which we can walk on flowing water is if it's under still water with jesus off
|
||||||
return isWater(upState) && !Baritone.settings().assumeWalkOnWater.value;
|
return isWater(up) && !Baritone.settings().assumeWalkOnWater.value;
|
||||||
}
|
}
|
||||||
// if assumeWalkOnWater is on, we can only walk on water if there isn't water above it
|
// if assumeWalkOnWater is on, we can only walk on water if there isn't water above it
|
||||||
// if assumeWalkOnWater is off, we can only walk on water if there is water above it
|
// if assumeWalkOnWater is off, we can only walk on water if there is water above it
|
||||||
return isWater(upState) ^ Baritone.settings().assumeWalkOnWater.value;
|
return isWater(up) ^ Baritone.settings().assumeWalkOnWater.value;
|
||||||
}
|
}
|
||||||
if (Baritone.settings().assumeWalkOnLava.value && isLava(state) && !isFlowing(x, y, z, state, bsi)) {
|
if (Baritone.settings().assumeWalkOnLava.value && isLava(block) && !isFlowing(x, y, z, state, bsi)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (block == Blocks.GLASS || block instanceof BlockStainedGlass) {
|
if (block == Blocks.GLASS || block == Blocks.STAINED_GLASS) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (block instanceof BlockSlab) {
|
if (block instanceof BlockSlab) {
|
||||||
if (!Baritone.settings().allowWalkOnBottomSlab.value) {
|
if (!Baritone.settings().allowWalkOnBottomSlab.value) {
|
||||||
return state.isTopSolid();
|
if (((BlockSlab) block).isDouble()) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
return state.getValue(BlockSlab.HALF) != BlockSlab.EnumBlockHalf.BOTTOM;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -371,7 +370,7 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
// can we look at the center of a side face of this block and likely be able to place?
|
// can we look at the center of a side face of this block and likely be able to place?
|
||||||
// (thats how this check is used)
|
// (thats how this check is used)
|
||||||
// therefore dont include weird things that we technically could place against (like carpet) but practically can't
|
// therefore dont include weird things that we technically could place against (like carpet) but practically can't
|
||||||
return state.isBlockNormalCube() || state.isFullCube() || state.getBlock() == Blocks.GLASS || state.getBlock() instanceof BlockStainedGlass;
|
return state.isBlockNormalCube() || state.isFullBlock() || state.getBlock() == Blocks.GLASS || state.getBlock() == Blocks.STAINED_GLASS;
|
||||||
}
|
}
|
||||||
|
|
||||||
static double getMiningDurationTicks(CalculationContext context, int x, int y, int z, boolean includeFalling) {
|
static double getMiningDurationTicks(CalculationContext context, int x, int y, int z, boolean includeFalling) {
|
||||||
@@ -381,7 +380,7 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
static double getMiningDurationTicks(CalculationContext context, int x, int y, int z, IBlockState state, boolean includeFalling) {
|
static double getMiningDurationTicks(CalculationContext context, int x, int y, int z, IBlockState state, boolean includeFalling) {
|
||||||
Block block = state.getBlock();
|
Block block = state.getBlock();
|
||||||
if (!canWalkThrough(context.bsi, x, y, z, state)) {
|
if (!canWalkThrough(context.bsi, x, y, z, state)) {
|
||||||
if (!state.getFluidState().isEmpty()) {
|
if (block instanceof BlockLiquid) {
|
||||||
return COST_INF;
|
return COST_INF;
|
||||||
}
|
}
|
||||||
double mult = context.breakCostMultiplierAt(x, y, z, state);
|
double mult = context.breakCostMultiplierAt(x, y, z, state);
|
||||||
@@ -411,7 +410,8 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
|
|
||||||
static boolean isBottomSlab(IBlockState state) {
|
static boolean isBottomSlab(IBlockState state) {
|
||||||
return state.getBlock() instanceof BlockSlab
|
return state.getBlock() instanceof BlockSlab
|
||||||
&& state.get(BlockSlab.TYPE) == SlabType.BOTTOM;
|
&& !((BlockSlab) state.getBlock()).isDouble()
|
||||||
|
&& state.getValue(BlockSlab.HALF) == BlockSlab.EnumBlockHalf.BOTTOM;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -448,12 +448,11 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
* Returns whether or not the specified block is
|
* Returns whether or not the specified block is
|
||||||
* water, regardless of whether or not it is flowing.
|
* water, regardless of whether or not it is flowing.
|
||||||
*
|
*
|
||||||
* @param state The block state
|
* @param b The block
|
||||||
* @return Whether or not the block is water
|
* @return Whether or not the block is water
|
||||||
*/
|
*/
|
||||||
static boolean isWater(IBlockState state) {
|
static boolean isWater(Block b) {
|
||||||
Fluid f = state.getFluidState().getFluid();
|
return b == Blocks.FLOWING_WATER || b == Blocks.WATER;
|
||||||
return f == Fluids.WATER || f == Fluids.FLOWING_WATER;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -465,12 +464,11 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
* @return Whether or not the block is water
|
* @return Whether or not the block is water
|
||||||
*/
|
*/
|
||||||
static boolean isWater(IPlayerContext ctx, BlockPos bp) {
|
static boolean isWater(IPlayerContext ctx, BlockPos bp) {
|
||||||
return isWater(BlockStateInterface.get(ctx, bp));
|
return isWater(BlockStateInterface.getBlock(ctx, bp));
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean isLava(IBlockState state) {
|
static boolean isLava(Block b) {
|
||||||
Fluid f = state.getFluidState().getFluid();
|
return b == Blocks.FLOWING_LAVA || b == Blocks.LAVA;
|
||||||
return f == Fluids.LAVA || f == Fluids.FLOWING_LAVA;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -481,25 +479,20 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
* @return Whether or not the block is a liquid
|
* @return Whether or not the block is a liquid
|
||||||
*/
|
*/
|
||||||
static boolean isLiquid(IPlayerContext ctx, BlockPos p) {
|
static boolean isLiquid(IPlayerContext ctx, BlockPos p) {
|
||||||
return isLiquid(BlockStateInterface.get(ctx, p));
|
return BlockStateInterface.getBlock(ctx, p) instanceof BlockLiquid;
|
||||||
}
|
|
||||||
|
|
||||||
static boolean isLiquid(IBlockState blockState) {
|
|
||||||
return !blockState.getFluidState().isEmpty();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean possiblyFlowing(IBlockState state) {
|
static boolean possiblyFlowing(IBlockState state) {
|
||||||
IFluidState fluidState = state.getFluidState();
|
// Will be IFluidState in 1.13
|
||||||
return fluidState.getFluid() instanceof FlowingFluid
|
return state.getBlock() instanceof BlockLiquid
|
||||||
&& fluidState.getFluid().getLevel(fluidState) != 8;
|
&& state.getValue(BlockLiquid.LEVEL) != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean isFlowing(int x, int y, int z, IBlockState state, BlockStateInterface bsi) {
|
static boolean isFlowing(int x, int y, int z, IBlockState state, BlockStateInterface bsi) {
|
||||||
IFluidState fluidState = state.getFluidState();
|
if (!(state.getBlock() instanceof BlockLiquid)) {
|
||||||
if (!(fluidState.getFluid() instanceof FlowingFluid)) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (fluidState.getFluid().getLevel(fluidState) != 8) {
|
if (state.getValue(BlockLiquid.LEVEL) != 0) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return possiblyFlowing(bsi.get0(x + 1, y, z))
|
return possiblyFlowing(bsi.get0(x + 1, y, z))
|
||||||
@@ -530,7 +523,7 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
double faceZ = (placeAt.getZ() + against1.getZ() + 1.0D) * 0.5D;
|
double faceZ = (placeAt.getZ() + against1.getZ() + 1.0D) * 0.5D;
|
||||||
Rotation place = RotationUtils.calcRotationFromVec3d(ctx.playerHead(), new Vec3d(faceX, faceY, faceZ), ctx.playerRotations());
|
Rotation place = RotationUtils.calcRotationFromVec3d(ctx.playerHead(), new Vec3d(faceX, faceY, faceZ), ctx.playerRotations());
|
||||||
RayTraceResult res = RayTraceUtils.rayTraceTowards(ctx.player(), place, ctx.playerController().getBlockReachDistance());
|
RayTraceResult res = RayTraceUtils.rayTraceTowards(ctx.player(), place, ctx.playerController().getBlockReachDistance());
|
||||||
if (res != null && res.type == RayTraceResult.Type.BLOCK && res.getBlockPos().equals(against1) && res.getBlockPos().offset(res.sideHit).equals(placeAt)) {
|
if (res != null && res.typeOfHit == RayTraceResult.Type.BLOCK && res.getBlockPos().equals(against1) && res.getBlockPos().offset(res.sideHit).equals(placeAt)) {
|
||||||
state.setTarget(new MovementState.MovementTarget(place, true));
|
state.setTarget(new MovementState.MovementTarget(place, true));
|
||||||
found = true;
|
found = true;
|
||||||
|
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ public class MovementDescend extends Movement {
|
|||||||
IBlockState ontoBlock = context.get(destX, newY, destZ);
|
IBlockState ontoBlock = context.get(destX, newY, destZ);
|
||||||
int unprotectedFallHeight = fallHeight - (y - effectiveStartHeight); // equal to fallHeight - y + effectiveFallHeight, which is equal to -newY + effectiveFallHeight, which is equal to effectiveFallHeight - newY
|
int unprotectedFallHeight = fallHeight - (y - effectiveStartHeight); // equal to fallHeight - y + effectiveFallHeight, which is equal to -newY + effectiveFallHeight, which is equal to effectiveFallHeight - newY
|
||||||
double tentativeCost = WALK_OFF_BLOCK_COST + FALL_N_BLOCKS_COST[unprotectedFallHeight] + frontBreak + costSoFar;
|
double tentativeCost = WALK_OFF_BLOCK_COST + FALL_N_BLOCKS_COST[unprotectedFallHeight] + frontBreak + costSoFar;
|
||||||
if (MovementHelper.isWater(ontoBlock)) {
|
if (MovementHelper.isWater(ontoBlock.getBlock())) {
|
||||||
if (!MovementHelper.canWalkThrough(context.bsi, destX, newY, destZ, ontoBlock)) {
|
if (!MovementHelper.canWalkThrough(context.bsi, destX, newY, destZ, ontoBlock)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -224,7 +224,7 @@ public class MovementDescend extends Movement {
|
|||||||
double destZ = (src.getZ() + 0.5) * 0.17 + (dest.getZ() + 0.5) * 0.83;
|
double destZ = (src.getZ() + 0.5) * 0.17 + (dest.getZ() + 0.5) * 0.83;
|
||||||
EntityPlayerSP player = ctx.player();
|
EntityPlayerSP player = ctx.player();
|
||||||
state.setTarget(new MovementState.MovementTarget(
|
state.setTarget(new MovementState.MovementTarget(
|
||||||
new Rotation(RotationUtils.calcRotationFromVec3d(player.getEyePosition(1.0F),
|
new Rotation(RotationUtils.calcRotationFromVec3d(player.getPositionEyes(1.0F),
|
||||||
new Vec3d(destX, dest.getY(), destZ),
|
new Vec3d(destX, dest.getY(), destZ),
|
||||||
new Rotation(player.rotationYaw, player.rotationPitch)).getYaw(), player.rotationPitch),
|
new Rotation(player.rotationYaw, player.rotationPitch)).getYaw(), player.rotationPitch),
|
||||||
false
|
false
|
||||||
@@ -256,7 +256,7 @@ public class MovementDescend extends Movement {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
for (int y = 0; y <= 2; y++) { // we could hit any of the three blocks
|
for (int y = 0; y <= 2; y++) { // we could hit any of the three blocks
|
||||||
if (MovementHelper.avoidWalkingInto(BlockStateInterface.get(ctx, into.up(y)))) {
|
if (MovementHelper.avoidWalkingInto(BlockStateInterface.getBlock(ctx, into.up(y)))) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -116,18 +116,17 @@ public class MovementDiagonal extends Movement {
|
|||||||
if (fromDown == Blocks.SOUL_SAND) {
|
if (fromDown == Blocks.SOUL_SAND) {
|
||||||
multiplier += (WALK_ONE_OVER_SOUL_SAND_COST - WALK_ONE_BLOCK_COST) / 2;
|
multiplier += (WALK_ONE_OVER_SOUL_SAND_COST - WALK_ONE_BLOCK_COST) / 2;
|
||||||
}
|
}
|
||||||
IBlockState cuttingOver1 = context.get(x, y - 1, destZ);
|
Block cuttingOver1 = context.get(x, y - 1, destZ).getBlock();
|
||||||
if (cuttingOver1.getBlock() == Blocks.MAGMA_BLOCK || MovementHelper.isLava(cuttingOver1)) {
|
if (cuttingOver1 == Blocks.MAGMA || MovementHelper.isLava(cuttingOver1)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
IBlockState cuttingOver2 = context.get(destX, y - 1, z);
|
Block cuttingOver2 = context.get(destX, y - 1, z).getBlock();
|
||||||
if (cuttingOver2.getBlock() == Blocks.MAGMA_BLOCK || MovementHelper.isLava(cuttingOver2)) {
|
if (cuttingOver2 == Blocks.MAGMA || MovementHelper.isLava(cuttingOver2)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Block startIn = context.getBlock(x, y, z);
|
||||||
boolean water = false;
|
boolean water = false;
|
||||||
IBlockState startState = context.get(x, y, z);
|
if (MovementHelper.isWater(startIn) || MovementHelper.isWater(destInto.getBlock())) {
|
||||||
Block startIn = startState.getBlock();
|
|
||||||
if (MovementHelper.isWater(startState) || MovementHelper.isWater(destInto)) {
|
|
||||||
if (ascend) {
|
if (ascend) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -147,8 +146,8 @@ public class MovementDiagonal extends Movement {
|
|||||||
boolean BMid = MovementHelper.canWalkThrough(context.bsi, destX, y + 1, z);
|
boolean BMid = MovementHelper.canWalkThrough(context.bsi, destX, y + 1, z);
|
||||||
boolean BLow = MovementHelper.canWalkThrough(context.bsi, destX, y, z, pb2);
|
boolean BLow = MovementHelper.canWalkThrough(context.bsi, destX, y, z, pb2);
|
||||||
if ((!(ATop && AMid && ALow) && !(BTop && BMid && BLow)) // no option
|
if ((!(ATop && AMid && ALow) && !(BTop && BMid && BLow)) // no option
|
||||||
|| MovementHelper.avoidWalkingInto(pb0) // bad
|
|| MovementHelper.avoidWalkingInto(pb0.getBlock()) // bad
|
||||||
|| MovementHelper.avoidWalkingInto(pb2) // bad
|
|| MovementHelper.avoidWalkingInto(pb2.getBlock()) // bad
|
||||||
|| (ATop && AMid && MovementHelper.canWalkOn(context.bsi, x, y, destZ, pb0)) // we could just ascend
|
|| (ATop && AMid && MovementHelper.canWalkOn(context.bsi, x, y, destZ, pb0)) // we could just ascend
|
||||||
|| (BTop && BMid && MovementHelper.canWalkOn(context.bsi, destX, y, z, pb2)) // we could just ascend
|
|| (BTop && BMid && MovementHelper.canWalkOn(context.bsi, destX, y, z, pb2)) // we could just ascend
|
||||||
|| (!ATop && AMid && ALow) // head bonk A
|
|| (!ATop && AMid && ALow) // head bonk A
|
||||||
@@ -175,7 +174,7 @@ public class MovementDiagonal extends Movement {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
IBlockState pb3 = context.get(destX, y + 1, z);
|
IBlockState pb3 = context.get(destX, y + 1, z);
|
||||||
if (optionA == 0 && ((MovementHelper.avoidWalkingInto(pb2) && pb2.getBlock() != Blocks.WATER) || MovementHelper.avoidWalkingInto(pb3))) {
|
if (optionA == 0 && ((MovementHelper.avoidWalkingInto(pb2.getBlock()) && pb2.getBlock() != Blocks.WATER) || MovementHelper.avoidWalkingInto(pb3.getBlock()))) {
|
||||||
// at this point we're done calculating optionA, so we can check if it's actually possible to edge around in that direction
|
// at this point we're done calculating optionA, so we can check if it's actually possible to edge around in that direction
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -184,7 +183,7 @@ public class MovementDiagonal extends Movement {
|
|||||||
// and finally, if the cost is nonzero for both ways to approach this diagonal, it's not possible
|
// and finally, if the cost is nonzero for both ways to approach this diagonal, it's not possible
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (optionB == 0 && ((MovementHelper.avoidWalkingInto(pb0) && pb0.getBlock() != Blocks.WATER) || MovementHelper.avoidWalkingInto(pb1))) {
|
if (optionB == 0 && ((MovementHelper.avoidWalkingInto(pb0.getBlock()) && pb0.getBlock() != Blocks.WATER) || MovementHelper.avoidWalkingInto(pb1.getBlock()))) {
|
||||||
// and now that option B is fully calculated, see if we can edge around that way
|
// and now that option B is fully calculated, see if we can edge around that way
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ import net.minecraft.block.Block;
|
|||||||
import net.minecraft.block.BlockLadder;
|
import net.minecraft.block.BlockLadder;
|
||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.entity.player.InventoryPlayer;
|
import net.minecraft.entity.player.InventoryPlayer;
|
||||||
import net.minecraft.fluid.WaterFluid;
|
|
||||||
import net.minecraft.init.Blocks;
|
import net.minecraft.init.Blocks;
|
||||||
import net.minecraft.init.Items;
|
import net.minecraft.init.Items;
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
@@ -92,11 +91,10 @@ public class MovementFall extends Movement {
|
|||||||
BlockPos playerFeet = ctx.playerFeet();
|
BlockPos playerFeet = ctx.playerFeet();
|
||||||
Rotation toDest = RotationUtils.calcRotationFromVec3d(ctx.playerHead(), VecUtils.getBlockPosCenter(dest), ctx.playerRotations());
|
Rotation toDest = RotationUtils.calcRotationFromVec3d(ctx.playerHead(), VecUtils.getBlockPosCenter(dest), ctx.playerRotations());
|
||||||
Rotation targetRotation = null;
|
Rotation targetRotation = null;
|
||||||
IBlockState destState = ctx.world().getBlockState(dest);
|
Block destBlock = ctx.world().getBlockState(dest).getBlock();
|
||||||
Block destBlock = destState.getBlock();
|
boolean isWater = destBlock == Blocks.WATER || destBlock == Blocks.FLOWING_WATER;
|
||||||
boolean isWater = destState.getFluidState().getFluid() instanceof WaterFluid;
|
|
||||||
if (!isWater && willPlaceBucket() && !playerFeet.equals(dest)) {
|
if (!isWater && willPlaceBucket() && !playerFeet.equals(dest)) {
|
||||||
if (!InventoryPlayer.isHotbar(ctx.player().inventory.getSlotFor(STACK_BUCKET_WATER)) || ctx.world().getDimension().isNether()) {
|
if (!InventoryPlayer.isHotbar(ctx.player().inventory.getSlotFor(STACK_BUCKET_WATER)) || ctx.world().provider.isNether()) {
|
||||||
return state.setStatus(MovementStatus.UNREACHABLE);
|
return state.setStatus(MovementStatus.UNREACHABLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -162,7 +160,7 @@ public class MovementFall extends Movement {
|
|||||||
for (int i = 0; i < 15; i++) {
|
for (int i = 0; i < 15; i++) {
|
||||||
IBlockState state = ctx.world().getBlockState(ctx.playerFeet().down(i));
|
IBlockState state = ctx.world().getBlockState(ctx.playerFeet().down(i));
|
||||||
if (state.getBlock() == Blocks.LADDER) {
|
if (state.getBlock() == Blocks.LADDER) {
|
||||||
return state.get(BlockLadder.FACING);
|
return state.getValue(BlockLadder.FACING);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@@ -28,11 +28,10 @@ import baritone.pathing.movement.MovementState;
|
|||||||
import baritone.utils.BlockStateInterface;
|
import baritone.utils.BlockStateInterface;
|
||||||
import baritone.utils.pathing.MutableMoveResult;
|
import baritone.utils.pathing.MutableMoveResult;
|
||||||
import net.minecraft.block.Block;
|
import net.minecraft.block.Block;
|
||||||
|
import net.minecraft.block.BlockLiquid;
|
||||||
import net.minecraft.block.BlockStairs;
|
import net.minecraft.block.BlockStairs;
|
||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.fluid.WaterFluid;
|
|
||||||
import net.minecraft.init.Blocks;
|
import net.minecraft.init.Blocks;
|
||||||
import net.minecraft.init.Fluids;
|
|
||||||
import net.minecraft.util.EnumFacing;
|
import net.minecraft.util.EnumFacing;
|
||||||
|
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
@@ -79,7 +78,7 @@ public class MovementParkour extends Movement {
|
|||||||
// second most common case -- we could just traverse not parkour
|
// second most common case -- we could just traverse not parkour
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (MovementHelper.avoidWalkingInto(adj) && !(adj.getFluidState().getFluid() instanceof WaterFluid)) { // magma sucks
|
if (MovementHelper.avoidWalkingInto(adj.getBlock()) && adj.getBlock() != Blocks.WATER && adj.getBlock() != Blocks.FLOWING_WATER) { // magma sucks
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!MovementHelper.fullyPassable(context, x + xDiff, y + 1, z + zDiff)) {
|
if (!MovementHelper.fullyPassable(context, x + xDiff, y + 1, z + zDiff)) {
|
||||||
@@ -92,7 +91,7 @@ public class MovementParkour extends Movement {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
IBlockState standingOn = context.get(x, y - 1, z);
|
IBlockState standingOn = context.get(x, y - 1, z);
|
||||||
if (standingOn.getBlock() == Blocks.VINE || standingOn.getBlock() == Blocks.LADDER || standingOn.getBlock() instanceof BlockStairs || MovementHelper.isBottomSlab(standingOn) || standingOn.getFluidState().getFluid() != Fluids.EMPTY) {
|
if (standingOn.getBlock() == Blocks.VINE || standingOn.getBlock() == Blocks.LADDER || standingOn.getBlock() instanceof BlockStairs || MovementHelper.isBottomSlab(standingOn) || standingOn.getBlock() instanceof BlockLiquid) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
int maxJump;
|
int maxJump;
|
||||||
@@ -115,7 +114,7 @@ public class MovementParkour extends Movement {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
IBlockState destInto = context.bsi.get0(destX, y, destZ);
|
IBlockState destInto = context.bsi.get0(destX, y, destZ);
|
||||||
if (!MovementHelper.fullyPassable(destInto)) {
|
if (!MovementHelper.fullyPassable(context.bsi.access, context.bsi.isPassableBlockPos.setPos(destX, y, destZ), destInto)) {
|
||||||
if (i <= 3 && context.allowParkourAscend && context.canSprint && MovementHelper.canWalkOn(context.bsi, destX, y, destZ, destInto) && checkOvershootSafety(context.bsi, destX + xDiff, y + 1, destZ + zDiff)) {
|
if (i <= 3 && context.allowParkourAscend && context.canSprint && MovementHelper.canWalkOn(context.bsi, destX, y, destZ, destInto) && checkOvershootSafety(context.bsi, destX + xDiff, y + 1, destZ + zDiff)) {
|
||||||
res.x = destX;
|
res.x = destX;
|
||||||
res.y = y + 1;
|
res.y = y + 1;
|
||||||
@@ -178,7 +177,7 @@ public class MovementParkour extends Movement {
|
|||||||
|
|
||||||
private static boolean checkOvershootSafety(BlockStateInterface bsi, int x, int y, int z) {
|
private static boolean checkOvershootSafety(BlockStateInterface bsi, int x, int y, int z) {
|
||||||
// we're going to walk into these two blocks after the landing of the parkour anyway, so make sure they aren't avoidWalkingInto
|
// we're going to walk into these two blocks after the landing of the parkour anyway, so make sure they aren't avoidWalkingInto
|
||||||
return !MovementHelper.avoidWalkingInto(bsi.get0(x, y, z)) && !MovementHelper.avoidWalkingInto(bsi.get0(x, y + 1, z));
|
return !MovementHelper.avoidWalkingInto(bsi.get0(x, y, z).getBlock()) && !MovementHelper.avoidWalkingInto(bsi.get0(x, y + 1, z).getBlock());
|
||||||
}
|
}
|
||||||
|
|
||||||
private static double costFromJumpDistance(int dist) {
|
private static double costFromJumpDistance(int dist) {
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ public class MovementPillar extends Movement {
|
|||||||
if (fromDown.getBlock() == Blocks.LADDER || fromDown.getBlock() == Blocks.VINE) {
|
if (fromDown.getBlock() == Blocks.LADDER || fromDown.getBlock() == Blocks.VINE) {
|
||||||
return COST_INF; // can't pillar from a ladder or vine onto something that isn't also climbable
|
return COST_INF; // can't pillar from a ladder or vine onto something that isn't also climbable
|
||||||
}
|
}
|
||||||
if (fromDown.getBlock() instanceof BlockSlab && !fromDown.isTopSolid()) {
|
if (fromDown.getBlock() instanceof BlockSlab && !((BlockSlab) fromDown.getBlock()).isDouble() && fromDown.getValue(BlockSlab.HALF) == BlockSlab.EnumBlockHalf.BOTTOM) {
|
||||||
return COST_INF; // can't pillar up from a bottom slab onto a non ladder
|
return COST_INF; // can't pillar up from a bottom slab onto a non ladder
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -77,9 +77,9 @@ public class MovementPillar extends Movement {
|
|||||||
if (toBreakBlock instanceof BlockFenceGate) { // see issue #172
|
if (toBreakBlock instanceof BlockFenceGate) { // see issue #172
|
||||||
return COST_INF;
|
return COST_INF;
|
||||||
}
|
}
|
||||||
IBlockState srcUp = null;
|
Block srcUp = null;
|
||||||
if (MovementHelper.isWater(toBreak) && MovementHelper.isWater(fromState)) { // TODO should this also be allowed if toBreakBlock is air?
|
if (MovementHelper.isWater(toBreakBlock) && MovementHelper.isWater(from)) { // TODO should this also be allowed if toBreakBlock is air?
|
||||||
srcUp = context.get(x, y + 1, z);
|
srcUp = context.get(x, y + 1, z).getBlock();
|
||||||
if (MovementHelper.isWater(srcUp)) {
|
if (MovementHelper.isWater(srcUp)) {
|
||||||
return LADDER_UP_ONE_COST; // allow ascending pillars of water, but only if we're already in one
|
return LADDER_UP_ONE_COST; // allow ascending pillars of water, but only if we're already in one
|
||||||
}
|
}
|
||||||
@@ -91,11 +91,11 @@ public class MovementPillar extends Movement {
|
|||||||
if (placeCost >= COST_INF) {
|
if (placeCost >= COST_INF) {
|
||||||
return COST_INF;
|
return COST_INF;
|
||||||
}
|
}
|
||||||
if (fromDown.getBlock() instanceof BlockAir) {
|
if (fromDown.getBlock() == Blocks.AIR) {
|
||||||
placeCost += 0.1; // slightly (1/200th of a second) penalize pillaring on what's currently air
|
placeCost += 0.1; // slightly (1/200th of a second) penalize pillaring on what's currently air
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ((MovementHelper.isLiquid(fromState) && !MovementHelper.canPlaceAgainst(context.bsi, x, y - 1, z, fromDown)) || (MovementHelper.isLiquid(fromDown) && context.assumeWalkOnWater)) {
|
if (from instanceof BlockLiquid || (fromDown.getBlock() instanceof BlockLiquid && context.assumeWalkOnWater)) {
|
||||||
// otherwise, if we're standing in water, we cannot pillar
|
// otherwise, if we're standing in water, we cannot pillar
|
||||||
// if we're standing on water and assumeWalkOnWater is true, we cannot pillar
|
// if we're standing on water and assumeWalkOnWater is true, we cannot pillar
|
||||||
// if we're standing on water and assumeWalkOnWater is false, we must have ascended to here, or sneak backplaced, so it is possible to pillar again
|
// if we're standing on water and assumeWalkOnWater is false, we must have ascended to here, or sneak backplaced, so it is possible to pillar again
|
||||||
@@ -113,9 +113,9 @@ public class MovementPillar extends Movement {
|
|||||||
if (check.getBlock() instanceof BlockFalling) {
|
if (check.getBlock() instanceof BlockFalling) {
|
||||||
// see MovementAscend's identical check for breaking a falling block above our head
|
// see MovementAscend's identical check for breaking a falling block above our head
|
||||||
if (srcUp == null) {
|
if (srcUp == null) {
|
||||||
srcUp = context.get(x, y + 1, z);
|
srcUp = context.get(x, y + 1, z).getBlock();
|
||||||
}
|
}
|
||||||
if (!(toBreakBlock instanceof BlockFalling) || !(srcUp.getBlock() instanceof BlockFalling)) {
|
if (!(toBreakBlock instanceof BlockFalling) || !(srcUp instanceof BlockFalling)) {
|
||||||
return COST_INF;
|
return COST_INF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -170,7 +170,7 @@ public class MovementPillar extends Movement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
IBlockState fromDown = BlockStateInterface.get(ctx, src);
|
IBlockState fromDown = BlockStateInterface.get(ctx, src);
|
||||||
if (MovementHelper.isWater(fromDown) && MovementHelper.isWater(ctx, dest)) {
|
if (MovementHelper.isWater(fromDown.getBlock()) && MovementHelper.isWater(ctx, dest)) {
|
||||||
// stay centered while swimming up a water column
|
// stay centered while swimming up a water column
|
||||||
state.setTarget(new MovementState.MovementTarget(RotationUtils.calcRotationFromVec3d(ctx.playerHead(), VecUtils.getBlockPosCenter(dest), ctx.playerRotations()), false));
|
state.setTarget(new MovementState.MovementTarget(RotationUtils.calcRotationFromVec3d(ctx.playerHead(), VecUtils.getBlockPosCenter(dest), ctx.playerRotations()), false));
|
||||||
Vec3d destCenter = VecUtils.getBlockPosCenter(dest);
|
Vec3d destCenter = VecUtils.getBlockPosCenter(dest);
|
||||||
@@ -184,7 +184,7 @@ public class MovementPillar extends Movement {
|
|||||||
}
|
}
|
||||||
boolean ladder = fromDown.getBlock() == Blocks.LADDER || fromDown.getBlock() == Blocks.VINE;
|
boolean ladder = fromDown.getBlock() == Blocks.LADDER || fromDown.getBlock() == Blocks.VINE;
|
||||||
boolean vine = fromDown.getBlock() == Blocks.VINE;
|
boolean vine = fromDown.getBlock() == Blocks.VINE;
|
||||||
Rotation rotation = RotationUtils.calcRotationFromVec3d(ctx.player().getEyePosition(1.0F),
|
Rotation rotation = RotationUtils.calcRotationFromVec3d(ctx.player().getPositionEyes(1.0F),
|
||||||
VecUtils.getBlockPosCenter(positionToPlace),
|
VecUtils.getBlockPosCenter(positionToPlace),
|
||||||
new Rotation(ctx.player().rotationYaw, ctx.player().rotationPitch));
|
new Rotation(ctx.player().rotationYaw, ctx.player().rotationPitch));
|
||||||
if (!ladder) {
|
if (!ladder) {
|
||||||
@@ -193,7 +193,7 @@ public class MovementPillar extends Movement {
|
|||||||
|
|
||||||
boolean blockIsThere = MovementHelper.canWalkOn(ctx, src) || ladder;
|
boolean blockIsThere = MovementHelper.canWalkOn(ctx, src) || ladder;
|
||||||
if (ladder) {
|
if (ladder) {
|
||||||
BlockPos against = vine ? getAgainst(new CalculationContext(baritone), src) : src.offset(fromDown.get(BlockLadder.FACING).getOpposite());
|
BlockPos against = vine ? getAgainst(new CalculationContext(baritone), src) : src.offset(fromDown.getValue(BlockLadder.FACING).getOpposite());
|
||||||
if (against == null) {
|
if (against == null) {
|
||||||
logDirect("Unable to climb vines. Consider disabling allowVines.");
|
logDirect("Unable to climb vines. Consider disabling allowVines.");
|
||||||
return state.setStatus(MovementStatus.UNREACHABLE);
|
return state.setStatus(MovementStatus.UNREACHABLE);
|
||||||
|
|||||||
@@ -33,9 +33,7 @@ import baritone.utils.BlockStateInterface;
|
|||||||
import com.google.common.collect.ImmutableSet;
|
import com.google.common.collect.ImmutableSet;
|
||||||
import net.minecraft.block.*;
|
import net.minecraft.block.*;
|
||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.fluid.WaterFluid;
|
|
||||||
import net.minecraft.init.Blocks;
|
import net.minecraft.init.Blocks;
|
||||||
import net.minecraft.state.properties.SlabType;
|
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.Vec3d;
|
import net.minecraft.util.math.Vec3d;
|
||||||
|
|
||||||
@@ -73,12 +71,11 @@ public class MovementTraverse extends Movement {
|
|||||||
IBlockState pb0 = context.get(destX, y + 1, destZ);
|
IBlockState pb0 = context.get(destX, y + 1, destZ);
|
||||||
IBlockState pb1 = context.get(destX, y, destZ);
|
IBlockState pb1 = context.get(destX, y, destZ);
|
||||||
IBlockState destOn = context.get(destX, y - 1, destZ);
|
IBlockState destOn = context.get(destX, y - 1, destZ);
|
||||||
IBlockState down = context.get(x, y - 1, z);
|
Block srcDown = context.getBlock(x, y - 1, z);
|
||||||
Block srcDown = down.getBlock();
|
|
||||||
if (MovementHelper.canWalkOn(context.bsi, destX, y - 1, destZ, destOn)) {//this is a walk, not a bridge
|
if (MovementHelper.canWalkOn(context.bsi, destX, y - 1, destZ, destOn)) {//this is a walk, not a bridge
|
||||||
double WC = WALK_ONE_BLOCK_COST;
|
double WC = WALK_ONE_BLOCK_COST;
|
||||||
boolean water = false;
|
boolean water = false;
|
||||||
if (MovementHelper.isWater(pb0) || MovementHelper.isWater(pb1)) {
|
if (MovementHelper.isWater(pb0.getBlock()) || MovementHelper.isWater(pb1.getBlock())) {
|
||||||
WC = context.waterWalkSpeed;
|
WC = context.waterWalkSpeed;
|
||||||
water = true;
|
water = true;
|
||||||
} else {
|
} else {
|
||||||
@@ -115,8 +112,8 @@ public class MovementTraverse extends Movement {
|
|||||||
return COST_INF;
|
return COST_INF;
|
||||||
}
|
}
|
||||||
if (MovementHelper.isReplaceable(destX, y - 1, destZ, destOn, context.bsi)) {
|
if (MovementHelper.isReplaceable(destX, y - 1, destZ, destOn, context.bsi)) {
|
||||||
boolean throughWater = MovementHelper.isWater(pb0) || MovementHelper.isWater(pb1);
|
boolean throughWater = MovementHelper.isWater(pb0.getBlock()) || MovementHelper.isWater(pb1.getBlock());
|
||||||
if (MovementHelper.isWater(destOn) && throughWater) {
|
if (MovementHelper.isWater(destOn.getBlock()) && throughWater) {
|
||||||
// this happens when assume walk on water is true and this is a traverse in water, which isn't allowed
|
// this happens when assume walk on water is true and this is a traverse in water, which isn't allowed
|
||||||
return COST_INF;
|
return COST_INF;
|
||||||
}
|
}
|
||||||
@@ -142,10 +139,10 @@ public class MovementTraverse extends Movement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// now that we've checked all possible directions to side place, we actually need to backplace
|
// now that we've checked all possible directions to side place, we actually need to backplace
|
||||||
if (srcDown == Blocks.SOUL_SAND || (srcDown instanceof BlockSlab && down.get(BlockSlab.TYPE) != SlabType.DOUBLE)) {
|
if (srcDown == Blocks.SOUL_SAND || (srcDown instanceof BlockSlab && !((BlockSlab) srcDown).isDouble())) {
|
||||||
return COST_INF; // can't sneak and backplace against soul sand or half slabs (regardless of whether it's top half or bottom half) =/
|
return COST_INF; // can't sneak and backplace against soul sand or half slabs (regardless of whether it's top half or bottom half) =/
|
||||||
}
|
}
|
||||||
if (down.getFluidState() instanceof WaterFluid) {
|
if (srcDown == Blocks.FLOWING_WATER || srcDown == Blocks.WATER) {
|
||||||
return COST_INF; // this is obviously impossible
|
return COST_INF; // this is obviously impossible
|
||||||
}
|
}
|
||||||
WC = WC * (SNEAK_ONE_BLOCK_COST / WALK_ONE_BLOCK_COST);//since we are sneak backplacing, we are sneaking lol
|
WC = WC * (SNEAK_ONE_BLOCK_COST / WALK_ONE_BLOCK_COST);//since we are sneak backplacing, we are sneaking lol
|
||||||
@@ -170,10 +167,10 @@ public class MovementTraverse extends Movement {
|
|||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
// and if it's fine to walk into the blocks in front
|
// and if it's fine to walk into the blocks in front
|
||||||
if (MovementHelper.avoidWalkingInto(pb0)) {
|
if (MovementHelper.avoidWalkingInto(pb0.getBlock())) {
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
if (MovementHelper.avoidWalkingInto(pb1)) {
|
if (MovementHelper.avoidWalkingInto(pb1.getBlock())) {
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
// and we aren't already pressed up against the block
|
// and we aren't already pressed up against the block
|
||||||
@@ -254,8 +251,8 @@ public class MovementTraverse extends Movement {
|
|||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
BlockPos into = dest.subtract(src).add(dest);
|
BlockPos into = dest.subtract(src).add(dest);
|
||||||
IBlockState intoBelow = BlockStateInterface.get(ctx, into);
|
Block intoBelow = BlockStateInterface.get(ctx, into).getBlock();
|
||||||
IBlockState intoAbove = BlockStateInterface.get(ctx, into.up());
|
Block intoAbove = BlockStateInterface.get(ctx, into.up()).getBlock();
|
||||||
if (wasTheBridgeBlockAlwaysThere && (!MovementHelper.isLiquid(ctx, feet) || Baritone.settings().sprintInWater.value) && (!MovementHelper.avoidWalkingInto(intoBelow) || MovementHelper.isWater(intoBelow)) && !MovementHelper.avoidWalkingInto(intoAbove)) {
|
if (wasTheBridgeBlockAlwaysThere && (!MovementHelper.isLiquid(ctx, feet) || Baritone.settings().sprintInWater.value) && (!MovementHelper.avoidWalkingInto(intoBelow) || MovementHelper.isWater(intoBelow)) && !MovementHelper.avoidWalkingInto(intoAbove)) {
|
||||||
state.setInput(Input.SPRINT, true);
|
state.setInput(Input.SPRINT, true);
|
||||||
}
|
}
|
||||||
@@ -263,7 +260,7 @@ public class MovementTraverse extends Movement {
|
|||||||
IBlockState destDown = BlockStateInterface.get(ctx, dest.down());
|
IBlockState destDown = BlockStateInterface.get(ctx, dest.down());
|
||||||
BlockPos against = positionsToBreak[0];
|
BlockPos against = positionsToBreak[0];
|
||||||
if (feet.getY() != dest.getY() && ladder && (destDown.getBlock() == Blocks.VINE || destDown.getBlock() == Blocks.LADDER)) {
|
if (feet.getY() != dest.getY() && ladder && (destDown.getBlock() == Blocks.VINE || destDown.getBlock() == Blocks.LADDER)) {
|
||||||
against = destDown.getBlock() == Blocks.VINE ? MovementPillar.getAgainst(new CalculationContext(baritone), dest.down()) : dest.offset(destDown.get(BlockLadder.FACING).getOpposite());
|
against = destDown.getBlock() == Blocks.VINE ? MovementPillar.getAgainst(new CalculationContext(baritone), dest.down()) : dest.offset(destDown.getValue(BlockLadder.FACING).getOpposite());
|
||||||
if (against == null) {
|
if (against == null) {
|
||||||
logDirect("Unable to climb vines. Consider disabling allowVines.");
|
logDirect("Unable to climb vines. Consider disabling allowVines.");
|
||||||
return state.setStatus(MovementStatus.UNREACHABLE);
|
return state.setStatus(MovementStatus.UNREACHABLE);
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ import baritone.pathing.movement.Movement;
|
|||||||
import baritone.pathing.movement.MovementHelper;
|
import baritone.pathing.movement.MovementHelper;
|
||||||
import baritone.pathing.movement.movements.*;
|
import baritone.pathing.movement.movements.*;
|
||||||
import baritone.utils.BlockStateInterface;
|
import baritone.utils.BlockStateInterface;
|
||||||
|
import net.minecraft.block.BlockLiquid;
|
||||||
import net.minecraft.util.Tuple;
|
import net.minecraft.util.Tuple;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.Vec3d;
|
import net.minecraft.util.math.Vec3d;
|
||||||
@@ -129,7 +130,7 @@ public class PathExecutor implements IPathExecutor, Helper {
|
|||||||
Tuple<Double, BlockPos> status = closestPathPos(path);
|
Tuple<Double, BlockPos> status = closestPathPos(path);
|
||||||
if (possiblyOffPath(status, MAX_DIST_FROM_PATH)) {
|
if (possiblyOffPath(status, MAX_DIST_FROM_PATH)) {
|
||||||
ticksAway++;
|
ticksAway++;
|
||||||
System.out.println("FAR AWAY FROM PATH FOR " + ticksAway + " TICKS. Current distance: " + status.getA() + ". Threshold: " + MAX_DIST_FROM_PATH);
|
System.out.println("FAR AWAY FROM PATH FOR " + ticksAway + " TICKS. Current distance: " + status.getFirst() + ". Threshold: " + MAX_DIST_FROM_PATH);
|
||||||
if (ticksAway > MAX_TICKS_AWAY) {
|
if (ticksAway > MAX_TICKS_AWAY) {
|
||||||
logDebug("Too far away from path for too long, cancelling path");
|
logDebug("Too far away from path for too long, cancelling path");
|
||||||
cancel();
|
cancel();
|
||||||
@@ -302,7 +303,7 @@ public class PathExecutor implements IPathExecutor, Helper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private boolean possiblyOffPath(Tuple<Double, BlockPos> status, double leniency) {
|
private boolean possiblyOffPath(Tuple<Double, BlockPos> status, double leniency) {
|
||||||
double distanceFromPath = status.getA();
|
double distanceFromPath = status.getFirst();
|
||||||
if (distanceFromPath > leniency) {
|
if (distanceFromPath > leniency) {
|
||||||
// when we're midair in the middle of a fall, we're very far from both the beginning and the end, but we aren't actually off path
|
// when we're midair in the middle of a fall, we're very far from both the beginning and the end, but we aren't actually off path
|
||||||
if (path.movements().get(pathPosition) instanceof MovementFall) {
|
if (path.movements().get(pathPosition) instanceof MovementFall) {
|
||||||
@@ -322,7 +323,7 @@ public class PathExecutor implements IPathExecutor, Helper {
|
|||||||
* @return Whether or not it was possible to snap to the current player feet
|
* @return Whether or not it was possible to snap to the current player feet
|
||||||
*/
|
*/
|
||||||
public boolean snipsnapifpossible() {
|
public boolean snipsnapifpossible() {
|
||||||
if (!ctx.player().onGround && ctx.world().getFluidState(ctx.playerFeet()).isEmpty()) {
|
if (!ctx.player().onGround && !(ctx.world().getBlockState(ctx.playerFeet()).getBlock() instanceof BlockLiquid)) {
|
||||||
// if we're falling in the air, and not in water, don't splice
|
// if we're falling in the air, and not in water, don't splice
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
@@ -425,7 +426,7 @@ public class PathExecutor implements IPathExecutor, Helper {
|
|||||||
if (current instanceof MovementFall) {
|
if (current instanceof MovementFall) {
|
||||||
Tuple<Vec3d, BlockPos> data = overrideFall((MovementFall) current);
|
Tuple<Vec3d, BlockPos> data = overrideFall((MovementFall) current);
|
||||||
if (data != null) {
|
if (data != null) {
|
||||||
BetterBlockPos fallDest = new BetterBlockPos(data.getB());
|
BetterBlockPos fallDest = new BetterBlockPos(data.getSecond());
|
||||||
if (!path.positions().contains(fallDest)) {
|
if (!path.positions().contains(fallDest)) {
|
||||||
throw new IllegalStateException();
|
throw new IllegalStateException();
|
||||||
}
|
}
|
||||||
@@ -436,7 +437,7 @@ public class PathExecutor implements IPathExecutor, Helper {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
clearKeys();
|
clearKeys();
|
||||||
behavior.baritone.getLookBehavior().updateTarget(RotationUtils.calcRotationFromVec3d(ctx.playerHead(), data.getA(), ctx.playerRotations()), false);
|
behavior.baritone.getLookBehavior().updateTarget(RotationUtils.calcRotationFromVec3d(ctx.playerHead(), data.getFirst(), ctx.playerRotations()), false);
|
||||||
behavior.baritone.getInputOverrideHandler().setInputForceState(Input.MOVE_FORWARD, true);
|
behavior.baritone.getInputOverrideHandler().setInputForceState(Input.MOVE_FORWARD, true);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -465,7 +466,7 @@ public class PathExecutor implements IPathExecutor, Helper {
|
|||||||
}
|
}
|
||||||
for (int y = next.getDest().y; y <= movement.getSrc().y + 1; y++) {
|
for (int y = next.getDest().y; y <= movement.getSrc().y + 1; y++) {
|
||||||
BlockPos chk = new BlockPos(next.getDest().x, y, next.getDest().z);
|
BlockPos chk = new BlockPos(next.getDest().x, y, next.getDest().z);
|
||||||
if (!MovementHelper.fullyPassable(ctx.world().getBlockState(chk))) {
|
if (!MovementHelper.fullyPassable(ctx, chk)) {
|
||||||
break outer;
|
break outer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -490,7 +491,7 @@ public class PathExecutor implements IPathExecutor, Helper {
|
|||||||
}
|
}
|
||||||
// we are centered
|
// we are centered
|
||||||
BlockPos headBonk = current.getSrc().subtract(current.getDirection()).up(2);
|
BlockPos headBonk = current.getSrc().subtract(current.getDirection()).up(2);
|
||||||
if (MovementHelper.fullyPassable(ctx.world().getBlockState(headBonk))) {
|
if (MovementHelper.fullyPassable(ctx, headBonk)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// wait 0.3
|
// wait 0.3
|
||||||
@@ -523,15 +524,15 @@ public class PathExecutor implements IPathExecutor, Helper {
|
|||||||
if (x == 1) {
|
if (x == 1) {
|
||||||
chk = chk.add(current.getDirection());
|
chk = chk.add(current.getDirection());
|
||||||
}
|
}
|
||||||
if (!MovementHelper.fullyPassable(ctx.world().getBlockState(chk))) {
|
if (!MovementHelper.fullyPassable(ctx, chk)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (MovementHelper.avoidWalkingInto(ctx.world().getBlockState(current.getSrc().up(3)))) {
|
if (MovementHelper.avoidWalkingInto(ctx.world().getBlockState(current.getSrc().up(3)).getBlock())) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return !MovementHelper.avoidWalkingInto(ctx.world().getBlockState(next.getDest().up(2))); // codacy smh my head
|
return !MovementHelper.avoidWalkingInto(ctx.world().getBlockState(next.getDest().up(2)).getBlock()); // codacy smh my head
|
||||||
}
|
}
|
||||||
|
|
||||||
private static boolean canSprintFromDescendInto(IPlayerContext ctx, IMovement current, IMovement next) {
|
private static boolean canSprintFromDescendInto(IPlayerContext ctx, IMovement current, IMovement next) {
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ import baritone.pathing.path.PathExecutor;
|
|||||||
import baritone.utils.BaritoneProcessHelper;
|
import baritone.utils.BaritoneProcessHelper;
|
||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.init.Blocks;
|
import net.minecraft.init.Blocks;
|
||||||
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.world.chunk.EmptyChunk;
|
import net.minecraft.world.chunk.EmptyChunk;
|
||||||
|
|
||||||
@@ -103,7 +104,7 @@ public final class BackfillProcess extends BaritoneProcessHelper {
|
|||||||
.keySet()
|
.keySet()
|
||||||
.stream()
|
.stream()
|
||||||
.filter(pos -> ctx.world().getBlockState(pos).getBlock() == Blocks.AIR)
|
.filter(pos -> ctx.world().getBlockState(pos).getBlock() == Blocks.AIR)
|
||||||
.filter(pos -> baritone.getBuilderProcess().placementPlausible(pos, Blocks.DIRT.getDefaultState()))
|
.filter(pos -> ctx.world().mayPlace(Blocks.DIRT, pos, false, EnumFacing.UP, null))
|
||||||
.filter(pos -> !partOfCurrentMovement(pos))
|
.filter(pos -> !partOfCurrentMovement(pos))
|
||||||
.sorted(Comparator.<BlockPos>comparingDouble(ctx.player()::getDistanceSq).reversed())
|
.sorted(Comparator.<BlockPos>comparingDouble(ctx.player()::getDistanceSq).reversed())
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user