mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-16 06:27:39 +00:00
Compare commits
87 Commits
v1.96.1-rc
...
v1.12.2-1.
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8b1773dd60 | ||
![]() |
018ecfbaa0 | ||
![]() |
4c8fd4fc35 | ||
![]() |
35c1b10224 | ||
![]() |
c1c01bef7c | ||
![]() |
a48c3d0ba8 | ||
![]() |
93a9ebc4f6 | ||
![]() |
7cc2bd43c6 | ||
![]() |
393e628721 | ||
![]() |
0bcd28e58c | ||
![]() |
42f5389fb8 | ||
![]() |
041cfe91b4 | ||
![]() |
0dde859582 | ||
![]() |
e59c043fb6 | ||
![]() |
ae928c4397 | ||
![]() |
da41c65128 | ||
![]() |
4d18234714 | ||
![]() |
d254c6464b | ||
![]() |
3a5d50e572 | ||
![]() |
03b6d2f1ab | ||
![]() |
b0397ed3c5 | ||
![]() |
fa70ebcac2 | ||
![]() |
86e0330100 | ||
![]() |
0ae70fed13 | ||
![]() |
121802a683 | ||
![]() |
08cf55e55f | ||
![]() |
3c8c0d78ef | ||
![]() |
c4d18aa9ca | ||
![]() |
a8fadabaf1 | ||
![]() |
38f9a015ca | ||
![]() |
c311cdc6f5 | ||
![]() |
a93e0f3284 | ||
![]() |
14b3065ba4 | ||
![]() |
c802290437 | ||
![]() |
418420523a | ||
![]() |
813e91073d | ||
![]() |
7250f22ff6 | ||
![]() |
db31a53bba | ||
![]() |
3023f235a4 | ||
![]() |
79cd8b4da5 | ||
![]() |
8e4d311cd9 | ||
![]() |
9bd8c86a94 | ||
![]() |
cbc0c1d0b6 | ||
![]() |
49c37857d4 | ||
![]() |
a802f25dd6 | ||
![]() |
a80302c513 | ||
![]() |
1c46949da7 | ||
![]() |
46d78af068 | ||
![]() |
eb5cff1045 | ||
![]() |
35c7792aa2 | ||
![]() |
521688d630 | ||
![]() |
75e2845c01 | ||
![]() |
2f96283286 | ||
![]() |
cbe6e9b5f5 | ||
![]() |
2ab79cf474 | ||
![]() |
6ce34aba79 | ||
![]() |
5eeb320b60 | ||
![]() |
93310850d2 | ||
![]() |
a2880b12ca | ||
![]() |
303b57779a | ||
![]() |
6279816ecc | ||
![]() |
4ae77261fa | ||
![]() |
4b7d843b78 | ||
![]() |
1c28df65c3 | ||
![]() |
85b740f484 | ||
![]() |
f9929cb27d | ||
![]() |
bafab1ac07 | ||
![]() |
e05c262468 | ||
![]() |
7a3f7d3bba | ||
![]() |
95aa48c456 | ||
![]() |
904a168d5c | ||
![]() |
724441eddc | ||
![]() |
f68ab3edd1 | ||
![]() |
29dce26bf6 | ||
![]() |
717ab69093 | ||
![]() |
138a2cf08f | ||
![]() |
81daf82647 | ||
![]() |
f3798bfb63 | ||
![]() |
bc07dfad2e | ||
![]() |
309cbdb8be | ||
![]() |
a0e7c4a74c | ||
![]() |
7d428030df | ||
![]() |
00c395f689 | ||
![]() |
d8e1c73d26 | ||
![]() |
ffa4cc241b | ||
![]() |
6f1b740c8f | ||
![]() |
3406ba3ebf |
@@ -10,3 +10,9 @@ insert_final_newline = true
|
|||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.sexp]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.properties]
|
||||||
|
insert_final_newline = false
|
||||||
|
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -11,6 +11,5 @@ labels: bug
|
|||||||
|
|
||||||
## Useful information to include:
|
## Useful information to include:
|
||||||
- Minecraft version
|
- Minecraft version
|
||||||
- CC: Restitched version
|
- CC: Tweaked version
|
||||||
- Logs: These will be located in the `logs/` directory of your Minecraft instance. Please upload them as a gist or directly into this editor.
|
|
||||||
- Detailed reproduction steps: sometimes I can spot a bug pretty easily, but often it's much more obscure. The more information I have to help reproduce it, the quicker it'll get fixed.
|
- Detailed reproduction steps: sometimes I can spot a bug pretty easily, but often it's much more obscure. The more information I have to help reproduce it, the quicker it'll get fixed.
|
||||||
|
12
.github/ISSUE_TEMPLATE/peripheral_shoutout.md
vendored
12
.github/ISSUE_TEMPLATE/peripheral_shoutout.md
vendored
@@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
name: Peripheral Shoutout
|
|
||||||
about: Made a Peripheral mod for CC:R? Let us know so we can give it a shoutout
|
|
||||||
labels: peripheralShoutout
|
|
||||||
---
|
|
||||||
|
|
||||||
## What to include?
|
|
||||||
- Link to the mod's Icon
|
|
||||||
- Link to the mod
|
|
||||||
- Mod Name
|
|
||||||
- Basic description of the mod
|
|
||||||
- Link to CC:R Peripheral Documentation for the mod
|
|
17
.github/matchers/checkstyle.json
vendored
17
.github/matchers/checkstyle.json
vendored
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"problemMatcher": [
|
|
||||||
{
|
|
||||||
"owner": "checkstyle",
|
|
||||||
"pattern": [
|
|
||||||
{
|
|
||||||
"regexp": "^([a-z]+) ([\\w./-]+):(\\d+):(\\d+): (.*)$",
|
|
||||||
"severity": 1,
|
|
||||||
"file": 2,
|
|
||||||
"line": 3,
|
|
||||||
"column": 4,
|
|
||||||
"message": 5
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
18
.github/matchers/illuaminate.json
vendored
18
.github/matchers/illuaminate.json
vendored
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"problemMatcher": [
|
|
||||||
{
|
|
||||||
"owner": "illuaminate",
|
|
||||||
"severity": "warning",
|
|
||||||
"pattern": [
|
|
||||||
{
|
|
||||||
"regexp": "^([\\w./-]+):\\[(\\d+):(\\d+)\\-(?:\\d+):(?:\\d+)\\]: (.*) \\[([a-z:-]+)\\]$",
|
|
||||||
"file": 1,
|
|
||||||
"line": 2,
|
|
||||||
"column": 3,
|
|
||||||
"message": 4,
|
|
||||||
"code": 5
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
15
.github/matchers/junit.json
vendored
15
.github/matchers/junit.json
vendored
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"problemMatcher": [
|
|
||||||
{
|
|
||||||
"owner": "junit",
|
|
||||||
"pattern": [
|
|
||||||
{
|
|
||||||
"regexp": "^## ([\\w./-]+):(\\d+): (.*)$",
|
|
||||||
"file": 1,
|
|
||||||
"line": 2,
|
|
||||||
"message": 3
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
53
.github/workflows/main-ci.yml
vendored
53
.github/workflows/main-ci.yml
vendored
@@ -8,53 +8,32 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v1
|
||||||
- name: Checkout submodules
|
|
||||||
run: git submodule update --init --recursive
|
|
||||||
|
|
||||||
|
- name: Set up JDK 1.8
|
||||||
- name: Set up Java 8
|
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 8
|
java-version: 1.8
|
||||||
|
|
||||||
- name: Cache gradle dependencies
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: ~/.gradle/caches
|
|
||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle.properties') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-gradle-
|
|
||||||
|
|
||||||
- name: Disable Gradle daemon
|
|
||||||
run: |
|
|
||||||
mkdir -p ~/.gradle
|
|
||||||
echo "org.gradle.daemon=false" >> ~/.gradle/gradle.properties
|
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: |
|
run: ./gradlew build --no-daemon
|
||||||
./gradlew assemble || ./gradlew assemble
|
|
||||||
./gradlew build
|
|
||||||
|
|
||||||
- name: Upload Jar
|
- name: Upload Jar
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: cc-restitched
|
name: CC-Tweaked
|
||||||
path: build/libs
|
path: build/libs
|
||||||
|
|
||||||
- name: Parse test reports
|
lint-lua:
|
||||||
run: ./tools/parse-reports.py
|
name: Lint Lua
|
||||||
if: ${{ failure() }}
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
- name: Cache pre-commit
|
steps:
|
||||||
uses: actions/cache@v2
|
- uses: actions/checkout@v1
|
||||||
with:
|
|
||||||
path: ~/.cache/pre-commit
|
|
||||||
key: ${{ runner.os }}-pre-commit-${{ hashFiles('config/pre-commit/config.yml') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-pre-commit-
|
|
||||||
|
|
||||||
- name: Run linters
|
- name: Lint Lua code
|
||||||
run: |
|
run: |
|
||||||
pip install pre-commit
|
test -d bin || mkdir bin
|
||||||
pre-commit run --config config/pre-commit/config.yml --show-diff-on-failure --all --color=always
|
test -f bin/illuaminate || wget -q -Obin/illuaminate https://squiddev.cc/illuaminate/bin/illuaminate
|
||||||
|
chmod +x bin/illuaminate
|
||||||
|
bin/illuaminate lint
|
||||||
|
10
.gitignore
vendored
10
.gitignore
vendored
@@ -9,15 +9,15 @@
|
|||||||
/run-*
|
/run-*
|
||||||
/test-files
|
/test-files
|
||||||
|
|
||||||
# Autogenerated by IDE
|
|
||||||
/bin
|
|
||||||
/.settings
|
|
||||||
.classpath
|
|
||||||
|
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
*.iml
|
*.iml
|
||||||
.idea
|
.idea
|
||||||
.gradle
|
.gradle
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|
||||||
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
.settings/
|
||||||
|
bin/
|
||||||
|
*.launch
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "src/main/resources/resourcepacks/overhaul"]
|
|
||||||
path = src/main/resources/resourcepacks/overhaul
|
|
||||||
url = https://github.com/3prm3/cc-pack
|
|
19
.gitpod.Dockerfile
vendored
19
.gitpod.Dockerfile
vendored
@@ -1,19 +0,0 @@
|
|||||||
FROM gitpod/workspace-base
|
|
||||||
|
|
||||||
USER gitpod
|
|
||||||
|
|
||||||
# Install custom tools, runtime, etc. using apt-get
|
|
||||||
# For example, the command below would install "bastet" - a command line tetris clone:
|
|
||||||
#
|
|
||||||
# RUN sudo apt-get -q update && \
|
|
||||||
# sudo apt-get install -yq bastet && \
|
|
||||||
# sudo rm -rf /var/lib/apt/lists/*
|
|
||||||
#
|
|
||||||
# More information: https://www.gitpod.io/docs/config-docker/
|
|
||||||
|
|
||||||
# Install Java 8 and 16
|
|
||||||
RUN sudo apt-get -q update && \
|
|
||||||
sudo apt install -yq openjdk-8-jdk openjdk-16-jdk
|
|
||||||
|
|
||||||
# This is so that you can use java 8 until such a time as you switch to java 16
|
|
||||||
RUN sudo update-java-alternatives --set java-1.8.0-openjdk-amd64
|
|
18
.gitpod.yml
18
.gitpod.yml
@@ -1,18 +0,0 @@
|
|||||||
image:
|
|
||||||
file: .gitpod.Dockerfile
|
|
||||||
|
|
||||||
ports:
|
|
||||||
- port: 25565
|
|
||||||
onOpen: notify
|
|
||||||
|
|
||||||
vscode:
|
|
||||||
extensions:
|
|
||||||
- ms-azuretools.vscode-docker
|
|
||||||
- redhat.java
|
|
||||||
- richardwillis.vscode-gradle
|
|
||||||
- vscjava.vscode-java-debug
|
|
||||||
- vscode.github
|
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- init: ./gradlew
|
|
34
.luacheckrc
34
.luacheckrc
@@ -1,34 +0,0 @@
|
|||||||
std = "max"
|
|
||||||
|
|
||||||
ignore = {
|
|
||||||
-- Allow access to undefined globals or their fields. In the future we'll
|
|
||||||
-- define all of CC's globals within this file
|
|
||||||
'113', '143',
|
|
||||||
|
|
||||||
-- FIXME: Ignore unused arguments and loop variables
|
|
||||||
'212', '213',
|
|
||||||
|
|
||||||
-- Disable line is too long for now. It would be possible to clean
|
|
||||||
-- this up in the future.
|
|
||||||
'631',
|
|
||||||
}
|
|
||||||
|
|
||||||
-- Only run the linter on ROM and bios for now, as the treasure disks
|
|
||||||
-- are largely unsupported.
|
|
||||||
include_files = {
|
|
||||||
'src/main/resources/assets/computercraft/lua/rom',
|
|
||||||
'src/main/resources/assets/computercraft/lua/bios.lua'
|
|
||||||
}
|
|
||||||
|
|
||||||
files['src/main/resources/assets/computercraft/lua/bios.lua'] = {
|
|
||||||
-- Allow declaring and mutating globals
|
|
||||||
allow_defined_top = true,
|
|
||||||
ignore = { '112', '121', '122', '131', '142' },
|
|
||||||
}
|
|
||||||
|
|
||||||
files['src/main/resources/assets/computercraft/lua/rom/apis'] = {
|
|
||||||
-- APIs may define globals on the top level. We'll ignore unused globals,
|
|
||||||
-- as obviously they may be used outside that API.
|
|
||||||
allow_defined_top = true,
|
|
||||||
ignore = { '131' },
|
|
||||||
}
|
|
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"files.exclude": {
|
|
||||||
// Default Java Dev
|
|
||||||
"**/.classpath": true,
|
|
||||||
"**/.project": true,
|
|
||||||
"**/.settings": true,
|
|
||||||
"**/.factorypath": true,
|
|
||||||
|
|
||||||
// Custom Hidden Files
|
|
||||||
"**/.bin": true,
|
|
||||||
"**/.editorconfig": true,
|
|
||||||
},
|
|
||||||
|
|
||||||
"java.configuration.updateBuildConfiguration": "automatic"
|
|
||||||
}
|
|
14
LICENSE
14
LICENSE
@@ -19,14 +19,14 @@ Mod: The mod code designated by the present license, in source form, binary
|
|||||||
form, as obtained standalone, as part of a wider distribution or resulting from
|
form, as obtained standalone, as part of a wider distribution or resulting from
|
||||||
the compilation of the original or modified sources.
|
the compilation of the original or modified sources.
|
||||||
|
|
||||||
Dependency: Code required for the mod to work properly. This includes
|
Dependency: Code required for the mod to work properly. This includes
|
||||||
dependencies required to compile the code as well as any file or modification
|
dependencies required to compile the code as well as any file or modification
|
||||||
that is explicitly or implicitly required for the mod to be working.
|
that is explicitly or implicitly required for the mod to be working.
|
||||||
|
|
||||||
1. Scope
|
1. Scope
|
||||||
--------
|
--------
|
||||||
|
|
||||||
The present license is granted to any user of the mod. As a prerequisite,
|
The present license is granted to any user of the mod. As a prerequisite,
|
||||||
a user must own a legally acquired copy of Minecraft
|
a user must own a legally acquired copy of Minecraft
|
||||||
|
|
||||||
2. Liability
|
2. Liability
|
||||||
@@ -41,13 +41,13 @@ or misuse of this mod fall on the user.
|
|||||||
3. Play rights
|
3. Play rights
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
The user is allowed to install this mod on a Minecraft client or server and to play
|
The user is allowed to install this mod on a Minecraft client or server and to play
|
||||||
without restriction.
|
without restriction.
|
||||||
|
|
||||||
4. Modification rights
|
4. Modification rights
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
The user has the right to decompile the source code, look at either the
|
The user has the right to decompile the source code, look at either the
|
||||||
decompiled version or the original source code, and to modify it.
|
decompiled version or the original source code, and to modify it.
|
||||||
|
|
||||||
5. Distribution of original or modified copy rights
|
5. Distribution of original or modified copy rights
|
||||||
@@ -61,10 +61,10 @@ include:
|
|||||||
- patch to its source or binary files
|
- patch to its source or binary files
|
||||||
- any copy of a portion of its binary source files
|
- any copy of a portion of its binary source files
|
||||||
|
|
||||||
The user is allowed to redistribute this mod partially, in totality, or
|
The user is allowed to redistribute this mod partially, in totality, or
|
||||||
included in a distribution.
|
included in a distribution.
|
||||||
|
|
||||||
When distributing binary files, the user must provide means to obtain its
|
When distributing binary files, the user must provide means to obtain its
|
||||||
entire set of sources or modified sources at no cost.
|
entire set of sources or modified sources at no cost.
|
||||||
|
|
||||||
All distributions of this mod must remain licensed under the CCPL.
|
All distributions of this mod must remain licensed under the CCPL.
|
||||||
@@ -92,7 +92,7 @@ must be made available at no cost and remain licensed under the CCPL.
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
If you choose to contribute code or assets to be included in this mod, you
|
If you choose to contribute code or assets to be included in this mod, you
|
||||||
agree that, if added to to the main repository at
|
agree that, if added to to the main repository at
|
||||||
https://github.com/dan200/ComputerCraft, your contributions will be covered by
|
https://github.com/dan200/ComputerCraft, your contributions will be covered by
|
||||||
this license, and that Daniel Ratcliffe will retain the right to re-license the
|
this license, and that Daniel Ratcliffe will retain the right to re-license the
|
||||||
mod, including your contributions, in part or in whole, under other licenses.
|
mod, including your contributions, in part or in whole, under other licenses.
|
||||||
|
120
README.md
120
README.md
@@ -1,71 +1,75 @@
|
|||||||
<img src="logo.png" alt="CC: Restitched" width="100%"/>
|
# 
|
||||||
|
[](https://github.com/SquidDev-CC/CC-Tweaked/actions "Current build status") [](https://minecraft.curseforge.com/projects/cc-tweaked "Download CC: Tweaked on CurseForge")
|
||||||
|
|
||||||
[](https://github.com/Merith-TK/cc-restitched/actions "Current build status")
|
CC: Tweaked is a fork of [ComputerCraft](https://github.com/dan200/ComputerCraft), adding programmable computers,
|
||||||
[](https://www.curseforge.com/minecraft/mc-mods/cc-restitched-updated "Download CC: Restitched on CurseForge")
|
turtles and more to Minecraft.
|
||||||
[](https://gitpod.io/#https://github.com/Merith-TK/cc-restitched)
|
|
||||||
|
|
||||||
# CC:R Version VS CC:T Version
|
## What?
|
||||||
CC:R Strives to maintain perfect pairity with CC:T, however in some cases this is not possible, so CC:R might have a "newer" version than what CC:T has, these newer versions will be primarily bugfixes and the like because fabric is "weird" when porting a forge mod
|
ComputerCraft has always held a fond place in my heart: it's the mod which really got me into Minecraft, and it's the
|
||||||
|
mod which has kept me playing it for many years. However, development of the original mod has slowed, as the original
|
||||||
|
developers have had less time to work on the mod, and moved onto other projects and commitments.
|
||||||
|
|
||||||
## What is CC: Restiched
|
CC: Tweaked (or CC:T for short) is an attempt to continue ComputerCraft's legacy. It's not intended to be a competitor
|
||||||
This is an fork of [Zundrel/cc-tweaked-fabric](https://github.com/Zundrel/cc-tweaked-fabric) who's goal was to port [SquidDev-CC/CC-Tweaked](https://github.com/SquidDev-CC/CC-Tweaked) to the [Fabric](https://fabricmc.net/) modloader. I picked up maintaining the mod because the team working on Zundrel's fork, admitted they had gotten lethargic so I picked it up to make it equal with CC:T
|
to CC, nor do I want to take it in a vastly different direction to the original mod. Instead, CC:T focuses on making the
|
||||||
|
ComputerCraft experience as _solid_ as possible, ironing out any wrinkles that may have developed over time.
|
||||||
|
|
||||||
## Resource Packs
|
## Features
|
||||||
This mod includes textures that are more in-line with the style of Mojang's new texture-artist, Jappa. If you prefer the original textures, enable the "Classic" resource pack provided by the mod.
|
CC: Tweaked contains all the features of the latest version of ComputerCraft, as well as numerous fixes, performance
|
||||||
|
improvements and several nifty additions. I'd recommend checking out [the releases page](https://github.com/SquidDev-CC/CC-Tweaked/releases)
|
||||||
|
to see the full set of changes, but here's a couple of the more interesting additions:
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/3prm3/cc-pack/main/pack.png" alt="CC: Restitched" width="16" height="16"/> [3prm3/cc-pack](https://github.com/3prm3/cc-pack/)
|
- Improvements to the `http` library, including websockets, support for other HTTP methods (`PUT`, `DELETE`, etc...)
|
||||||
We also have a second resourcepack made by [3prm3](https://github.com/3prm3), it features a complete overhaul and can be enabled by enabling the `overhaul` resource pack, go check out his resource pack over here!
|
and configurable limits on HTTP usage.
|
||||||
|
- Full-block wired modems, allowing one to wrap non-solid peripherals (such as turtles, or chests if Plethora is
|
||||||
|
installed).
|
||||||
|
- Pocket computers can be held like maps, allowing you to view the screen without entering a GUI.
|
||||||
|
- Printed pages and books can be placed in item frames and held like maps.
|
||||||
|
- Several profiling and administration tools for server owners, via the `/computercraft` command. This allows operators
|
||||||
|
to track which computers are hogging resources, turn on and shutdown multiple computers at once and interact with
|
||||||
|
computers remotely.
|
||||||
|
- Closer emulation of standard Lua, adding the `debug` and `io` libraries. This also enables seeking within binary
|
||||||
|
files, meaning you don't need to read large files into memory.
|
||||||
|
- Allow running multiple computers on multiple threads, reducing latency on worlds with many computers.
|
||||||
|
|
||||||
|
## Relation to CCTweaks?
|
||||||
|
This mod has nothing to do with CCTweaks, though there is no denying the name is a throwback to it. That being said,
|
||||||
|
several features have been included, such as full block modems, the Cobalt runtime and map-like rendering for pocket
|
||||||
|
computers.
|
||||||
|
|
||||||
# Conflicts
|
|
||||||
Currently Iris and Canvas Shaders are Incompatible with this mod,
|
|
||||||
- Iris has transparent monitors, and when a computer displays something on the monitor, the face becomes black
|
|
||||||
- Canvas... uhm
|
|
||||||
- Computer Terminals are 100% unusable and scuffed
|
|
||||||
- <img src="https://user-images.githubusercontent.com/16393543/120464345-ab619b00-c351-11eb-9dfb-e68ddc93de5e.png">
|
|
||||||
- Monitors break with either rendering option
|
|
||||||
- TBO
|
|
||||||
- Just crashes on world load
|
|
||||||
- VBO
|
|
||||||
- <img src="https://user-images.githubusercontent.com/16393543/120475933-d999a780-c35e-11eb-9d94-ef4e5988ad5f.png">
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Any contribution is welcome, be that using the mod, reporting bugs or contributing code. In order to start helping develop CC:R there are a few rules
|
Any contribution is welcome, be that using the mod, reporting bugs or contributing code. In order to start helping
|
||||||
1) Any updates that port commits from CC:T, ***MUST*** follow the format defined in [patchwork.md](patchwork.md) otherwise they will not be accepted,
|
develop CC:T, you'll need to follow these steps:
|
||||||
* Commit Message must be the same as it is in CC:T,
|
|
||||||
* patchwork.md must be updated in the following format
|
- **Clone the repository:** `git clone https://github.com/SquidDev-CC/CC-Tweaked.git && cd CC-Tweaked`
|
||||||
> Comments, optional but useful if you had to do something differently than in CC:T outside of [Fabric](https://fabricmc.net/)/[Forge](https://mcforge.readthedocs.io/en/1.16.x/) differences
|
- **Setup Forge:** `./gradlew setupDecompWorkspace`
|
||||||
>
|
- **Test your changes:** `./gradlew runClient` (or run the `GradleStart` class from your IDE).
|
||||||
> \`\`\`
|
|
||||||
>
|
If you want to run CC:T in a normal Minecraft instance, run `./gradlew build` and copy the `.jar` from `build/libs`.
|
||||||
>commitID
|
|
||||||
>
|
|
||||||
> commit title
|
|
||||||
>
|
|
||||||
> commit desc
|
|
||||||
>
|
|
||||||
> \`\`\`
|
|
||||||
2) Follow the [Fabric](https://fabricmc.net/) programming guidelines as close as possible. This means you have to use [`loom`](https://fabricmc.net/wiki/tutorial:mappings) mappings,
|
|
||||||
3) You cannot intentionally implement bugs and security vulnerabilities
|
|
||||||
4) Unless the commit is a ["patchwork"](https://github.com/Merith-TK/cc-restitched/blob/fabric/patchwork.md) compliant commit, (IE: taken from CC:T), the lua code is off limits
|
|
||||||
## Bleeding Edge Builds
|
|
||||||
Bleeding edge builds can be found [here](https://github.com/Merith-TK/cc-restitched/actions) at Github Actions.
|
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
If you need help getting started with CC: Tweaked, want to show off your latest project, or just want to chat about ComputerCraft, here is the [Forum](https://forums.computercraft.cc/) and the [Discord](https://discord.gg/H2UyJXe)
|
If you need help getting started with CC: Tweaked, want to show off your latest project, or just want to chat about
|
||||||
|
ComputerCraft we have a [forum](https://forums.computercraft.cc/) and [Discord guild](https://discord.gg/H2UyJXe)!
|
||||||
|
There's also a fairly populated, albeit quiet [IRC channel](http://webchat.esper.net/?channels=#computercraft), if
|
||||||
|
that's more your cup of tea.
|
||||||
|
|
||||||
## Known Issues
|
I'd generally recommend you don't contact me directly (email, DM, etc...) unless absolutely necessary (i.e. in order to
|
||||||
Main Known issue
|
report exploits). You'll get a far quicker response if you ask the whole community!
|
||||||
* Mods that add blocks that can be used as peripherals for CC:T On forge, don't work with CC:R.
|
|
||||||
* This is because of the differences between forge and fabric, and that mod devs, to my knowledge have not agreed upon a standard method in which to implement cross compatibility between mods,
|
|
||||||
* [Fixed (d10f297c): please report if bug persists]</br> ~~Storage Peripherals throw a java "StackOverflowError" when using `pushItems()`,~~
|
|
||||||
* ~~Work around, you are probably using `pushItems(chest, 1)` or similar. please use `pushItems(chest, 1, nil, 1)`.~~
|
|
||||||
* Computers will not run built in commands, saying "File not found"
|
|
||||||
* This is a know bug, dont know what causes it, but just restart the computer (`ctrl+r` for one second) and it will work again
|
|
||||||
* Occurs when server runs `/reload` or a datapack is updated
|
|
||||||
|
|
||||||
## Perpherals
|
## Using
|
||||||
Unfortunately, unlike the original CC:Tweaked project, CC:Restitched, does not have any actual peripheral mods, currently the only one we have is an example for mod devs to get started with making/adding the peripheral API to their mods!
|
If you want to depend on CC: Tweaked, we have a maven repo. However, you should be wary that some functionality is only
|
||||||
|
exposed by CC:T's API and not vanilla ComputerCraft. If you wish to support all variations of ComputerCraft, I recommend
|
||||||
|
using [cc.crzd.me's maven](https://cc.crzd.me/maven/) instead.
|
||||||
|
|
||||||
If your a mod dev made a mod with CC:R peripheral support, OR if your a player who found a mod with CC:R support, please open an [issue here](https://github.com/Merith-TK/cc-restitched/issues/new?assignees=&labels=peripheralShoutout&template=peripheral_shoutout.md) to let us know so we can add it to the list!
|
```groovy
|
||||||
|
dependencies {
|
||||||
|
maven { url 'https://squiddev.cc/maven/' }
|
||||||
|
}
|
||||||
|
|
||||||
*  [CC Peripheral Test](https://github.com/Toad-Dev/cc-peripheral-test)
|
dependencies {
|
||||||
* This is an example mod for how to make peripherals that work as a block, or as a turtle upgrade!
|
implementation "org.squiddev:cc-tweaked-${mc_version}:${cct_version}"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
You should also be careful to only use classes within the `dan200.computercraft.api` package. Non-API classes are
|
||||||
|
subject to change at any point. If you depend on functionality outside the API, file an issue, and we can look into
|
||||||
|
exposing more features.
|
||||||
|
427
build.gradle
427
build.gradle
@@ -1,97 +1,259 @@
|
|||||||
plugins {
|
|
||||||
id 'fabric-loom' version '0.7-SNAPSHOT'
|
// For those who want the bleeding edge
|
||||||
id 'maven-publish'
|
buildscript {
|
||||||
id "checkstyle"
|
repositories {
|
||||||
id "com.github.hierynomus.license" version "0.15.0"
|
jcenter()
|
||||||
|
maven {
|
||||||
|
name = "forge"
|
||||||
|
url = "https://files.minecraftforge.net/maven"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
classpath 'com.google.code.gson:gson:2.8.1'
|
||||||
|
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
|
||||||
|
classpath 'net.sf.proguard:proguard-gradle:6.1.0beta1'
|
||||||
|
classpath 'org.ajoberstar.grgit:grgit-gradle:3.0.0'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
plugins {
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
id "checkstyle"
|
||||||
|
id "com.github.hierynomus.license" version "0.15.0"
|
||||||
|
id "com.matthewprenger.cursegradle" version "1.3.0"
|
||||||
|
id "com.github.breadmoirai.github-release" version "2.2.4"
|
||||||
|
}
|
||||||
|
|
||||||
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
|
apply plugin: 'org.ajoberstar.grgit'
|
||||||
|
apply plugin: 'maven-publish'
|
||||||
|
apply plugin: 'maven'
|
||||||
|
|
||||||
version = mod_version
|
version = mod_version
|
||||||
|
|
||||||
group = "dan200.computercraft"
|
group = "org.squiddev"
|
||||||
archivesBaseName = "cc-restiched"
|
archivesBaseName = "cc-tweaked-${mc_version}"
|
||||||
|
|
||||||
|
minecraft {
|
||||||
|
version = "${mc_version}-${forge_version}"
|
||||||
|
runDir = "run"
|
||||||
|
replace '${version}', mod_version
|
||||||
|
|
||||||
|
mappings = mappings_version
|
||||||
|
makeObfSourceJar = false
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
maven {
|
||||||
maven { url 'https://jitpack.io' }
|
name "JEI"
|
||||||
maven { url "https://maven.shedaniel.me/" }
|
url "https://dvs1.progwml6.com/files/maven"
|
||||||
|
}
|
||||||
maven {
|
maven {
|
||||||
name "SquidDev"
|
name "SquidDev"
|
||||||
url "https://squiddev.cc/maven"
|
url "https://squiddev.cc/maven"
|
||||||
}
|
}
|
||||||
|
ivy {
|
||||||
|
name "Charset"
|
||||||
|
artifactPattern "https://asie.pl/files/mods/Charset/LibOnly/[module]-[revision](-[classifier]).[ext]"
|
||||||
|
}
|
||||||
|
maven {
|
||||||
|
name "Amadornes"
|
||||||
|
url "https://maven.amadornes.com/"
|
||||||
|
}
|
||||||
|
maven {
|
||||||
|
name "CraftTweaker"
|
||||||
|
url "https://maven.blamejared.com/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
implementation.extendsFrom shade
|
shade
|
||||||
|
compile.extendsFrom shade
|
||||||
|
deployerJars
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
checkstyle "com.puppycrawl.tools:checkstyle:8.25"
|
checkstyle "com.puppycrawl.tools:checkstyle:8.25"
|
||||||
|
|
||||||
minecraft "com.mojang:minecraft:${mc_version}"
|
deobfProvided "CraftTweaker2:CraftTweaker2-MC1120-Main:1.12-4.1.20.554"
|
||||||
mappings "net.fabricmc:yarn:${mc_version}+build.${mappings_version}:v2"
|
deobfProvided "MCMultiPart2:MCMultiPart:2.5.3"
|
||||||
modImplementation "net.fabricmc:fabric-loader:${fabric_loader_version}"
|
deobfProvided "mezz.jei:jei_1.12.2:4.15.0.269:api"
|
||||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}"
|
deobfProvided "pl.asie:Charset-Lib:0.5.4.6"
|
||||||
|
|
||||||
modApi("me.shedaniel.cloth:cloth-config-fabric:${cloth_config_version}") {
|
runtime "mezz.jei:jei_1.12.2:4.15.0.269"
|
||||||
exclude(group: "net.fabricmc.fabric-api")
|
|
||||||
}
|
|
||||||
modImplementation "io.github.prospector:modmenu:${modmenu_version}"
|
|
||||||
modImplementation "me.shedaniel.cloth.api:cloth-utils-v1:${cloth_api_version}"
|
|
||||||
|
|
||||||
implementation 'com.electronwill.night-config:toml:3.6.3'
|
shade 'org.squiddev:Cobalt:0.5.0-SNAPSHOT'
|
||||||
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
|
||||||
|
|
||||||
shade 'org.squiddev:Cobalt:0.5.2-SNAPSHOT'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
|
||||||
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
|
||||||
|
|
||||||
include "me.shedaniel.cloth.api:cloth-utils-v1:${cloth_api_version}"
|
deployerJars "org.apache.maven.wagon:wagon-ssh:3.0.0"
|
||||||
include 'com.electronwill.night-config:core:3.6.3'
|
|
||||||
include 'com.electronwill.night-config:toml:3.6.3'
|
|
||||||
include "me.shedaniel.cloth:cloth-config-fabric:${cloth_config_version}"
|
|
||||||
|
|
||||||
modRuntime "me.shedaniel:RoughlyEnoughItems-api:5.12.248"
|
|
||||||
modRuntime "me.shedaniel:RoughlyEnoughItems:5.12.248"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
// Compile tasks
|
||||||
inputs.property "version", project.version
|
|
||||||
|
|
||||||
from(sourceSets.main.resources.srcDirs) {
|
javadoc {
|
||||||
include "fabric.mod.json"
|
include "dan200/computercraft/api/**/*.java"
|
||||||
expand "version": project.version
|
|
||||||
}
|
|
||||||
|
|
||||||
from(sourceSets.main.resources.srcDirs) {
|
|
||||||
exclude "fabric.mod.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// ensure that the encoding is set to UTF-8, no matter what the system default is
|
|
||||||
// this fixes some edge cases with special characters not displaying correctly
|
|
||||||
// see http://yodaconditions.net/blog/fix-for-java-file-encoding-problems-with-gradle.html
|
|
||||||
tasks.withType(JavaCompile) {
|
|
||||||
options.encoding = "UTF-8"
|
|
||||||
}
|
|
||||||
|
|
||||||
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
|
|
||||||
// if it is present.
|
|
||||||
// If you remove this task, sources will not be generated.
|
|
||||||
task sourcesJar(type: Jar, dependsOn: classes) {
|
|
||||||
classifier = "sources"
|
|
||||||
from sourceSets.main.allSource
|
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
from "LICENSE"
|
dependsOn javadoc
|
||||||
|
|
||||||
|
manifest {
|
||||||
|
attributes('FMLAT': 'computercraft_at.cfg')
|
||||||
|
}
|
||||||
|
|
||||||
|
from (sourceSets.main.allSource) {
|
||||||
|
include "dan200/computercraft/api/**/*.java"
|
||||||
|
}
|
||||||
|
|
||||||
from configurations.shade.collect { it.isDirectory() ? it : zipTree(it) }
|
from configurations.shade.collect { it.isDirectory() ? it : zipTree(it) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[compileJava, compileTestJava].forEach {
|
||||||
|
it.configure {
|
||||||
|
options.compilerArgs << "-Xlint" << "-Xlint:-processing" << "-Werror"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
import java.nio.charset.StandardCharsets
|
||||||
|
import java.nio.file.*
|
||||||
|
import java.util.zip.*
|
||||||
|
|
||||||
|
import com.google.gson.GsonBuilder
|
||||||
|
import com.google.gson.JsonElement
|
||||||
import com.hierynomus.gradle.license.tasks.LicenseCheck
|
import com.hierynomus.gradle.license.tasks.LicenseCheck
|
||||||
import com.hierynomus.gradle.license.tasks.LicenseFormat
|
import com.hierynomus.gradle.license.tasks.LicenseFormat
|
||||||
|
import org.ajoberstar.grgit.Grgit
|
||||||
|
import proguard.gradle.ProGuardTask
|
||||||
|
|
||||||
|
task proguard(type: ProGuardTask, dependsOn: jar) {
|
||||||
|
description "Removes unused shadowed classes from the jar"
|
||||||
|
group "compact"
|
||||||
|
|
||||||
|
injars jar.archivePath
|
||||||
|
outjars "${jar.archivePath.absolutePath.replace(".jar", "")}-min.jar"
|
||||||
|
|
||||||
|
// Add the main runtime jar and all non-shadowed dependencies
|
||||||
|
libraryjars "${System.getProperty('java.home')}/lib/rt.jar"
|
||||||
|
libraryjars "${System.getProperty('java.home')}/lib/jce.jar"
|
||||||
|
doFirst {
|
||||||
|
sourceSets.main.compileClasspath
|
||||||
|
.filter { !it.name.contains("Cobalt") }
|
||||||
|
.each { libraryjars it }
|
||||||
|
}
|
||||||
|
|
||||||
|
// We want to avoid as much obfuscation as possible. We're only doing this to shrink code size.
|
||||||
|
dontobfuscate; dontoptimize; keepattributes; keepparameternames
|
||||||
|
|
||||||
|
// Proguard will remove directories by default, but that breaks JarMount.
|
||||||
|
keepdirectories 'assets/computercraft/lua**'
|
||||||
|
|
||||||
|
// Preserve ComputerCraft classes - we only want to strip shadowed files.
|
||||||
|
keep 'class dan200.computercraft.** { *; }'
|
||||||
|
}
|
||||||
|
|
||||||
|
task proguardMove(dependsOn: proguard) {
|
||||||
|
description "Replace the original jar with the minified version"
|
||||||
|
group "compact"
|
||||||
|
|
||||||
|
doLast {
|
||||||
|
Files.move(
|
||||||
|
file("${jar.archivePath.absolutePath.replace(".jar", "")}-min.jar").toPath(),
|
||||||
|
file(jar.archivePath).toPath(),
|
||||||
|
StandardCopyOption.REPLACE_EXISTING
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
reobfJar.dependsOn proguardMove
|
||||||
|
|
||||||
|
processResources {
|
||||||
|
inputs.property "version", mod_version
|
||||||
|
inputs.property "mcversion", mc_version
|
||||||
|
|
||||||
|
def hash = 'none'
|
||||||
|
Set<String> contributors = []
|
||||||
|
try {
|
||||||
|
def grgit = Grgit.open(dir: '.')
|
||||||
|
hash = grgit.head().id
|
||||||
|
|
||||||
|
def blacklist = ['GitHub', 'dan200', 'Daniel Ratcliffe']
|
||||||
|
grgit.log().each {
|
||||||
|
if (!blacklist.contains(it.author.name)) contributors.add(it.author.name)
|
||||||
|
if (!blacklist.contains(it.committer.name)) contributors.add(it.committer.name)
|
||||||
|
}
|
||||||
|
} catch(Exception ignored) { }
|
||||||
|
|
||||||
|
inputs.property "commithash", hash
|
||||||
|
|
||||||
|
from(sourceSets.main.resources.srcDirs) {
|
||||||
|
include 'mcmod.info'
|
||||||
|
include 'assets/computercraft/lua/rom/help/credits.txt'
|
||||||
|
|
||||||
|
expand 'version': mod_version,
|
||||||
|
'mcversion': mc_version,
|
||||||
|
'gitcontributors': contributors.sort(false, String.CASE_INSENSITIVE_ORDER).join('\n')
|
||||||
|
}
|
||||||
|
|
||||||
|
from(sourceSets.main.resources.srcDirs) {
|
||||||
|
exclude 'mcmod.info'
|
||||||
|
exclude 'assets/computercraft/lua/rom/help/credits.txt'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
task compressJson(dependsOn: extractAnnotationsJar) {
|
||||||
|
group "compact"
|
||||||
|
description "Minifies all JSON files, stripping whitespace"
|
||||||
|
|
||||||
|
def jarPath = file(jar.archivePath)
|
||||||
|
|
||||||
|
def tempPath = File.createTempFile("input", ".jar", temporaryDir)
|
||||||
|
tempPath.deleteOnExit()
|
||||||
|
|
||||||
|
def gson = new GsonBuilder().create()
|
||||||
|
|
||||||
|
doLast {
|
||||||
|
// Copy over all files in the current jar to the new one, running json files from GSON. As pretty printing
|
||||||
|
// is turned off, they should be minified.
|
||||||
|
new ZipFile(jarPath).withCloseable { inJar ->
|
||||||
|
tempPath.getParentFile().mkdirs()
|
||||||
|
new ZipOutputStream(new BufferedOutputStream(new FileOutputStream(tempPath))).withCloseable { outJar ->
|
||||||
|
inJar.entries().each { entry ->
|
||||||
|
if(entry.directory) {
|
||||||
|
outJar.putNextEntry(entry)
|
||||||
|
} else if(!entry.name.endsWith(".json")) {
|
||||||
|
outJar.putNextEntry(entry)
|
||||||
|
inJar.getInputStream(entry).withCloseable { outJar << it }
|
||||||
|
} else {
|
||||||
|
ZipEntry newEntry = new ZipEntry(entry.name)
|
||||||
|
newEntry.setTime(entry.time)
|
||||||
|
outJar.putNextEntry(newEntry)
|
||||||
|
|
||||||
|
def element = inJar.getInputStream(entry).withCloseable { gson.fromJson(it.newReader("UTF8"), JsonElement.class) }
|
||||||
|
outJar.write(gson.toJson(element).getBytes(StandardCharsets.UTF_8))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// And replace the original jar again
|
||||||
|
Files.move(tempPath.toPath(), jarPath.toPath(), StandardCopyOption.REPLACE_EXISTING)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
assemble.dependsOn compressJson
|
||||||
|
|
||||||
|
// Check tasks
|
||||||
|
|
||||||
|
test {
|
||||||
|
useJUnitPlatform()
|
||||||
|
testLogging {
|
||||||
|
events "skipped", "failed"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
license {
|
license {
|
||||||
mapping("java", "SLASHSTAR_STYLE")
|
mapping("java", "SLASHSTAR_STYLE")
|
||||||
@@ -104,14 +266,14 @@ license {
|
|||||||
it.configure {
|
it.configure {
|
||||||
include("**/*.java")
|
include("**/*.java")
|
||||||
exclude("dan200/computercraft/api/**")
|
exclude("dan200/computercraft/api/**")
|
||||||
header file('config/license/main.txt')
|
header rootProject.file('config/license/main.txt')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[licenseTest, licenseFormatTest].forEach {
|
[licenseTest, licenseFormatTest].forEach {
|
||||||
it.configure {
|
it.configure {
|
||||||
include("**/*.java")
|
include("**/*.java")
|
||||||
header file('config/license/main.txt')
|
header rootProject.file('config/license/main.txt')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -128,27 +290,144 @@ task licenseFormatAPI(type: LicenseFormat);
|
|||||||
it.configure {
|
it.configure {
|
||||||
source = sourceSets.main.java
|
source = sourceSets.main.java
|
||||||
include("dan200/computercraft/api/**")
|
include("dan200/computercraft/api/**")
|
||||||
header file('config/license/api.txt')
|
header rootProject.file('config/license/api.txt')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Upload tasks
|
||||||
|
|
||||||
|
task checkRelease {
|
||||||
|
group "upload"
|
||||||
|
description "Verifies that everything is ready for a release"
|
||||||
|
|
||||||
|
inputs.property "version", mod_version
|
||||||
|
inputs.file("src/main/resources/assets/computercraft/lua/rom/help/changelog.txt")
|
||||||
|
inputs.file("src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt")
|
||||||
|
|
||||||
|
doLast {
|
||||||
|
def ok = true
|
||||||
|
|
||||||
|
// Check we're targetting the current version
|
||||||
|
def whatsnew = new File("src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt").readLines()
|
||||||
|
if (whatsnew[0] != "New features in CC: Tweaked $mod_version") {
|
||||||
|
ok = false
|
||||||
|
project.logger.error("Expected `whatsnew.txt' to target $mod_version.")
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check "read more" exists and trim it
|
||||||
|
def idx = whatsnew.findIndexOf { it == 'Type "help changelog" to see the full version history.' }
|
||||||
|
if (idx == -1) {
|
||||||
|
ok = false
|
||||||
|
project.logger.error("Must mention the changelog in whatsnew.txt")
|
||||||
|
} else {
|
||||||
|
whatsnew = whatsnew.getAt(0 ..< idx)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check whatsnew and changelog match.
|
||||||
|
def versionChangelog = "# " + whatsnew.join("\n")
|
||||||
|
def changelog = new File("src/main/resources/assets/computercraft/lua/rom/help/changelog.txt").getText()
|
||||||
|
if (!changelog.startsWith(versionChangelog)) {
|
||||||
|
ok = false
|
||||||
|
project.logger.error("whatsnew and changelog are not in sync")
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!ok) throw new IllegalStateException("Could not check release")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
check.dependsOn checkRelease
|
||||||
|
|
||||||
|
curseforge {
|
||||||
|
apiKey = project.hasProperty('curseForgeApiKey') ? project.curseForgeApiKey : ''
|
||||||
|
project {
|
||||||
|
id = '282001'
|
||||||
|
releaseType = 'release'
|
||||||
|
changelog = "Release notes can be found on the GitHub repository (https://github.com/SquidDev-CC/CC-Tweaked/releases/tag/v${mc_version}-${mod_version})."
|
||||||
|
|
||||||
|
relations {
|
||||||
|
incompatible "computercraft"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// configure the maven publication
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
mavenJava(MavenPublication) {
|
mavenJava(MavenPublication) {
|
||||||
// add all the jars that should be included when publishing to maven
|
from components.java
|
||||||
artifact(remapJar) {
|
artifact sourceJar
|
||||||
builtBy remapJar
|
}
|
||||||
}
|
}
|
||||||
artifact(sourcesJar) {
|
}
|
||||||
builtBy remapSourcesJar
|
|
||||||
|
uploadArchives {
|
||||||
|
repositories {
|
||||||
|
if(project.hasProperty('mavenUploadUrl')) {
|
||||||
|
mavenDeployer {
|
||||||
|
configuration = configurations.deployerJars
|
||||||
|
|
||||||
|
repository(url: project.property('mavenUploadUrl')) {
|
||||||
|
authentication(
|
||||||
|
userName: project.property('mavenUploadUser'),
|
||||||
|
privateKey: project.property('mavenUploadKey'))
|
||||||
|
}
|
||||||
|
|
||||||
|
pom.project {
|
||||||
|
name 'CC: Tweaked'
|
||||||
|
packaging 'jar'
|
||||||
|
description 'CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.'
|
||||||
|
url 'https://github.com/SquidDev-CC/CC-Tweaked'
|
||||||
|
|
||||||
|
scm {
|
||||||
|
url 'https://github.com/SquidDev-CC/CC-Tweaked.git'
|
||||||
|
}
|
||||||
|
|
||||||
|
issueManagement {
|
||||||
|
system 'github'
|
||||||
|
url 'https://github.com/SquidDev-CC/CC-Tweaked/issues'
|
||||||
|
}
|
||||||
|
|
||||||
|
licenses {
|
||||||
|
license {
|
||||||
|
name 'ComputerCraft Public License, Version 1.0'
|
||||||
|
url 'https://github.com/SquidDev-CC/CC-Tweaked/blob/master/LICENSE'
|
||||||
|
distribution 'repo'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
pom.whenConfigured { pom ->
|
||||||
|
pom.dependencies.clear()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// select the repositories you want to publish to
|
|
||||||
repositories {
|
|
||||||
// uncomment to publish to the local maven
|
|
||||||
// mavenLocal()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
githubRelease {
|
||||||
|
token project.hasProperty('githubApiKey') ? project.githubApiKey : ''
|
||||||
|
owner 'SquidDev-CC'
|
||||||
|
repo 'CC-Tweaked'
|
||||||
|
try {
|
||||||
|
targetCommitish = Grgit.open(dir: '.').branch.current().name
|
||||||
|
} catch(Exception ignored) { }
|
||||||
|
|
||||||
|
tagName "v${mc_version}-${mod_version}"
|
||||||
|
releaseName "[${mc_version}] ${mod_version}"
|
||||||
|
body {
|
||||||
|
"## " + new File("src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt")
|
||||||
|
.readLines()
|
||||||
|
.takeWhile { it != 'Type "help changelog" to see the full version history.' }
|
||||||
|
.join("\n").trim()
|
||||||
|
}
|
||||||
|
prerelease false
|
||||||
|
}
|
||||||
|
|
||||||
|
def uploadTasks = ["uploadArchives", "curseforge", "githubRelease"]
|
||||||
|
uploadTasks.forEach { tasks.getByName(it).dependsOn checkRelease }
|
||||||
|
|
||||||
|
task uploadAll(dependsOn: uploadTasks) {
|
||||||
|
group "upload"
|
||||||
|
description "Uploads to all repositories (Maven, Curse, GitHub release)"
|
||||||
|
}
|
||||||
|
|
||||||
|
runClient.outputs.upToDateWhen { false }
|
||||||
|
runServer.outputs.upToDateWhen { false }
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -1,61 +0,0 @@
|
|||||||
<code_scheme name="Project" version="173">
|
|
||||||
<JSON>
|
|
||||||
<option name="OBJECT_WRAPPING" value="1" />
|
|
||||||
<option name="ARRAY_WRAPPING" value="1" />
|
|
||||||
</JSON>
|
|
||||||
<JavaCodeStyleSettings>
|
|
||||||
<option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
|
|
||||||
<value />
|
|
||||||
</option>
|
|
||||||
<option name="JD_P_AT_EMPTY_LINES" value="false" />
|
|
||||||
<option name="JD_PRESERVE_LINE_FEEDS" value="true" />
|
|
||||||
</JavaCodeStyleSettings>
|
|
||||||
<codeStyleSettings language="JAVA">
|
|
||||||
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" />
|
|
||||||
<option name="BRACE_STYLE" value="2" />
|
|
||||||
<option name="CLASS_BRACE_STYLE" value="2" />
|
|
||||||
<option name="METHOD_BRACE_STYLE" value="2" />
|
|
||||||
<option name="LAMBDA_BRACE_STYLE" value="5" />
|
|
||||||
<option name="ELSE_ON_NEW_LINE" value="true" />
|
|
||||||
<option name="CATCH_ON_NEW_LINE" value="true" />
|
|
||||||
<option name="FINALLY_ON_NEW_LINE" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_METHOD_CALL_PARENTHESES" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_METHOD_PARENTHESES" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_IF_PARENTHESES" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_WHILE_PARENTHESES" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_FOR_PARENTHESES" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_TRY_PARENTHESES" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_CATCH_PARENTHESES" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_SWITCH_PARENTHESES" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_SYNCHRONIZED_PARENTHESES" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_ARRAY_INITIALIZER_BRACES" value="true" />
|
|
||||||
<option name="SPACE_BEFORE_IF_PARENTHESES" value="false" />
|
|
||||||
<option name="SPACE_BEFORE_WHILE_PARENTHESES" value="false" />
|
|
||||||
<option name="SPACE_BEFORE_FOR_PARENTHESES" value="false" />
|
|
||||||
<option name="SPACE_BEFORE_TRY_PARENTHESES" value="false" />
|
|
||||||
<option name="SPACE_BEFORE_CATCH_PARENTHESES" value="false" />
|
|
||||||
<option name="SPACE_BEFORE_SWITCH_PARENTHESES" value="false" />
|
|
||||||
<option name="SPACE_BEFORE_SYNCHRONIZED_PARENTHESES" value="false" />
|
|
||||||
<option name="SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE" value="true" />
|
|
||||||
<option name="KEEP_SIMPLE_METHODS_IN_ONE_LINE" value="true" />
|
|
||||||
<option name="KEEP_SIMPLE_LAMBDAS_IN_ONE_LINE" value="true" />
|
|
||||||
<option name="KEEP_SIMPLE_CLASSES_IN_ONE_LINE" value="true" />
|
|
||||||
<option name="IF_BRACE_FORCE" value="1" />
|
|
||||||
<option name="DOWHILE_BRACE_FORCE" value="1" />
|
|
||||||
<option name="WHILE_BRACE_FORCE" value="1" />
|
|
||||||
<option name="FOR_BRACE_FORCE" value="1" />
|
|
||||||
<option name="SPACE_WITHIN_ANNOTATION_PARENTHESES" value="true" />
|
|
||||||
<indentOptions>
|
|
||||||
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
|
||||||
</indentOptions>
|
|
||||||
</codeStyleSettings>
|
|
||||||
<codeStyleSettings language="JSON">
|
|
||||||
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
|
|
||||||
<option name="SPACE_WITHIN_BRACKETS" value="true" />
|
|
||||||
<option name="SPACE_WITHIN_BRACES" value="true" />
|
|
||||||
<indentOptions>
|
|
||||||
<option name="INDENT_SIZE" value="4" />
|
|
||||||
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
|
||||||
</indentOptions>
|
|
||||||
</codeStyleSettings>
|
|
||||||
</code_scheme>
|
|
@@ -7,11 +7,7 @@
|
|||||||
<property name="charset" value="UTF-8" />
|
<property name="charset" value="UTF-8" />
|
||||||
|
|
||||||
<module name="SuppressionFilter">
|
<module name="SuppressionFilter">
|
||||||
<property name="file" value="${config_loc}/suppressions.xml" />
|
<property name="file" value="config/checkstyle/suppressions.xml" />
|
||||||
</module>
|
|
||||||
|
|
||||||
<module name="BeforeExecutionExclusionFileFilter">
|
|
||||||
<property name="fileNamePattern" value="render_old"/>
|
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
<module name="TreeWalker">
|
<module name="TreeWalker">
|
||||||
@@ -97,19 +93,28 @@
|
|||||||
<module name="LambdaParameterName" />
|
<module name="LambdaParameterName" />
|
||||||
<module name="LocalFinalVariableName" />
|
<module name="LocalFinalVariableName" />
|
||||||
<module name="LocalVariableName" />
|
<module name="LocalVariableName" />
|
||||||
<module name="MemberName" />
|
<!-- Allow an optional m_ on private members -->
|
||||||
|
<module name="MemberName">
|
||||||
|
<property name="applyToPrivate" value="false" />
|
||||||
|
<property name="applyToPackage" value="false" />
|
||||||
|
</module>
|
||||||
|
<module name="MemberName">
|
||||||
|
<property name="format" value="^(m_)?[a-z][a-zA-Z0-9]*$" />
|
||||||
|
<property name="applyToPrivate" value="true" />
|
||||||
|
<property name="applyToPackage" value="true" />
|
||||||
|
</module>
|
||||||
<module name="MethodName" />
|
<module name="MethodName" />
|
||||||
<module name="MethodTypeParameterName" />
|
<module name="MethodTypeParameterName" />
|
||||||
<module name="PackageName">
|
<module name="PackageName">
|
||||||
<property name="format" value="^dan200\.computercraft(\.[a-z][a-z0-9]*)*" />
|
<property name="format" value="^dan200\.computercraf(\.[a-z][a-z0-9]*)*" />
|
||||||
</module>
|
</module>
|
||||||
<module name="ParameterName" />
|
<module name="ParameterName" />
|
||||||
<module name="StaticVariableName">
|
<module name="StaticVariableName">
|
||||||
<property name="format" value="^[a-z][a-zA-Z0-9]*|CAPABILITY(_[A-Z_]+)?$" />
|
<property name="format" value="^[a-z][a-zA-Z0-9]*|CAPABILITY(_[A-Z]+)?$" />
|
||||||
<property name="applyToPrivate" value="false" />
|
<property name="applyToPrivate" value="false" />
|
||||||
</module>
|
</module>
|
||||||
<module name="StaticVariableName">
|
<module name="StaticVariableName">
|
||||||
<property name="format" value="^(s_)?[a-z][a-zA-Z0-9]*|CAPABILITY(_[A-Z_]+)?$" />
|
<property name="format" value="^(s_)?[a-z][a-zA-Z0-9]*|CAPABILITY(_[A-Z]+)?$" />
|
||||||
<property name="applyToPrivate" value="true" />
|
<property name="applyToPrivate" value="true" />
|
||||||
</module>
|
</module>
|
||||||
<module name="TypeName" />
|
<module name="TypeName" />
|
||||||
@@ -151,7 +156,7 @@
|
|||||||
<module name="WhitespaceAround">
|
<module name="WhitespaceAround">
|
||||||
<property name="allowEmptyConstructors" value="true" />
|
<property name="allowEmptyConstructors" value="true" />
|
||||||
<property name="ignoreEnhancedForColon" value="false" />
|
<property name="ignoreEnhancedForColon" value="false" />
|
||||||
<property name="tokens" value="ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAMBDA,LAND,LCURLY,LE,LITERAL_RETURN,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND" />
|
<property name="tokens" value="ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,DO_WHILE,EQUAL,GE,GT,LAMBDA,LAND,LCURLY,LE,LITERAL_RETURN,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND" />
|
||||||
</module>
|
</module>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
|
@@ -7,6 +7,6 @@
|
|||||||
<suppress checks="StaticVariableName" files=".*[\\/]ComputerCraft.java" />
|
<suppress checks="StaticVariableName" files=".*[\\/]ComputerCraft.java" />
|
||||||
<suppress checks="StaticVariableName" files=".*[\\/]ComputerCraftAPI.java" />
|
<suppress checks="StaticVariableName" files=".*[\\/]ComputerCraftAPI.java" />
|
||||||
|
|
||||||
<!-- The commands API is documented in Lua. -->
|
<!-- Do not check for missing package Javadoc. -->
|
||||||
<suppress checks="SummaryJavadocCheck" files=".*[\\/]CommandAPI.java" />
|
<suppress checks="JavadocStyle" files=".*[\\/]package-info.java" />
|
||||||
</suppressions>
|
</suppressions>
|
||||||
|
@@ -2488,4 +2488,4 @@
|
|||||||
</option>
|
</option>
|
||||||
</inspection_tool>
|
</inspection_tool>
|
||||||
</profile>
|
</profile>
|
||||||
</component>
|
</component>
|
@@ -58,4 +58,4 @@
|
|||||||
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
<option name="CONTINUATION_INDENT_SIZE" value="4" />
|
||||||
</indentOptions>
|
</indentOptions>
|
||||||
</codeStyleSettings>
|
</codeStyleSettings>
|
||||||
</code_scheme>
|
</code_scheme>
|
@@ -1,49 +0,0 @@
|
|||||||
# See https://pre-commit.com for more information
|
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
|
||||||
repos:
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
||||||
rev: v3.2.0
|
|
||||||
hooks:
|
|
||||||
- id: trailing-whitespace
|
|
||||||
- id: end-of-file-fixer
|
|
||||||
- id: check-merge-conflict
|
|
||||||
|
|
||||||
# Quick syntax checkers
|
|
||||||
- id: check-xml
|
|
||||||
- id: check-yaml
|
|
||||||
- id: check-toml
|
|
||||||
- id: check-json
|
|
||||||
exclude: "tsconfig\\.json$"
|
|
||||||
|
|
||||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
|
||||||
rev: 2.3.5
|
|
||||||
hooks:
|
|
||||||
- id: editorconfig-checker
|
|
||||||
args: ['-disable-indentation']
|
|
||||||
exclude: "^(.*\\.(bat)|LICENSE)$"
|
|
||||||
|
|
||||||
- repo: local
|
|
||||||
hooks:
|
|
||||||
- id: checkstyle
|
|
||||||
name: Check Java codestyle
|
|
||||||
files: ".*\\.java$"
|
|
||||||
language: system
|
|
||||||
entry: ./gradlew checkstyleMain checkstyleTest
|
|
||||||
pass_filenames: false
|
|
||||||
require_serial: true
|
|
||||||
- id: license
|
|
||||||
name: Check Java license headers
|
|
||||||
files: ".*\\.java$"
|
|
||||||
language: system
|
|
||||||
entry: ./gradlew licenseFormat
|
|
||||||
pass_filenames: false
|
|
||||||
require_serial: true
|
|
||||||
|
|
||||||
exclude: |
|
|
||||||
(?x)^(
|
|
||||||
src/generated|
|
|
||||||
src/test/resources/test-rom/data/json-parsing/|
|
|
||||||
src/test/server-files/|
|
|
||||||
config/idea/|
|
|
||||||
.vscode/
|
|
||||||
)
|
|
@@ -1,16 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
set -e
|
|
||||||
|
|
||||||
test -d bin || mkdir bin
|
|
||||||
test -f bin/illuaminate || curl -s -obin/illuaminate https://squiddev.cc/illuaminate/linux-x86-64/illuaminate
|
|
||||||
chmod +x bin/illuaminate
|
|
||||||
|
|
||||||
if [ -n ${GITHUB_ACTIONS+x} ]; then
|
|
||||||
# Register a problem matcher (see https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md)
|
|
||||||
# for illuaminate.
|
|
||||||
echo "::add-matcher::.github/matchers/illuaminate.json"
|
|
||||||
trap 'echo "::remove-matcher owner=illuaminate::"' EXIT
|
|
||||||
fi
|
|
||||||
|
|
||||||
./gradlew luaJavadoc
|
|
||||||
bin/illuaminate lint
|
|
@@ -1,17 +1,7 @@
|
|||||||
# Done to increase the memory available to gradle.
|
|
||||||
org.gradle.jvmargs=-Xmx1G
|
|
||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.96.1-rc1
|
mod_version=1.86.2
|
||||||
|
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
mc_version=1.16.5
|
mc_version=1.12.2
|
||||||
mappings_version=9
|
forge_version=14.23.4.2749
|
||||||
|
mappings_version=snapshot_20180724
|
||||||
# Dependencies
|
|
||||||
cloth_config_version=4.11.26
|
|
||||||
fabric_loader_version=0.11.3
|
|
||||||
fabric_api_version=0.32.0+1.16
|
|
||||||
jankson_version=1.2.0
|
|
||||||
modmenu_version=1.16.9
|
|
||||||
cloth_api_version=1.4.5
|
|
||||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
|
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
|
||||||
|
53
gradlew
vendored
53
gradlew
vendored
@@ -1,21 +1,5 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
#
|
|
||||||
# Copyright 2015 the original author or authors.
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
##
|
##
|
||||||
## Gradle start up script for UN*X
|
## Gradle start up script for UN*X
|
||||||
@@ -44,7 +28,7 @@ APP_NAME="Gradle"
|
|||||||
APP_BASE_NAME=`basename "$0"`
|
APP_BASE_NAME=`basename "$0"`
|
||||||
|
|
||||||
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
DEFAULT_JVM_OPTS=""
|
||||||
|
|
||||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||||
MAX_FD="maximum"
|
MAX_FD="maximum"
|
||||||
@@ -82,7 +66,6 @@ esac
|
|||||||
|
|
||||||
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
||||||
|
|
||||||
|
|
||||||
# Determine the Java command to use to start the JVM.
|
# Determine the Java command to use to start the JVM.
|
||||||
if [ -n "$JAVA_HOME" ] ; then
|
if [ -n "$JAVA_HOME" ] ; then
|
||||||
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
|
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
|
||||||
@@ -126,11 +109,10 @@ if $darwin; then
|
|||||||
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
|
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# For Cygwin or MSYS, switch paths to Windows format before running java
|
# For Cygwin, switch paths to Windows format before running java
|
||||||
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
|
if $cygwin ; then
|
||||||
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
|
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
|
||||||
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
|
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
|
||||||
|
|
||||||
JAVACMD=`cygpath --unix "$JAVACMD"`
|
JAVACMD=`cygpath --unix "$JAVACMD"`
|
||||||
|
|
||||||
# We build the pattern for arguments to be converted via cygpath
|
# We build the pattern for arguments to be converted via cygpath
|
||||||
@@ -156,19 +138,19 @@ if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
|
|||||||
else
|
else
|
||||||
eval `echo args$i`="\"$arg\""
|
eval `echo args$i`="\"$arg\""
|
||||||
fi
|
fi
|
||||||
i=`expr $i + 1`
|
i=$((i+1))
|
||||||
done
|
done
|
||||||
case $i in
|
case $i in
|
||||||
0) set -- ;;
|
(0) set -- ;;
|
||||||
1) set -- "$args0" ;;
|
(1) set -- "$args0" ;;
|
||||||
2) set -- "$args0" "$args1" ;;
|
(2) set -- "$args0" "$args1" ;;
|
||||||
3) set -- "$args0" "$args1" "$args2" ;;
|
(3) set -- "$args0" "$args1" "$args2" ;;
|
||||||
4) set -- "$args0" "$args1" "$args2" "$args3" ;;
|
(4) set -- "$args0" "$args1" "$args2" "$args3" ;;
|
||||||
5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
|
(5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
|
||||||
6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
|
(6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
|
||||||
7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
|
(7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
|
||||||
8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
|
(8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
|
||||||
9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
|
(9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -177,9 +159,14 @@ save () {
|
|||||||
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
|
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
|
||||||
echo " "
|
echo " "
|
||||||
}
|
}
|
||||||
APP_ARGS=`save "$@"`
|
APP_ARGS=$(save "$@")
|
||||||
|
|
||||||
# Collect all arguments for the java command, following the shell quoting and substitution rules
|
# Collect all arguments for the java command, following the shell quoting and substitution rules
|
||||||
eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
|
eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
|
||||||
|
|
||||||
|
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
|
||||||
|
if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
fi
|
||||||
|
|
||||||
exec "$JAVACMD" "$@"
|
exec "$JAVACMD" "$@"
|
||||||
|
43
gradlew.bat
vendored
43
gradlew.bat
vendored
@@ -1,19 +1,3 @@
|
|||||||
@rem
|
|
||||||
@rem Copyright 2015 the original author or authors.
|
|
||||||
@rem
|
|
||||||
@rem Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
@rem you may not use this file except in compliance with the License.
|
|
||||||
@rem You may obtain a copy of the License at
|
|
||||||
@rem
|
|
||||||
@rem https://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
@rem
|
|
||||||
@rem Unless required by applicable law or agreed to in writing, software
|
|
||||||
@rem distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
@rem See the License for the specific language governing permissions and
|
|
||||||
@rem limitations under the License.
|
|
||||||
@rem
|
|
||||||
|
|
||||||
@if "%DEBUG%" == "" @echo off
|
@if "%DEBUG%" == "" @echo off
|
||||||
@rem ##########################################################################
|
@rem ##########################################################################
|
||||||
@rem
|
@rem
|
||||||
@@ -29,18 +13,15 @@ if "%DIRNAME%" == "" set DIRNAME=.
|
|||||||
set APP_BASE_NAME=%~n0
|
set APP_BASE_NAME=%~n0
|
||||||
set APP_HOME=%DIRNAME%
|
set APP_HOME=%DIRNAME%
|
||||||
|
|
||||||
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
|
|
||||||
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
|
|
||||||
|
|
||||||
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||||
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
|
set DEFAULT_JVM_OPTS=
|
||||||
|
|
||||||
@rem Find java.exe
|
@rem Find java.exe
|
||||||
if defined JAVA_HOME goto findJavaFromJavaHome
|
if defined JAVA_HOME goto findJavaFromJavaHome
|
||||||
|
|
||||||
set JAVA_EXE=java.exe
|
set JAVA_EXE=java.exe
|
||||||
%JAVA_EXE% -version >NUL 2>&1
|
%JAVA_EXE% -version >NUL 2>&1
|
||||||
if "%ERRORLEVEL%" == "0" goto execute
|
if "%ERRORLEVEL%" == "0" goto init
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
||||||
@@ -54,7 +35,7 @@ goto fail
|
|||||||
set JAVA_HOME=%JAVA_HOME:"=%
|
set JAVA_HOME=%JAVA_HOME:"=%
|
||||||
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
||||||
|
|
||||||
if exist "%JAVA_EXE%" goto execute
|
if exist "%JAVA_EXE%" goto init
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
||||||
@@ -64,14 +45,28 @@ echo location of your Java installation.
|
|||||||
|
|
||||||
goto fail
|
goto fail
|
||||||
|
|
||||||
|
:init
|
||||||
|
@rem Get command-line arguments, handling Windows variants
|
||||||
|
|
||||||
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
||||||
|
|
||||||
|
:win9xME_args
|
||||||
|
@rem Slurp the command line arguments.
|
||||||
|
set CMD_LINE_ARGS=
|
||||||
|
set _SKIP=2
|
||||||
|
|
||||||
|
:win9xME_args_slurp
|
||||||
|
if "x%~1" == "x" goto execute
|
||||||
|
|
||||||
|
set CMD_LINE_ARGS=%*
|
||||||
|
|
||||||
:execute
|
:execute
|
||||||
@rem Setup the command line
|
@rem Setup the command line
|
||||||
|
|
||||||
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
||||||
|
|
||||||
|
|
||||||
@rem Execute Gradle
|
@rem Execute Gradle
|
||||||
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
|
||||||
|
|
||||||
:end
|
:end
|
||||||
@rem End local scope for the variables with windows NT shell
|
@rem End local scope for the variables with windows NT shell
|
||||||
|
28
illuaminate.sexp
Normal file
28
illuaminate.sexp
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
; -*- mode: Lisp;-*-
|
||||||
|
|
||||||
|
(sources
|
||||||
|
/src/main/resources/assets/computercraft/lua/bios.lua
|
||||||
|
/src/main/resources/assets/computercraft/lua/rom/
|
||||||
|
/src/test/resources/test-rom)
|
||||||
|
|
||||||
|
(at /
|
||||||
|
(linters
|
||||||
|
;; It'd be nice to avoid this, but right now there's a lot of instances of
|
||||||
|
;; it.
|
||||||
|
-var:set-loop
|
||||||
|
|
||||||
|
;; It's useful to name arguments for documentation, so we allow this. It'd
|
||||||
|
;; be good to find a compromise in the future, but this works for now.
|
||||||
|
-var:unused-arg))
|
||||||
|
|
||||||
|
;; We disable the unused global linter in bios.lua and the APIs. In the future
|
||||||
|
;; hopefully we'll get illuaminate to handle this.
|
||||||
|
(at
|
||||||
|
(/src/main/resources/assets/computercraft/lua/bios.lua
|
||||||
|
/src/main/resources/assets/computercraft/lua/rom/apis/)
|
||||||
|
(linters -var:unused-global)
|
||||||
|
(lint
|
||||||
|
(allow-toplevel-global true)))
|
||||||
|
|
||||||
|
;; These warnings are broken right now
|
||||||
|
(at (bios.lua worm.lua) (linters -control:unreachable))
|
BIN
logo.png
BIN
logo.png
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 2.2 KiB |
627
patchwork.md
627
patchwork.md
@@ -1,627 +0,0 @@
|
|||||||
# Just my list of things I have ported over
|
|
||||||
|
|
||||||
Format for the changelog of ported stuff
|
|
||||||
```
|
|
||||||
commit // Shows commit from CC:T
|
|
||||||
commit2 // Shows a commit that is the same thing, just a clean up, only if right after
|
|
||||||
Title // Commit Title
|
|
||||||
SubScript // Desc of commit
|
|
||||||
```
|
|
||||||
|
|
||||||
If a edit that is present in CC:T is not needed, I will skip over it.
|
|
||||||
Any and all references to an issue number, are to be found on CC:T's repo.
|
|
||||||
|
|
||||||
Any commit that starts with `[Patchwork]` are purely edits made by my hand, and not based on other commits from CC:T, this is to help differentiate my changes from the official changes
|
|
||||||
|
|
||||||
Lines that are found above a commit in this log like this one, (excluding this one) are comments about how i had to implement things that are not a simple 1:1 (excluding fabric/forge differences) conversion
|
|
||||||
|
|
||||||
```md
|
|
||||||
5155e18de279a193c558aa029963486fd1294769
|
|
||||||
Added translation for Vietnamese
|
|
||||||
Co-authored-by: Boom <boom@flyingpackets.net>
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
7e121ff72f2b1504cd6af47b57500876682bac45
|
|
||||||
ae6124d1f477487abab1858abde8c4ec49dfee3c
|
|
||||||
Translations for Vienamese
|
|
||||||
Co-authored-by: Boom <boom@flyingpackets.net>
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
59de21eae29849988e77fad6bc335f5ce78dfec7
|
|
||||||
Handle tabs when parsing JSON
|
|
||||||
Fixes #539
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
748ebbe66bf0a4239bde34f557e4b4b75d61d990
|
|
||||||
Bump to 1.92.0
|
|
||||||
A tiny release, but there's new features so it's technically a minor
|
|
||||||
bump.
|
|
||||||
```
|
|
||||||
|
|
||||||
Cherry Picked because this update was partially related to forge updates rather than mod updates
|
|
||||||
```
|
|
||||||
8b4a01df27ff7f6fa9ffd9c2188c6e3166edd515
|
|
||||||
Update to Minecraft 1.16.3
|
|
||||||
|
|
||||||
I hope the Fabric folks now realise this is gonna be a race of who can
|
|
||||||
update first :p. Either way, this was a very easy update - only changes
|
|
||||||
were due to unrelated Forge changes.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
87393e8aef9ddfaca465d626ee7cff5ff499a7e8
|
|
||||||
Fix additional `-` in docs
|
|
||||||
|
|
||||||
Why isn't this automatically stripped! Bad squid.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
275ca58a82c627128a145a8754cbe32568536bd9
|
|
||||||
HTTP rules now allow filtering by port
|
|
||||||
|
|
||||||
The HTTP filtering system becomes even more complex! Though in this
|
|
||||||
case, it's pretty minimal, and definitely worth doing.
|
|
||||||
|
|
||||||
For instance, the following rule will allow connecting to localhost on
|
|
||||||
port :8080.
|
|
||||||
|
|
||||||
[[http.rules]]
|
|
||||||
host = "127.0.0.1"
|
|
||||||
port = 8080
|
|
||||||
action = "allow"
|
|
||||||
|
|
||||||
# Other rules as before.
|
|
||||||
|
|
||||||
Closes #540
|
|
||||||
```
|
|
||||||
|
|
||||||
The alterations in ColourUtils.java were not needed so they were not ported over
|
|
||||||
```
|
|
||||||
6f868849ab2f264508e12c184cc56f2632aaf5bc
|
|
||||||
Use tags to check if something is a dye
|
|
||||||
|
|
||||||
We half did this already, just needed to change a couple of checks.
|
|
||||||
Closes #541.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
6cee4efcd3610536ee74330cd728f7371011e5a8
|
|
||||||
Fix incorrect open container check
|
|
||||||
|
|
||||||
Was this always broken, or did it happen in a Minecraft update? Don't
|
|
||||||
know, but it's a very silly mistake either way. Fixes #544
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
0832974725b2478c5227b81f82c35bbf03cf6aba
|
|
||||||
Translations for Swedish
|
|
||||||
|
|
||||||
Co-authored-by: David Isaksson <davidisaksson93@gmail.com>
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
84036d97d99efd8762e0170002060ae3471508bf
|
|
||||||
Fix io.open documentation
|
|
||||||
|
|
||||||
Well, that was silly.
|
|
||||||
```
|
|
||||||
|
|
||||||
I set the default properties for computers as `Block.GLASS` and then set their strength to `2F` and their soundgroup to stone
|
|
||||||
```
|
|
||||||
8472112fc1eaad18ed6ed2c6c62b040fe421e81a
|
|
||||||
Don't propagate adjacent redstone signals for computers (#549)
|
|
||||||
|
|
||||||
Minecraft propagates "strong" redstone signals (such as those directly
|
|
||||||
from comparators or repeaters) through solid blocks. This includes
|
|
||||||
computers, which is a little annoying as it means one cannot feed
|
|
||||||
redstone wire from one side and a repeater from another.
|
|
||||||
|
|
||||||
This changes computers to not propagate strong redstone signals, in the
|
|
||||||
same way transparent blocks like glass do.
|
|
||||||
|
|
||||||
Closes #548.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
30d35883b83831900b34040f0131c7e06f5c3e52
|
|
||||||
Fix my docs
|
|
||||||
|
|
||||||
Thanks @plt-hokusai. Kinda embarrassing this slipped through - I
|
|
||||||
evidently need to lint examples too.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
34a2c835d412c0d9e1fb20a42b7f2cd2738289c7
|
|
||||||
Add color table to docs (#553)
|
|
||||||
```
|
|
||||||
|
|
||||||
All API Documentation updates,
|
|
||||||
`Not Needed` for this repo.
|
|
||||||
```
|
|
||||||
93068402a2ffec00eedb8fe2d859ebdc005a1989
|
|
||||||
Document remaining OS functions (#554)
|
|
||||||
|
|
||||||
01d81cb91da938836f953b290ad6b8fc87cb7e35
|
|
||||||
Update illuaminate CSS for deprecation (#556)
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
Not Needed
|
|
||||||
4766833cf2d041ed179529eecb9402ad09b2b79b
|
|
||||||
Bump JEI/crafttweaker versions
|
|
||||||
|
|
||||||
In my defence, they weren't out when I started the 1.15 update.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
bf6053906dc6a3c7b0d40d5b097e745dce1f33bc
|
|
||||||
Fix TBO norm issues on old GPUs
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
Not Needed
|
|
||||||
113b560a201dbdea9de2a2ef536bcce1d6e51978
|
|
||||||
Update configuration to match latest illuaminate
|
|
||||||
|
|
||||||
Ooooooh, it's all fancy now. Well, that or horrifically broken.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
c334423d42ba3b653ac3a8c27bce7970457f8f96
|
|
||||||
Add function to get window visibility
|
|
||||||
|
|
||||||
Closes #562
|
|
||||||
|
|
||||||
Co-authored-by: devomaa <lmao@distruzione.org>
|
|
||||||
```
|
|
||||||
|
|
||||||
[WARN] Could not implement changes to the following files
|
|
||||||
* `src/main/java/dan200/computercraft/ComputerCraft.java` < Structure too different, cannot find equivalent to alter
|
|
||||||
* `src/main/java/dan200/computercraft/shared/Config.java` < Files Does not exist in this repo
|
|
||||||
```
|
|
||||||
84a6bb1cf3b0668ddc7d8c409a2477a42390e3f7
|
|
||||||
Make generic peripherals on by default
|
|
||||||
|
|
||||||
This is a long way away from "feature complete" as it were. However,
|
|
||||||
it's definitely at a point where it's suitable for general usage - I'm
|
|
||||||
happy with the API, and don't think I'm going to be breaking things any
|
|
||||||
time soon.
|
|
||||||
|
|
||||||
That said, things aren't exposed yet for Java-side public consumption. I
|
|
||||||
was kinda waiting until working on Plethora to actually do that, but not
|
|
||||||
sure if/when that'll happen.
|
|
||||||
|
|
||||||
If someone else wants to work on an integration mod (or just adding
|
|
||||||
integrations for their own mod), do get in touch and I can work out how
|
|
||||||
to expose this.
|
|
||||||
|
|
||||||
Closes #452
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
Not Needed
|
|
||||||
6aae4e576621090840724e094aa25e51696530fc
|
|
||||||
Remove superfluous imports
|
|
||||||
|
|
||||||
Hah, this is embarassing
|
|
||||||
```
|
|
||||||
|
|
||||||
[TODO] [M3R1-01] Code has been applied, players still dont get achievments
|
|
||||||
```
|
|
||||||
f6160bdc57b3d9850607c2c7c2ce9734b4963478
|
|
||||||
Fix players not getting advancements when they own turtles
|
|
||||||
|
|
||||||
When we construct a new ServerPlayerEntity (and thus TurtlePlayer), we
|
|
||||||
get the current (global) advancement state and call .setPlayer() on it.
|
|
||||||
|
|
||||||
As grantCriterion blocks FakePlayers from getting advancements, this
|
|
||||||
means a player will no longer receive any advancements, as the "wrong"
|
|
||||||
player object is being consulted.
|
|
||||||
|
|
||||||
As a temporary work around, we attempt to restore the previous player to
|
|
||||||
the advancement store. I'll try to upstream something into Forge to
|
|
||||||
resolve this properly.
|
|
||||||
|
|
||||||
Fixes #564
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
17a932920711a5c0361a5048c9e0a5e7a58e6364
|
|
||||||
Bump cct-javadoc version
|
|
||||||
|
|
||||||
Documentation will now be sorted (somewhat) correctly!
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
a6fcfb6af2fc1bef8ca3a19122c9267549202424
|
|
||||||
Draw in-hand pocket computers with blending
|
|
||||||
|
|
||||||
It might be worth switching to RenderTypes here, rather than a pure
|
|
||||||
Tesselator, but this'll do for now.
|
|
||||||
|
|
||||||
Fixes Zundrel/cc-tweaked-fabric#20.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
c58441b29c3715f092e7f3747bb3ec65ae5a3d29
|
|
||||||
Various SNBT parsing improvements
|
|
||||||
|
|
||||||
Correctly handle:
|
|
||||||
- Typed arrays ([I; 1, 2, 3])
|
|
||||||
- All suffixed numbers (1.2d)
|
|
||||||
- Single-quoted strings
|
|
||||||
|
|
||||||
Fixes #559
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
e2a635b6e5f5942f999213434054e06833c5cb06
|
|
||||||
Dont fail when codecov is being finicky
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
666e83cf4fd0eb327f465d5b919a708790f99b00
|
|
||||||
Fix JSON objects failing to pass
|
|
||||||
|
|
||||||
Maybe I should run the whole test suite, not just the things I think
|
|
||||||
matter? Nah....
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
741adfa7bb2b950d2851c3f0072d6a4769f22773
|
|
||||||
|
|
||||||
Use blit to draw boxes, add colors.toBlit (#570)
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
d13bd2cce8d102ad7f61f557e707d6fe3731bc37
|
|
||||||
|
|
||||||
use arg[0] in all usage printouts (#571)
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
74ac5bb3d17e5bee30643a5d6702696600c06229
|
|
||||||
|
|
||||||
Bump to 1.94.0
|
|
||||||
```
|
|
||||||
|
|
||||||
[TODO] [M3R1-02] Zero Clue how to reimplement this in fabric.
|
|
||||||
```
|
|
||||||
c8aeddedd4ed430f9cb6428676ebb4fa39834182
|
|
||||||
|
|
||||||
Auto-generate monitor models
|
|
||||||
|
|
||||||
I didn't think it was worth it, and then I found myself needing to
|
|
||||||
update a dozen of them. The code isn't especially pretty, but it works,
|
|
||||||
so that's fine.
|
|
||||||
|
|
||||||
Also fixes several issues with us using the wrong texture (closes #572).
|
|
||||||
I've put together a wiki page[1] which describes each texture in a
|
|
||||||
little more detail.
|
|
||||||
|
|
||||||
[1] https://github.com/SquidDev-CC/CC-Tweaked/wiki/Monitor-texture-reference
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
7f90f2f7cadce0d5b9177b16626979591bce8137
|
|
||||||
|
|
||||||
Clean up some examples a little bit
|
|
||||||
|
|
||||||
Would be good if they didn't crash and burn on entry :).
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
f194f4fa3a17c48ff1a9088d50063f4a675a23b6
|
|
||||||
|
|
||||||
Fix epoch documentation to use milliseconds (#580)
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
d2a1a00dc43e5b65f6b64111ce76dd3db16c919f
|
|
||||||
|
|
||||||
Clear gets an option to reset the palette (#582)
|
|
||||||
|
|
||||||
Fixes #555.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
aab0cd34cd64fdf837ff1c3b91a957a25c2cf7f9
|
|
||||||
|
|
||||||
Use term.blit on original paint render
|
|
||||||
|
|
||||||
This makes it super speedy, meaning an initial refresh doesn't take ages
|
|
||||||
to load.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
b0651082f472baee8f0fa8ec7ba95f433e2637bb
|
|
||||||
|
|
||||||
Cleanup examples for the various modules
|
|
||||||
```
|
|
||||||
|
|
||||||
Ignored Documentation Changes, these are locate
|
|
||||||
|
|
||||||
```
|
|
||||||
9a749642d294506095e697a3a4345dfe260bd68c
|
|
||||||
|
|
||||||
Strict Globals (#583)
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
fff8353451451be5ae31e0f63d8e529b127fd186
|
|
||||||
|
|
||||||
Remove extra space (#586)
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
486f41f08286ddcfad91d72b83a9361bd9c215cb
|
|
||||||
|
|
||||||
Fixed length check on function name in `expect` (#589)
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
04f9644ae75dafc72da4c4790f334d2e90b03e6f
|
|
||||||
|
|
||||||
Allow strings or numbers in textutils.*tabulate
|
|
||||||
|
|
||||||
A little dubious, but apparently CC used to support it. This means we're
|
|
||||||
consistent with methods like io.write or string.len which accept strings
|
|
||||||
or numbers.
|
|
||||||
|
|
||||||
Fixes #591
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
d4199064ae5ae8023c589f80f12d94e1c6bbc2b5
|
|
||||||
|
|
||||||
Make fs.combine accept multiple arguments
|
|
||||||
|
|
||||||
Means we can now do fs.combine("a", "b", "c"). Of course, one may just
|
|
||||||
write "a/b/c" in this case, but it's definitely useful elsewhere.
|
|
||||||
|
|
||||||
This is /technically/ a breaking change as fs.combine(a, b:gsub(...))
|
|
||||||
will no longer function (as gsub returns multiple arguments). However,
|
|
||||||
I've done a quick search through GH and my Pastebin archives and can't
|
|
||||||
find any programs which would break. Fingers crossed.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
24af36743d08fcdb58439c52bf587b33ed828263
|
|
||||||
|
|
||||||
Try to handle a turtle being broken while ticked
|
|
||||||
|
|
||||||
Hopefully fixes #585. Hopefully.
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
511eea39a11956c82e2c11a47b2e7cad27f9887e
|
|
||||||
|
|
||||||
Remove <!-- -->s in usages
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
826797cbd579e867f0f35f0be44b6a28c8c094a9
|
|
||||||
|
|
||||||
Added documentation for global functions (#592)
|
|
||||||
```
|
|
||||||
Didn't port the docs over.
|
|
||||||
|
|
||||||
```
|
|
||||||
d83a68f3ff6e3833278a38798d06215293656e85
|
|
||||||
|
|
||||||
Allow $private HTTP rule to block any private IP
|
|
||||||
```
|
|
||||||
The config still uses a `blacklist` and `whitelist` array.
|
|
||||||
|
|
||||||
```
|
|
||||||
24d3777722812f975d2bc4594437fbbb0431d910
|
|
||||||
|
|
||||||
Added improved help viewer (#595)
|
|
||||||
```
|
|
||||||
Didn't port the lua tests over.
|
|
||||||
|
|
||||||
```
|
|
||||||
737b3cb57696fb5517252e7db38bc88ce960b4d8
|
|
||||||
|
|
||||||
Don't use capabilities for generic peripherals
|
|
||||||
```
|
|
||||||
Not ported, related to forges capability system which is not used in the port.
|
|
||||||
|
|
||||||
```
|
|
||||||
ea3a16036794357c3a44edffc90fdb652e03881e
|
|
||||||
|
|
||||||
Remove a couple of todos
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
bb8f4c624bf87169b73fb631d8250cfc38181e15
|
|
||||||
|
|
||||||
Some sanity checks for get{Direction,Orientation}
|
|
||||||
```
|
|
||||||
Use `getCachedState` instead of forge's `getBlockState` and `contains` instead of `has`.
|
|
||||||
|
|
||||||
```
|
|
||||||
05c3c8ad3269c9025757f9261e7f609889fb6bdc
|
|
||||||
|
|
||||||
Generate docs for generic peripherals
|
|
||||||
```
|
|
||||||
Skipped everything except some removed whitespace.
|
|
||||||
|
|
||||||
```
|
|
||||||
85cf2d5ff1b63010de4661301801aa504e5b9015
|
|
||||||
|
|
||||||
Docs for energy and inventory methods
|
|
||||||
```
|
|
||||||
and
|
|
||||||
```
|
|
||||||
5865e9c41a0140b9f1acdd2fb095353c467fbb45
|
|
||||||
|
|
||||||
Not sure what irritates me more
|
|
||||||
```
|
|
||||||
both skipped because the changes where already ported.
|
|
||||||
|
|
||||||
```
|
|
||||||
4ae370b9dbaf1de0ed32a5f32340b1448136c9cc
|
|
||||||
|
|
||||||
Merge pull request #606 from TheWireLord/numpadenter-support
|
|
||||||
```
|
|
||||||
Just lua changes.
|
|
||||||
|
|
||||||
```
|
|
||||||
f5eb6ce03e0d9bbbf77130452afd4b49e758f7bd
|
|
||||||
|
|
||||||
Fix copy-paste error in inventory docs
|
|
||||||
```
|
|
||||||
Skipped because it was already ported.
|
|
||||||
|
|
||||||
```
|
|
||||||
663859d2e5a97edefebf9ac36206903d7dd33a3e
|
|
||||||
Fix double URL decode
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
abf425dfb5553483cdc51c50a6b7d8b5e44814f4
|
|
||||||
|
|
||||||
Fix overflow in os.epoch
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
e3a672099c1b5d2c06f9fe4d8ccd024fef0873a2
|
|
||||||
|
|
||||||
Fix JEI integration with turtle/pocket upgrades
|
|
||||||
```
|
|
||||||
Skipped because there seems to be no REI integration.
|
|
||||||
|
|
||||||
```
|
|
||||||
2f0cae0bc1b038ac092bafa7f65a317537203cd8
|
|
||||||
|
|
||||||
Make upgrade recipe requirements a little more lax
|
|
||||||
```
|
|
||||||
[TODO] [JUMT-01] Crafting is still messed up, but this port didn't change the behavior.
|
|
||||||
[TODO] [JUMT-02] Tag comparison code doesn't need to be that verbose, a simple `isEqual` check would suffice.
|
|
||||||
|
|
||||||
```
|
|
||||||
7f9a707f75636d5816f752dc93d7b6b998c61a03
|
|
||||||
|
|
||||||
Bump version to 1.95.0
|
|
||||||
```
|
|
||||||
Changed the name from CC: Tweaked to CC: Restitched in the changelog and whatsnew files. New version is 1.95.0-beta.
|
|
||||||
|
|
||||||
```
|
|
||||||
4af5bcc0b0ff464e7e7428c389d47140580ea7a7
|
|
||||||
|
|
||||||
Fix serveral 1.15 -> 1.16 issues
|
|
||||||
```
|
|
||||||
Skipped, changes where already made.
|
|
||||||
|
|
||||||
```
|
|
||||||
b8d5a89446ac02fc5b38cc5c0b4805de9d11a7d5
|
|
||||||
|
|
||||||
Add explicit @module annotation
|
|
||||||
```
|
|
||||||
Tiny lua change.
|
|
||||||
|
|
||||||
```
|
|
||||||
8b17ec76a8e94251803e6f4ba4e65970c6a70b7f
|
|
||||||
|
|
||||||
Fixed missing argument names in file handle docs (#632)
|
|
||||||
```
|
|
||||||
A java doc change.
|
|
||||||
|
|
||||||
```
|
|
||||||
e4b0a5b3ce035eb23feb4191432fc49af5772c5b
|
|
||||||
|
|
||||||
2020 -> 2021
|
|
||||||
```
|
|
||||||
A huge amount of changes.
|
|
||||||
|
|
||||||
```
|
|
||||||
542b66c79a9b08e080c39c9a73d74ffe71c0106a
|
|
||||||
|
|
||||||
Add back command computer block drops
|
|
||||||
```
|
|
||||||
Didn't port some forge-related changes, but it works.
|
|
||||||
|
|
||||||
```
|
|
||||||
dd6f97622e6c18ce0d8988da6a5bede45c94ca5d
|
|
||||||
|
|
||||||
Prevent reflection errors crashing the game
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
92be0126df63927d07fc695945f8b98e328f945a
|
|
||||||
|
|
||||||
Fix disk recipes
|
|
||||||
```
|
|
||||||
Dye recipes actually work now.
|
|
||||||
|
|
||||||
```
|
|
||||||
1edb7288b974aec3764b0a820edce7e9eee38e66
|
|
||||||
|
|
||||||
Merge branch 'mc-1.15.x' into mc-1.16.x
|
|
||||||
```
|
|
||||||
New version: 1.95.1.
|
|
||||||
|
|
||||||
```
|
|
||||||
41226371f3b5fd35f48b6d39c2e8e0c277125b21
|
|
||||||
|
|
||||||
Add isReadOnly to fs.attributes (#639)
|
|
||||||
```
|
|
||||||
Also changed some lua test files, but made the changes anyway.
|
|
||||||
|
|
||||||
```
|
|
||||||
b2e54014869fac4b819b01b6c24e550ca113ce8a
|
|
||||||
|
|
||||||
Added Numpad Enter Support in rom lua programs. (#657)
|
|
||||||
```
|
|
||||||
Just lua changes.
|
|
||||||
|
|
||||||
```
|
|
||||||
247c05305d106af430fcdaee41371a152bf7c38c
|
|
||||||
|
|
||||||
Fix problem with RepeatArgumentType
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
c864576619751077a0d8ac1a18123e14b095ec03
|
|
||||||
|
|
||||||
Fix impostor recipes for disks
|
|
||||||
```
|
|
||||||
[TODO] [JUMT-03] REI still shows white disks, probably because it doesn' show nbt items.
|
|
||||||
|
|
||||||
```
|
|
||||||
c5694ea9661c7a40021ebd280c378bd7bdc56988
|
|
||||||
|
|
||||||
Merge branch 'mc-1.15.x' into mc-1.16.x
|
|
||||||
```
|
|
||||||
Update to 1.16.4.
|
|
||||||
|
|
||||||
```
|
|
||||||
1f84480a80677cfaaf19d319290f5b44635eba47
|
|
||||||
|
|
||||||
Make rightAlt only close menu, never open it. (#672)
|
|
||||||
```
|
|
||||||
Lua changes.
|
|
||||||
|
|
||||||
```
|
|
||||||
1255bd00fd21247a50046020d7d9a396f66bc6bd
|
|
||||||
|
|
||||||
Fix mounts being usable after a disk is ejected
|
|
||||||
```
|
|
||||||
Reverted a lot of code style changes made by Zundrel, so the diffs are huge.
|
|
||||||
|
|
||||||
```
|
|
||||||
b90611b4b4c176ec1c80df002cc4ac36aa0c4dc8
|
|
||||||
|
|
||||||
Preserve registration order of upgrades
|
|
||||||
```
|
|
||||||
Again, a huge diff because of code style changes.
|
|
||||||
|
|
||||||
```
|
|
||||||
8494ba8ce29cd8d7b9105eef497fe3fe3f89d350
|
|
||||||
|
|
||||||
Improve UX when a resource mount cannot be found
|
|
||||||
```
|
|
@@ -1,12 +1 @@
|
|||||||
pluginManagement {
|
rootProject.name = "cc-tweaked-${mc_version}"
|
||||||
repositories {
|
|
||||||
jcenter()
|
|
||||||
maven {
|
|
||||||
name = 'Fabric'
|
|
||||||
url = 'https://maven.fabricmc.net/'
|
|
||||||
}
|
|
||||||
gradlePluginPortal()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
rootProject.name = "cc-restiched"
|
|
||||||
|
29
src/main/java/dan200/computercraft/CCTweaked.java
Normal file
29
src/main/java/dan200/computercraft/CCTweaked.java
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of ComputerCraft - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. Do not distribute without permission.
|
||||||
|
* Send enquiries to dratcliffe@gmail.com
|
||||||
|
*/
|
||||||
|
package dan200.computercraft;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.Mod;
|
||||||
|
import net.minecraftforge.fml.common.network.NetworkCheckHandler;
|
||||||
|
import net.minecraftforge.fml.relauncher.Side;
|
||||||
|
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A stub mod for CC: Tweaked. This doesn't have any functionality (everything of note is done in
|
||||||
|
* {@link ComputerCraft}), but people may depend on this if they require CC: Tweaked functionality.
|
||||||
|
*/
|
||||||
|
@Mod(
|
||||||
|
modid = "cctweaked", name = ComputerCraft.NAME, version = ComputerCraft.VERSION,
|
||||||
|
acceptableRemoteVersions = "*"
|
||||||
|
)
|
||||||
|
public class CCTweaked
|
||||||
|
{
|
||||||
|
@NetworkCheckHandler
|
||||||
|
public boolean onNetworkConnect( Map<String, String> mods, Side side )
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
@@ -1,87 +1,141 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of ComputerCraft - http://www.computercraft.info
|
* This file is part of ComputerCraft - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. Do not distribute without permission.
|
* Copyright Daniel Ratcliffe, 2011-2020. Do not distribute without permission.
|
||||||
* Send enquiries to dratcliffe@gmail.com
|
* Send enquiries to dratcliffe@gmail.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft;
|
package dan200.computercraft;
|
||||||
|
|
||||||
|
import dan200.computercraft.api.filesystem.IMount;
|
||||||
|
import dan200.computercraft.api.filesystem.IWritableMount;
|
||||||
|
import dan200.computercraft.api.lua.ILuaAPIFactory;
|
||||||
|
import dan200.computercraft.api.media.IMedia;
|
||||||
|
import dan200.computercraft.api.media.IMediaProvider;
|
||||||
|
import dan200.computercraft.api.network.IPacketNetwork;
|
||||||
|
import dan200.computercraft.api.network.wired.IWiredElement;
|
||||||
|
import dan200.computercraft.api.network.wired.IWiredNode;
|
||||||
|
import dan200.computercraft.api.peripheral.IPeripheral;
|
||||||
|
import dan200.computercraft.api.peripheral.IPeripheralProvider;
|
||||||
|
import dan200.computercraft.api.permissions.ITurtlePermissionProvider;
|
||||||
|
import dan200.computercraft.api.pocket.IPocketUpgrade;
|
||||||
|
import dan200.computercraft.api.redstone.IBundledRedstoneProvider;
|
||||||
|
import dan200.computercraft.api.turtle.ITurtleUpgrade;
|
||||||
import dan200.computercraft.api.turtle.event.TurtleAction;
|
import dan200.computercraft.api.turtle.event.TurtleAction;
|
||||||
import dan200.computercraft.core.apis.http.options.Action;
|
import dan200.computercraft.core.apis.AddressPredicate;
|
||||||
import dan200.computercraft.core.apis.http.options.AddressRule;
|
import dan200.computercraft.core.apis.ApiFactories;
|
||||||
import dan200.computercraft.shared.common.ColourableRecipe;
|
import dan200.computercraft.core.apis.http.websocket.Websocket;
|
||||||
|
import dan200.computercraft.core.computer.MainThread;
|
||||||
|
import dan200.computercraft.core.filesystem.ComboMount;
|
||||||
|
import dan200.computercraft.core.filesystem.FileMount;
|
||||||
|
import dan200.computercraft.core.filesystem.JarMount;
|
||||||
|
import dan200.computercraft.core.tracking.Tracking;
|
||||||
|
import dan200.computercraft.shared.*;
|
||||||
|
import dan200.computercraft.shared.computer.blocks.BlockCommandComputer;
|
||||||
|
import dan200.computercraft.shared.computer.blocks.BlockComputer;
|
||||||
import dan200.computercraft.shared.computer.core.ClientComputerRegistry;
|
import dan200.computercraft.shared.computer.core.ClientComputerRegistry;
|
||||||
import dan200.computercraft.shared.computer.core.ServerComputerRegistry;
|
import dan200.computercraft.shared.computer.core.ServerComputerRegistry;
|
||||||
import dan200.computercraft.shared.computer.recipe.ComputerUpgradeRecipe;
|
import dan200.computercraft.shared.computer.items.ItemCommandComputer;
|
||||||
import dan200.computercraft.shared.data.BlockNamedEntityLootCondition;
|
import dan200.computercraft.shared.computer.items.ItemComputer;
|
||||||
import dan200.computercraft.shared.data.HasComputerIdLootCondition;
|
import dan200.computercraft.shared.media.items.ItemDiskExpanded;
|
||||||
import dan200.computercraft.shared.data.PlayerCreativeLootCondition;
|
import dan200.computercraft.shared.media.items.ItemDiskLegacy;
|
||||||
import dan200.computercraft.shared.media.recipes.DiskRecipe;
|
import dan200.computercraft.shared.media.items.ItemPrintout;
|
||||||
import dan200.computercraft.shared.media.recipes.PrintoutRecipe;
|
import dan200.computercraft.shared.media.items.ItemTreasureDisk;
|
||||||
import dan200.computercraft.shared.peripheral.monitor.MonitorRenderer;
|
import dan200.computercraft.shared.peripheral.common.BlockPeripheral;
|
||||||
import dan200.computercraft.shared.pocket.recipes.PocketComputerUpgradeRecipe;
|
import dan200.computercraft.shared.peripheral.common.ItemPeripheral;
|
||||||
|
import dan200.computercraft.shared.peripheral.modem.wired.BlockCable;
|
||||||
|
import dan200.computercraft.shared.peripheral.modem.wired.BlockWiredModemFull;
|
||||||
|
import dan200.computercraft.shared.peripheral.modem.wired.ItemCable;
|
||||||
|
import dan200.computercraft.shared.peripheral.modem.wireless.BlockAdvancedModem;
|
||||||
|
import dan200.computercraft.shared.peripheral.modem.wireless.ItemAdvancedModem;
|
||||||
|
import dan200.computercraft.shared.peripheral.modem.wireless.WirelessNetwork;
|
||||||
|
import dan200.computercraft.shared.pocket.items.ItemPocketComputer;
|
||||||
|
import dan200.computercraft.shared.pocket.peripherals.PocketModem;
|
||||||
|
import dan200.computercraft.shared.pocket.peripherals.PocketSpeaker;
|
||||||
import dan200.computercraft.shared.proxy.ComputerCraftProxyCommon;
|
import dan200.computercraft.shared.proxy.ComputerCraftProxyCommon;
|
||||||
import dan200.computercraft.shared.turtle.recipes.TurtleRecipe;
|
import dan200.computercraft.shared.turtle.blocks.BlockTurtle;
|
||||||
import dan200.computercraft.shared.turtle.recipes.TurtleUpgradeRecipe;
|
import dan200.computercraft.shared.turtle.items.ItemTurtleAdvanced;
|
||||||
import dan200.computercraft.shared.util.ImpostorRecipe;
|
import dan200.computercraft.shared.turtle.items.ItemTurtleLegacy;
|
||||||
import dan200.computercraft.shared.util.ImpostorShapelessRecipe;
|
import dan200.computercraft.shared.turtle.items.ItemTurtleNormal;
|
||||||
import net.fabricmc.api.ModInitializer;
|
import dan200.computercraft.shared.turtle.upgrades.*;
|
||||||
import net.fabricmc.fabric.api.client.itemgroup.FabricItemGroupBuilder;
|
import dan200.computercraft.shared.util.CreativeTabMain;
|
||||||
import net.fabricmc.fabric.api.resource.ResourceManagerHelper;
|
import dan200.computercraft.shared.util.IDAssigner;
|
||||||
import net.fabricmc.fabric.api.resource.ResourcePackActivationType;
|
import dan200.computercraft.shared.util.IoUtil;
|
||||||
import net.fabricmc.loader.api.FabricLoader;
|
import dan200.computercraft.shared.wired.CapabilityWiredElement;
|
||||||
import net.minecraft.item.ItemGroup;
|
import dan200.computercraft.shared.wired.WiredNode;
|
||||||
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
|
import net.minecraft.item.ItemBlock;
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
import net.minecraft.util.Identifier;
|
import net.minecraft.server.MinecraftServer;
|
||||||
import net.minecraft.util.registry.Registry;
|
import net.minecraft.tileentity.TileEntity;
|
||||||
import org.apache.logging.log4j.LogManager;
|
import net.minecraft.util.EnumFacing;
|
||||||
|
import net.minecraft.util.math.BlockPos;
|
||||||
|
import net.minecraft.world.IBlockAccess;
|
||||||
|
import net.minecraft.world.World;
|
||||||
|
import net.minecraftforge.common.DimensionManager;
|
||||||
|
import net.minecraftforge.fml.common.*;
|
||||||
|
import net.minecraftforge.fml.common.event.*;
|
||||||
|
import net.minecraftforge.fml.relauncher.Side;
|
||||||
import org.apache.logging.log4j.Logger;
|
import org.apache.logging.log4j.Logger;
|
||||||
|
|
||||||
import java.util.Arrays;
|
import java.io.*;
|
||||||
import java.util.Collections;
|
import java.net.MalformedURLException;
|
||||||
import java.util.EnumSet;
|
import java.net.URISyntaxException;
|
||||||
import java.util.List;
|
import java.net.URL;
|
||||||
|
import java.util.*;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
import java.util.zip.ZipEntry;
|
||||||
|
import java.util.zip.ZipFile;
|
||||||
|
|
||||||
import static dan200.computercraft.shared.ComputerCraftRegistry.ModBlocks;
|
@Mod(
|
||||||
import static dan200.computercraft.shared.ComputerCraftRegistry.init;
|
modid = ComputerCraft.MOD_ID, name = ComputerCraft.NAME, version = ComputerCraft.VERSION,
|
||||||
|
guiFactory = "dan200.computercraft.client.gui.GuiConfigCC$Factory",
|
||||||
public final class ComputerCraft implements ModInitializer
|
dependencies = "required:forge@[14.23.4.2746,)"
|
||||||
|
)
|
||||||
|
public class ComputerCraft
|
||||||
{
|
{
|
||||||
public static final String MOD_ID = "computercraft";
|
public static final String MOD_ID = "computercraft";
|
||||||
|
static final String VERSION = "${version}";
|
||||||
|
static final String NAME = "CC: Tweaked";
|
||||||
|
|
||||||
|
// Configuration options
|
||||||
|
public static final String[] DEFAULT_HTTP_WHITELIST = new String[] { "*" };
|
||||||
|
public static final String[] DEFAULT_HTTP_BLACKLIST = new String[] {
|
||||||
|
"127.0.0.0/8",
|
||||||
|
"10.0.0.0/8",
|
||||||
|
"172.16.0.0/12",
|
||||||
|
"192.168.0.0/16",
|
||||||
|
"fd00::/8",
|
||||||
|
};
|
||||||
|
|
||||||
// Configuration fields
|
|
||||||
public static int computerSpaceLimit = 1000 * 1000;
|
public static int computerSpaceLimit = 1000 * 1000;
|
||||||
public static int floppySpaceLimit = 125 * 1000;
|
public static int floppySpaceLimit = 125 * 1000;
|
||||||
public static int maximumFilesOpen = 128;
|
public static int maximumFilesOpen = 128;
|
||||||
public static boolean disableLua51Features = false;
|
public static boolean disable_lua51_features = false;
|
||||||
public static String defaultComputerSettings = "";
|
public static String default_computer_settings = "";
|
||||||
public static boolean debugEnable = true;
|
public static boolean debug_enable = true;
|
||||||
public static boolean logComputerErrors = true;
|
public static boolean logPeripheralErrors = false;
|
||||||
public static boolean commandRequireCreative = true;
|
|
||||||
|
|
||||||
public static int computerThreads = 1;
|
public static int computer_threads = 1;
|
||||||
public static long maxMainGlobalTime = TimeUnit.MILLISECONDS.toNanos( 10 );
|
public static long maxMainGlobalTime = TimeUnit.MILLISECONDS.toNanos( 10 );
|
||||||
public static long maxMainComputerTime = TimeUnit.MILLISECONDS.toNanos( 5 );
|
public static long maxMainComputerTime = TimeUnit.MILLISECONDS.toNanos( 5 );
|
||||||
|
|
||||||
public static boolean httpEnabled = true;
|
public static boolean http_enable = true;
|
||||||
public static boolean httpWebsocketEnabled = true;
|
public static boolean http_websocket_enable = true;
|
||||||
public static List<AddressRule> httpRules = Collections.unmodifiableList( Arrays.asList(
|
public static AddressPredicate http_whitelist = new AddressPredicate( DEFAULT_HTTP_WHITELIST );
|
||||||
AddressRule.parse( "$private", null, Action.DENY.toPartial() ),
|
public static AddressPredicate http_blacklist = new AddressPredicate( DEFAULT_HTTP_BLACKLIST );
|
||||||
AddressRule.parse( "*", null, Action.ALLOW.toPartial() )
|
|
||||||
) );
|
public static int httpTimeout = 30000;
|
||||||
public static int httpMaxRequests = 16;
|
public static int httpMaxRequests = 16;
|
||||||
|
public static long httpMaxDownload = 16 * 1024 * 1024;
|
||||||
|
public static long httpMaxUpload = 4 * 1024 * 1024;
|
||||||
public static int httpMaxWebsockets = 4;
|
public static int httpMaxWebsockets = 4;
|
||||||
|
public static int httpMaxWebsocketMessage = Websocket.MAX_MESSAGE_SIZE;
|
||||||
|
|
||||||
public static boolean enableCommandBlock = false;
|
public static boolean enableCommandBlock = false;
|
||||||
public static int modemRange = 64;
|
public static int modem_range = 64;
|
||||||
public static int modemHighAltitudeRange = 384;
|
public static int modem_highAltitudeRange = 384;
|
||||||
public static int modemRangeDuringStorm = 64;
|
public static int modem_rangeDuringStorm = 64;
|
||||||
public static int modemHighAltitudeRangeDuringStorm = 384;
|
public static int modem_highAltitudeRangeDuringStorm = 384;
|
||||||
public static int maxNotesPerTick = 8;
|
public static int maxNotesPerTick = 8;
|
||||||
public static MonitorRenderer monitorRenderer = MonitorRenderer.BEST;
|
|
||||||
public static double monitorDistanceSq = 4096;
|
|
||||||
public static long monitorBandwidth = 1_000_000;
|
|
||||||
|
|
||||||
public static boolean turtlesNeedFuel = true;
|
public static boolean turtlesNeedFuel = true;
|
||||||
public static int turtleFuelLimit = 20000;
|
public static int turtleFuelLimit = 20000;
|
||||||
@@ -90,48 +144,521 @@ public final class ComputerCraft implements ModInitializer
|
|||||||
public static boolean turtlesCanPush = true;
|
public static boolean turtlesCanPush = true;
|
||||||
public static EnumSet<TurtleAction> turtleDisabledActions = EnumSet.noneOf( TurtleAction.class );
|
public static EnumSet<TurtleAction> turtleDisabledActions = EnumSet.noneOf( TurtleAction.class );
|
||||||
|
|
||||||
public static int computerTermWidth = 51;
|
public static final int terminalWidth_computer = 51;
|
||||||
public static int computerTermHeight = 19;
|
public static final int terminalHeight_computer = 19;
|
||||||
|
|
||||||
public static final int turtleTermWidth = 39;
|
public static final int terminalWidth_turtle = 39;
|
||||||
public static final int turtleTermHeight = 13;
|
public static final int terminalHeight_turtle = 13;
|
||||||
|
|
||||||
public static int pocketTermWidth = 26;
|
public static final int terminalWidth_pocketComputer = 26;
|
||||||
public static int pocketTermHeight = 20;
|
public static final int terminalHeight_pocketComputer = 20;
|
||||||
public static int monitorWidth = 8;
|
|
||||||
public static int monitorHeight = 6;
|
// Blocks and Items
|
||||||
|
public static final class Blocks
|
||||||
|
{
|
||||||
|
public static BlockComputer computer;
|
||||||
|
public static BlockCommandComputer commandComputer;
|
||||||
|
|
||||||
|
public static BlockTurtle turtle;
|
||||||
|
public static BlockTurtle turtleExpanded;
|
||||||
|
public static BlockTurtle turtleAdvanced;
|
||||||
|
|
||||||
|
public static BlockPeripheral peripheral;
|
||||||
|
public static BlockCable cable;
|
||||||
|
public static BlockAdvancedModem advancedModem;
|
||||||
|
public static BlockWiredModemFull wiredModemFull;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static final class Items
|
||||||
|
{
|
||||||
|
public static ItemComputer computer;
|
||||||
|
public static ItemCommandComputer commandComputer;
|
||||||
|
|
||||||
|
public static ItemTurtleLegacy turtle;
|
||||||
|
public static ItemTurtleNormal turtleExpanded;
|
||||||
|
public static ItemTurtleAdvanced turtleAdvanced;
|
||||||
|
|
||||||
|
public static ItemPocketComputer pocketComputer;
|
||||||
|
|
||||||
|
public static ItemDiskLegacy disk;
|
||||||
|
public static ItemDiskExpanded diskExpanded;
|
||||||
|
public static ItemTreasureDisk treasureDisk;
|
||||||
|
|
||||||
|
public static ItemPrintout printout;
|
||||||
|
|
||||||
|
public static ItemPeripheral peripheral;
|
||||||
|
public static ItemAdvancedModem advancedModem;
|
||||||
|
public static ItemCable cable;
|
||||||
|
public static ItemBlock wiredModemFull;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static final class TurtleUpgrades
|
||||||
|
{
|
||||||
|
public static TurtleModem wirelessModem;
|
||||||
|
public static TurtleModem advancedModem;
|
||||||
|
public static TurtleSpeaker speaker;
|
||||||
|
|
||||||
|
public static TurtleCraftingTable craftingTable;
|
||||||
|
public static TurtleSword diamondSword;
|
||||||
|
public static TurtleShovel diamondShovel;
|
||||||
|
public static TurtleTool diamondPickaxe;
|
||||||
|
public static TurtleAxe diamondAxe;
|
||||||
|
public static TurtleHoe diamondHoe;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static final class PocketUpgrades
|
||||||
|
{
|
||||||
|
public static PocketModem wirelessModem;
|
||||||
|
public static PocketModem advancedModem;
|
||||||
|
public static PocketSpeaker speaker;
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static PocketSpeaker pocketSpeaker;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static final class Upgrades
|
||||||
|
{
|
||||||
|
public static TurtleModem advancedModem;
|
||||||
|
}
|
||||||
|
|
||||||
// Registries
|
// Registries
|
||||||
public static final ClientComputerRegistry clientComputerRegistry = new ClientComputerRegistry();
|
public static final ClientComputerRegistry clientComputerRegistry = new ClientComputerRegistry();
|
||||||
public static final ServerComputerRegistry serverComputerRegistry = new ServerComputerRegistry();
|
public static final ServerComputerRegistry serverComputerRegistry = new ServerComputerRegistry();
|
||||||
|
|
||||||
|
// Creative
|
||||||
|
public static CreativeTabMain mainCreativeTab;
|
||||||
|
|
||||||
// Logging
|
// Logging
|
||||||
public static final Logger log = LogManager.getLogger( MOD_ID );
|
public static Logger log;
|
||||||
|
|
||||||
public static ItemGroup MAIN_GROUP = FabricItemGroupBuilder.build( new Identifier( MOD_ID, "main" ), () -> new ItemStack( ModBlocks.COMPUTER_NORMAL ) );
|
// Peripheral providers. This is still here to ensure compatibility with Plethora and Computronics
|
||||||
|
public static List<IPeripheralProvider> peripheralProviders = new ArrayList<>();
|
||||||
|
|
||||||
@Override
|
// Implementation
|
||||||
public void onInitialize()
|
@Mod.Instance( ComputerCraft.MOD_ID )
|
||||||
|
public static ComputerCraft instance;
|
||||||
|
|
||||||
|
@SidedProxy(
|
||||||
|
clientSide = "dan200.computercraft.client.proxy.ComputerCraftProxyClient",
|
||||||
|
serverSide = "dan200.computercraft.shared.proxy.ComputerCraftProxyCommon"
|
||||||
|
)
|
||||||
|
private static ComputerCraftProxyCommon proxy;
|
||||||
|
|
||||||
|
@Mod.EventHandler
|
||||||
|
public void preInit( FMLPreInitializationEvent event )
|
||||||
{
|
{
|
||||||
ComputerCraftProxyCommon.init();
|
log = event.getModLog();
|
||||||
Registry.register( Registry.RECIPE_SERIALIZER, new Identifier( ComputerCraft.MOD_ID, "colour" ), ColourableRecipe.SERIALIZER );
|
|
||||||
Registry.register( Registry.RECIPE_SERIALIZER, new Identifier( ComputerCraft.MOD_ID, "computer_upgrade" ), ComputerUpgradeRecipe.SERIALIZER );
|
// Load config
|
||||||
Registry.register( Registry.RECIPE_SERIALIZER,
|
Config.load( event.getSuggestedConfigurationFile() );
|
||||||
new Identifier( ComputerCraft.MOD_ID, "pocket_computer_upgrade" ),
|
|
||||||
PocketComputerUpgradeRecipe.SERIALIZER );
|
proxy.preInit();
|
||||||
Registry.register( Registry.RECIPE_SERIALIZER, new Identifier( ComputerCraft.MOD_ID, "disk" ), DiskRecipe.SERIALIZER );
|
|
||||||
Registry.register( Registry.RECIPE_SERIALIZER, new Identifier( ComputerCraft.MOD_ID, "printout" ), PrintoutRecipe.SERIALIZER );
|
|
||||||
Registry.register( Registry.RECIPE_SERIALIZER, new Identifier( ComputerCraft.MOD_ID, "turtle" ), TurtleRecipe.SERIALIZER );
|
|
||||||
Registry.register( Registry.RECIPE_SERIALIZER, new Identifier( ComputerCraft.MOD_ID, "turtle_upgrade" ), TurtleUpgradeRecipe.SERIALIZER );
|
|
||||||
Registry.register( Registry.RECIPE_SERIALIZER, new Identifier( ComputerCraft.MOD_ID, "impostor_shaped" ), ImpostorRecipe.SERIALIZER );
|
|
||||||
Registry.register( Registry.RECIPE_SERIALIZER, new Identifier( ComputerCraft.MOD_ID, "impostor_shapeless" ), ImpostorShapelessRecipe.SERIALIZER );
|
|
||||||
Registry.register( Registry.LOOT_CONDITION_TYPE, new Identifier( ComputerCraft.MOD_ID, "block_named" ), BlockNamedEntityLootCondition.TYPE );
|
|
||||||
Registry.register( Registry.LOOT_CONDITION_TYPE, new Identifier( ComputerCraft.MOD_ID, "player_creative" ), PlayerCreativeLootCondition.TYPE );
|
|
||||||
Registry.register( Registry.LOOT_CONDITION_TYPE, new Identifier( ComputerCraft.MOD_ID, "has_id" ), HasComputerIdLootCondition.TYPE );
|
|
||||||
init();
|
|
||||||
FabricLoader.getInstance().getModContainer( MOD_ID ).ifPresent( modContainer -> {
|
|
||||||
ResourceManagerHelper.registerBuiltinResourcePack( new Identifier( MOD_ID, "classic" ), modContainer, ResourcePackActivationType.NORMAL );
|
|
||||||
ResourceManagerHelper.registerBuiltinResourcePack( new Identifier( MOD_ID, "overhaul" ), modContainer, ResourcePackActivationType.NORMAL );
|
|
||||||
} );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Mod.EventHandler
|
||||||
|
public void init( FMLInitializationEvent event )
|
||||||
|
{
|
||||||
|
proxy.init();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Mod.EventHandler
|
||||||
|
public void onServerStarting( FMLServerStartingEvent event )
|
||||||
|
{
|
||||||
|
ComputerCraftProxyCommon.initServer( event.getServer() );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Mod.EventHandler
|
||||||
|
public void onServerStart( FMLServerStartedEvent event )
|
||||||
|
{
|
||||||
|
if( FMLCommonHandler.instance().getEffectiveSide() == Side.SERVER )
|
||||||
|
{
|
||||||
|
ComputerCraft.serverComputerRegistry.reset();
|
||||||
|
WirelessNetwork.resetNetworks();
|
||||||
|
MainThread.reset();
|
||||||
|
Tracking.reset();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Mod.EventHandler
|
||||||
|
public void onServerStopped( FMLServerStoppedEvent event )
|
||||||
|
{
|
||||||
|
if( FMLCommonHandler.instance().getEffectiveSide() == Side.SERVER )
|
||||||
|
{
|
||||||
|
ComputerCraft.serverComputerRegistry.reset();
|
||||||
|
WirelessNetwork.resetNetworks();
|
||||||
|
MainThread.reset();
|
||||||
|
Tracking.reset();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static String getVersion()
|
||||||
|
{
|
||||||
|
return VERSION;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static File getBaseDir()
|
||||||
|
{
|
||||||
|
return FMLCommonHandler.instance().getMinecraftServerInstance().getDataDirectory();
|
||||||
|
}
|
||||||
|
|
||||||
|
private static File getResourcePackDir()
|
||||||
|
{
|
||||||
|
return new File( getBaseDir(), "resourcepacks" );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static void registerPermissionProvider( ITurtlePermissionProvider provider )
|
||||||
|
{
|
||||||
|
TurtlePermissions.register( provider );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static void registerPocketUpgrade( IPocketUpgrade upgrade )
|
||||||
|
{
|
||||||
|
dan200.computercraft.shared.PocketUpgrades.register( upgrade );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static void registerPeripheralProvider( IPeripheralProvider provider )
|
||||||
|
{
|
||||||
|
Peripherals.register( provider );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static void registerBundledRedstoneProvider( IBundledRedstoneProvider provider )
|
||||||
|
{
|
||||||
|
BundledRedstone.register( provider );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static void registerMediaProvider( IMediaProvider provider )
|
||||||
|
{
|
||||||
|
MediaProviders.register( provider );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static void registerAPIFactory( ILuaAPIFactory factory )
|
||||||
|
{
|
||||||
|
ApiFactories.register( factory );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static IWiredNode createWiredNodeForElement( IWiredElement element )
|
||||||
|
{
|
||||||
|
return new WiredNode( element );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static IWiredElement getWiredElementAt( IBlockAccess world, BlockPos pos, EnumFacing side )
|
||||||
|
{
|
||||||
|
TileEntity tile = world.getTileEntity( pos );
|
||||||
|
return tile != null && tile.hasCapability( CapabilityWiredElement.CAPABILITY, side )
|
||||||
|
? tile.getCapability( CapabilityWiredElement.CAPABILITY, side )
|
||||||
|
: null;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static int getDefaultBundledRedstoneOutput( World world, BlockPos pos, EnumFacing side )
|
||||||
|
{
|
||||||
|
return BundledRedstone.getDefaultOutput( world, pos, side );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static IPacketNetwork getWirelessNetwork()
|
||||||
|
{
|
||||||
|
return WirelessNetwork.getUniversal();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static int createUniqueNumberedSaveDir( World world, String parentSubPath )
|
||||||
|
{
|
||||||
|
return IDAssigner.getNextIDFromDirectory( parentSubPath );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static IWritableMount createSaveDirMount( World world, String subPath, long capacity )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return new FileMount( new File( getWorldDir(), subPath ), capacity );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void loadFromFile( List<IMount> mounts, File file, String path, boolean allowMissing )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if( file.isFile() )
|
||||||
|
{
|
||||||
|
mounts.add( new JarMount( file, path ) );
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
File subResource = new File( file, path );
|
||||||
|
if( subResource.exists() ) mounts.add( new FileMount( subResource, 0 ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch( IOException | RuntimeException e )
|
||||||
|
{
|
||||||
|
if( allowMissing && e instanceof FileNotFoundException ) return;
|
||||||
|
ComputerCraft.log.error( "Could not load mount '" + path + " 'from '" + file.getName() + "'", e );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static IMount createResourceMount( Class<?> modClass, String domain, String subPath )
|
||||||
|
{
|
||||||
|
// Start building list of mounts
|
||||||
|
List<IMount> mounts = new ArrayList<>();
|
||||||
|
subPath = "assets/" + domain + "/" + subPath;
|
||||||
|
|
||||||
|
// Mount from debug dir
|
||||||
|
File codeDir = getDebugCodeDir( modClass );
|
||||||
|
if( codeDir != null )
|
||||||
|
{
|
||||||
|
File subResource = new File( codeDir, subPath );
|
||||||
|
if( subResource.exists() )
|
||||||
|
{
|
||||||
|
IMount resourcePackMount = new FileMount( subResource, 0 );
|
||||||
|
mounts.add( resourcePackMount );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Mount from mod jars, preferring the specified one.
|
||||||
|
File modJar = getContainingJar( modClass );
|
||||||
|
Set<File> otherMods = new HashSet<>();
|
||||||
|
for( ModContainer container : Loader.instance().getActiveModList() )
|
||||||
|
{
|
||||||
|
File modFile = container.getSource();
|
||||||
|
if( modFile != null && !modFile.equals( modJar ) && modFile.exists() )
|
||||||
|
{
|
||||||
|
otherMods.add( container.getSource() );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for( File file : otherMods )
|
||||||
|
{
|
||||||
|
loadFromFile( mounts, file, subPath, true );
|
||||||
|
}
|
||||||
|
|
||||||
|
if( modJar != null )
|
||||||
|
{
|
||||||
|
loadFromFile( mounts, modJar, subPath, false );
|
||||||
|
}
|
||||||
|
|
||||||
|
// Mount from resource packs
|
||||||
|
File resourcePackDir = getResourcePackDir();
|
||||||
|
if( resourcePackDir.exists() && resourcePackDir.isDirectory() )
|
||||||
|
{
|
||||||
|
String[] resourcePacks = resourcePackDir.list();
|
||||||
|
for( String resourcePackName : resourcePacks )
|
||||||
|
{
|
||||||
|
File resourcePack = new File( resourcePackDir, resourcePackName );
|
||||||
|
loadFromFile( mounts, resourcePack, subPath, true );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Return the combination of all the mounts found
|
||||||
|
if( mounts.size() >= 2 )
|
||||||
|
{
|
||||||
|
IMount[] mountArray = new IMount[mounts.size()];
|
||||||
|
mounts.toArray( mountArray );
|
||||||
|
return new ComboMount( mountArray );
|
||||||
|
}
|
||||||
|
else if( mounts.size() == 1 )
|
||||||
|
{
|
||||||
|
return mounts.get( 0 );
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public static InputStream getResourceFile( Class<?> modClass, String domain, String subPath )
|
||||||
|
{
|
||||||
|
// Start searching in possible locations
|
||||||
|
subPath = "assets/" + domain + "/" + subPath;
|
||||||
|
|
||||||
|
// Look in resource packs
|
||||||
|
File resourcePackDir = getResourcePackDir();
|
||||||
|
if( resourcePackDir.exists() && resourcePackDir.isDirectory() )
|
||||||
|
{
|
||||||
|
String[] resourcePacks = resourcePackDir.list();
|
||||||
|
for( String resourcePackPath : resourcePacks )
|
||||||
|
{
|
||||||
|
File resourcePack = new File( resourcePackDir, resourcePackPath );
|
||||||
|
if( resourcePack.isDirectory() )
|
||||||
|
{
|
||||||
|
// Mount a resource pack from a folder
|
||||||
|
File subResource = new File( resourcePack, subPath );
|
||||||
|
if( subResource.exists() && subResource.isFile() )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return new FileInputStream( subResource );
|
||||||
|
}
|
||||||
|
catch( FileNotFoundException ignored )
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ZipFile zipFile = null;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
final ZipFile zip = zipFile = new ZipFile( resourcePack );
|
||||||
|
ZipEntry entry = zipFile.getEntry( subPath );
|
||||||
|
if( entry != null )
|
||||||
|
{
|
||||||
|
// Return a custom InputStream which will close the original zip when finished.
|
||||||
|
return new FilterInputStream( zipFile.getInputStream( entry ) )
|
||||||
|
{
|
||||||
|
@Override
|
||||||
|
public void close() throws IOException
|
||||||
|
{
|
||||||
|
super.close();
|
||||||
|
zip.close();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
IoUtil.closeQuietly( zipFile );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch( IOException e )
|
||||||
|
{
|
||||||
|
if( zipFile != null ) IoUtil.closeQuietly( zipFile );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Look in debug dir
|
||||||
|
File codeDir = getDebugCodeDir( modClass );
|
||||||
|
if( codeDir != null )
|
||||||
|
{
|
||||||
|
File subResource = new File( codeDir, subPath );
|
||||||
|
if( subResource.exists() && subResource.isFile() )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return new FileInputStream( subResource );
|
||||||
|
}
|
||||||
|
catch( FileNotFoundException ignored )
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Look in class loader
|
||||||
|
return modClass.getClassLoader().getResourceAsStream( subPath );
|
||||||
|
}
|
||||||
|
|
||||||
|
private static File getContainingJar( Class<?> modClass )
|
||||||
|
{
|
||||||
|
String path = modClass.getProtectionDomain().getCodeSource().getLocation().getPath();
|
||||||
|
int bangIndex = path.indexOf( '!' );
|
||||||
|
if( bangIndex >= 0 )
|
||||||
|
{
|
||||||
|
path = path.substring( 0, bangIndex );
|
||||||
|
}
|
||||||
|
|
||||||
|
URL url;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
url = new URL( path );
|
||||||
|
}
|
||||||
|
catch( MalformedURLException e1 )
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
File file;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
file = new File( url.toURI() );
|
||||||
|
}
|
||||||
|
catch( URISyntaxException e )
|
||||||
|
{
|
||||||
|
file = new File( url.getPath() );
|
||||||
|
}
|
||||||
|
return file;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static File getDebugCodeDir( Class<?> modClass )
|
||||||
|
{
|
||||||
|
String path = modClass.getProtectionDomain().getCodeSource().getLocation().getPath();
|
||||||
|
int bangIndex = path.indexOf( '!' );
|
||||||
|
return bangIndex >= 0 ? null : new File( new File( path ).getParentFile(), "../.." );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static void registerTurtleUpgrade( ITurtleUpgrade upgrade )
|
||||||
|
{
|
||||||
|
dan200.computercraft.shared.TurtleUpgrades.register( upgrade );
|
||||||
|
}
|
||||||
|
|
||||||
|
public static File getWorldDir()
|
||||||
|
{
|
||||||
|
return DimensionManager.getCurrentSaveRootDirectory();
|
||||||
|
}
|
||||||
|
|
||||||
|
//region Compatibility
|
||||||
|
@Deprecated
|
||||||
|
public static File getWorldDir( World world )
|
||||||
|
{
|
||||||
|
return DimensionManager.getCurrentSaveRootDirectory();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static IMedia getMedia( ItemStack stack )
|
||||||
|
{
|
||||||
|
return MediaProviders.get( stack );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static IPocketUpgrade getPocketUpgrade( ItemStack stack )
|
||||||
|
{
|
||||||
|
return dan200.computercraft.shared.PocketUpgrades.get( stack );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static ITurtleUpgrade getTurtleUpgrade( ItemStack stack )
|
||||||
|
{
|
||||||
|
return dan200.computercraft.shared.TurtleUpgrades.get( stack );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static IPocketUpgrade getPocketUpgrade( String id )
|
||||||
|
{
|
||||||
|
return dan200.computercraft.shared.PocketUpgrades.get( id );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static ITurtleUpgrade getTurtleUpgrade( String id )
|
||||||
|
{
|
||||||
|
return dan200.computercraft.shared.TurtleUpgrades.get( id );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static IPeripheral getPeripheralAt( World world, BlockPos pos, EnumFacing side )
|
||||||
|
{
|
||||||
|
return Peripherals.getPeripheral( world, pos, side );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
|
public static boolean canPlayerUseCommands( EntityPlayer player )
|
||||||
|
{
|
||||||
|
MinecraftServer server = player.getServer();
|
||||||
|
return server != null && server.getPlayerList().canSendCommands( player.getGameProfile() );
|
||||||
|
}
|
||||||
|
//endregion
|
||||||
}
|
}
|
||||||
|
@@ -1,204 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of ComputerCraft - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. Do not distribute without permission.
|
|
||||||
* Send enquiries to dratcliffe@gmail.com
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft;
|
|
||||||
|
|
||||||
import dan200.computercraft.api.ComputerCraftAPI.IComputerCraftAPI;
|
|
||||||
import dan200.computercraft.api.filesystem.IMount;
|
|
||||||
import dan200.computercraft.api.filesystem.IWritableMount;
|
|
||||||
import dan200.computercraft.api.lua.GenericSource;
|
|
||||||
import dan200.computercraft.api.lua.ILuaAPIFactory;
|
|
||||||
import dan200.computercraft.api.media.IMediaProvider;
|
|
||||||
import dan200.computercraft.api.network.IPacketNetwork;
|
|
||||||
import dan200.computercraft.api.network.wired.IWiredElement;
|
|
||||||
import dan200.computercraft.api.network.wired.IWiredNode;
|
|
||||||
import dan200.computercraft.api.peripheral.IPeripheralProvider;
|
|
||||||
import dan200.computercraft.api.pocket.IPocketUpgrade;
|
|
||||||
import dan200.computercraft.api.redstone.IBundledRedstoneProvider;
|
|
||||||
import dan200.computercraft.api.turtle.ITurtleUpgrade;
|
|
||||||
import dan200.computercraft.core.apis.ApiFactories;
|
|
||||||
import dan200.computercraft.core.asm.GenericMethod;
|
|
||||||
import dan200.computercraft.core.filesystem.FileMount;
|
|
||||||
import dan200.computercraft.core.filesystem.ResourceMount;
|
|
||||||
import dan200.computercraft.fabric.mixin.MinecraftServerAccess;
|
|
||||||
import dan200.computercraft.shared.*;
|
|
||||||
import dan200.computercraft.shared.peripheral.modem.wired.TileCable;
|
|
||||||
import dan200.computercraft.shared.peripheral.modem.wired.TileWiredModemFull;
|
|
||||||
import dan200.computercraft.shared.peripheral.modem.wireless.WirelessNetwork;
|
|
||||||
import dan200.computercraft.shared.util.IDAssigner;
|
|
||||||
import dan200.computercraft.shared.wired.WiredNode;
|
|
||||||
import me.shedaniel.cloth.api.utils.v1.GameInstanceUtils;
|
|
||||||
import net.fabricmc.loader.api.FabricLoader;
|
|
||||||
import net.minecraft.block.entity.BlockEntity;
|
|
||||||
import net.minecraft.resource.ReloadableResourceManager;
|
|
||||||
import net.minecraft.server.MinecraftServer;
|
|
||||||
import net.minecraft.util.Identifier;
|
|
||||||
import net.minecraft.util.math.BlockPos;
|
|
||||||
import net.minecraft.util.math.Direction;
|
|
||||||
import net.minecraft.world.BlockView;
|
|
||||||
import net.minecraft.world.World;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
import javax.annotation.Nullable;
|
|
||||||
import java.io.File;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.InputStream;
|
|
||||||
|
|
||||||
public final class ComputerCraftAPIImpl implements IComputerCraftAPI
|
|
||||||
{
|
|
||||||
public static final ComputerCraftAPIImpl INSTANCE = new ComputerCraftAPIImpl();
|
|
||||||
|
|
||||||
private String version;
|
|
||||||
|
|
||||||
private ComputerCraftAPIImpl()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public static InputStream getResourceFile( String domain, String subPath )
|
|
||||||
{
|
|
||||||
MinecraftServer server = GameInstanceUtils.getServer();
|
|
||||||
if( server != null )
|
|
||||||
{
|
|
||||||
ReloadableResourceManager manager = (ReloadableResourceManager) ((MinecraftServerAccess) server).getServerResourceManager().getResourceManager();
|
|
||||||
try
|
|
||||||
{
|
|
||||||
return manager.getResource( new Identifier( domain, subPath ) )
|
|
||||||
.getInputStream();
|
|
||||||
}
|
|
||||||
catch( IOException ignored )
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nonnull
|
|
||||||
@Override
|
|
||||||
public String getInstalledVersion()
|
|
||||||
{
|
|
||||||
if( version != null )
|
|
||||||
{
|
|
||||||
return version;
|
|
||||||
}
|
|
||||||
return version = FabricLoader.getInstance()
|
|
||||||
.getModContainer( ComputerCraft.MOD_ID )
|
|
||||||
.map( x -> x.getMetadata()
|
|
||||||
.getVersion()
|
|
||||||
.toString() )
|
|
||||||
.orElse( "unknown" );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public int createUniqueNumberedSaveDir( @Nonnull World world, @Nonnull String parentSubPath )
|
|
||||||
{
|
|
||||||
return IDAssigner.getNextId( parentSubPath );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public IWritableMount createSaveDirMount( @Nonnull World world, @Nonnull String subPath, long capacity )
|
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
|
||||||
return new FileMount( new File( IDAssigner.getDir(), subPath ), capacity );
|
|
||||||
}
|
|
||||||
catch( Exception e )
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public IMount createResourceMount( @Nonnull String domain, @Nonnull String subPath )
|
|
||||||
{
|
|
||||||
MinecraftServer server = GameInstanceUtils.getServer();
|
|
||||||
if( server != null )
|
|
||||||
{
|
|
||||||
ReloadableResourceManager manager = (ReloadableResourceManager) ((MinecraftServerAccess) server).getServerResourceManager().getResourceManager();
|
|
||||||
ResourceMount mount = ResourceMount.get( domain, subPath, manager );
|
|
||||||
return mount.exists( "" ) ? mount : null;
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void registerPeripheralProvider( @Nonnull IPeripheralProvider provider )
|
|
||||||
{
|
|
||||||
Peripherals.register( provider );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void registerTurtleUpgrade( @Nonnull ITurtleUpgrade upgrade )
|
|
||||||
{
|
|
||||||
TurtleUpgrades.register( upgrade );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void registerBundledRedstoneProvider( @Nonnull IBundledRedstoneProvider provider )
|
|
||||||
{
|
|
||||||
BundledRedstone.register( provider );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public int getBundledRedstoneOutput( @Nonnull World world, @Nonnull BlockPos pos, @Nonnull Direction side )
|
|
||||||
{
|
|
||||||
return BundledRedstone.getDefaultOutput( world, pos, side );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void registerMediaProvider( @Nonnull IMediaProvider provider )
|
|
||||||
{
|
|
||||||
MediaProviders.register( provider );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void registerPocketUpgrade( @Nonnull IPocketUpgrade upgrade )
|
|
||||||
{
|
|
||||||
PocketUpgrades.register( upgrade );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void registerGenericSource( @Nonnull GenericSource source )
|
|
||||||
{
|
|
||||||
GenericMethod.register( source );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nonnull
|
|
||||||
@Override
|
|
||||||
public IPacketNetwork getWirelessNetwork()
|
|
||||||
{
|
|
||||||
return WirelessNetwork.getUniversal();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void registerAPIFactory( @Nonnull ILuaAPIFactory factory )
|
|
||||||
{
|
|
||||||
ApiFactories.register( factory );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nonnull
|
|
||||||
@Override
|
|
||||||
public IWiredNode createWiredNodeForElement( @Nonnull IWiredElement element )
|
|
||||||
{
|
|
||||||
return new WiredNode( element );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
@Override
|
|
||||||
public IWiredElement getWiredElementAt( @Nonnull BlockView world, @Nonnull BlockPos pos, @Nonnull Direction side )
|
|
||||||
{
|
|
||||||
BlockEntity tile = world.getBlockEntity( pos );
|
|
||||||
if( tile instanceof TileCable )
|
|
||||||
{
|
|
||||||
return ((TileCable) tile).getElement( side );
|
|
||||||
}
|
|
||||||
else if( tile instanceof TileWiredModemFull )
|
|
||||||
{
|
|
||||||
return ((TileWiredModemFull) tile).getElement();
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -0,0 +1,97 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
package dan200.computercraft.api;
|
||||||
|
|
||||||
|
import dan200.computercraft.api.turtle.ITurtleUpgrade;
|
||||||
|
import dan200.computercraft.api.turtle.TurtleUpgradeType;
|
||||||
|
import net.minecraft.block.Block;
|
||||||
|
import net.minecraft.item.Item;
|
||||||
|
import net.minecraft.item.ItemStack;
|
||||||
|
import net.minecraft.util.ResourceLocation;
|
||||||
|
|
||||||
|
import javax.annotation.Nonnull;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A base class for {@link ITurtleUpgrade}s.
|
||||||
|
*
|
||||||
|
* One does not have to use this, but it does provide a convenient template.
|
||||||
|
*/
|
||||||
|
public abstract class AbstractTurtleUpgrade implements ITurtleUpgrade
|
||||||
|
{
|
||||||
|
private final ResourceLocation id;
|
||||||
|
private final int legacyId;
|
||||||
|
private final TurtleUpgradeType type;
|
||||||
|
private final String adjective;
|
||||||
|
private final ItemStack stack;
|
||||||
|
|
||||||
|
protected AbstractTurtleUpgrade( ResourceLocation id, int legacyId, TurtleUpgradeType type, String adjective, ItemStack stack )
|
||||||
|
{
|
||||||
|
this.id = id;
|
||||||
|
this.legacyId = legacyId;
|
||||||
|
this.type = type;
|
||||||
|
this.adjective = adjective;
|
||||||
|
this.stack = stack;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected AbstractTurtleUpgrade( ResourceLocation id, int legacyId, TurtleUpgradeType type, String adjective, Item item )
|
||||||
|
{
|
||||||
|
this( id, legacyId, type, adjective, new ItemStack( item ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
protected AbstractTurtleUpgrade( ResourceLocation id, int legacyId, TurtleUpgradeType type, String adjective, Block block )
|
||||||
|
{
|
||||||
|
this( id, legacyId, type, adjective, new ItemStack( block ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
protected AbstractTurtleUpgrade( ResourceLocation id, int legacyId, TurtleUpgradeType type, ItemStack stack )
|
||||||
|
{
|
||||||
|
this( id, legacyId, type, "upgrade." + id + ".adjective", stack );
|
||||||
|
}
|
||||||
|
|
||||||
|
protected AbstractTurtleUpgrade( ResourceLocation id, int legacyId, TurtleUpgradeType type, Item item )
|
||||||
|
{
|
||||||
|
this( id, legacyId, type, new ItemStack( item ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
protected AbstractTurtleUpgrade( ResourceLocation id, int legacyId, TurtleUpgradeType type, Block block )
|
||||||
|
{
|
||||||
|
this( id, legacyId, type, new ItemStack( block ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
@Nonnull
|
||||||
|
@Override
|
||||||
|
public final ResourceLocation getUpgradeID()
|
||||||
|
{
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public final int getLegacyUpgradeID()
|
||||||
|
{
|
||||||
|
return legacyId;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Nonnull
|
||||||
|
@Override
|
||||||
|
public final String getUnlocalisedAdjective()
|
||||||
|
{
|
||||||
|
return adjective;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Nonnull
|
||||||
|
@Override
|
||||||
|
public final TurtleUpgradeType getType()
|
||||||
|
{
|
||||||
|
return type;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Nonnull
|
||||||
|
@Override
|
||||||
|
public final ItemStack getCraftingItem()
|
||||||
|
{
|
||||||
|
return stack;
|
||||||
|
}
|
||||||
|
}
|
@@ -1,14 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api;
|
package dan200.computercraft.api;
|
||||||
|
|
||||||
import dan200.computercraft.api.filesystem.IMount;
|
import dan200.computercraft.api.filesystem.IMount;
|
||||||
import dan200.computercraft.api.filesystem.IWritableMount;
|
import dan200.computercraft.api.filesystem.IWritableMount;
|
||||||
import dan200.computercraft.api.lua.GenericSource;
|
|
||||||
import dan200.computercraft.api.lua.ILuaAPIFactory;
|
import dan200.computercraft.api.lua.ILuaAPIFactory;
|
||||||
import dan200.computercraft.api.media.IMedia;
|
import dan200.computercraft.api.media.IMedia;
|
||||||
import dan200.computercraft.api.media.IMediaProvider;
|
import dan200.computercraft.api.media.IMediaProvider;
|
||||||
@@ -18,57 +16,55 @@ import dan200.computercraft.api.network.wired.IWiredNode;
|
|||||||
import dan200.computercraft.api.peripheral.IComputerAccess;
|
import dan200.computercraft.api.peripheral.IComputerAccess;
|
||||||
import dan200.computercraft.api.peripheral.IPeripheral;
|
import dan200.computercraft.api.peripheral.IPeripheral;
|
||||||
import dan200.computercraft.api.peripheral.IPeripheralProvider;
|
import dan200.computercraft.api.peripheral.IPeripheralProvider;
|
||||||
|
import dan200.computercraft.api.permissions.ITurtlePermissionProvider;
|
||||||
import dan200.computercraft.api.pocket.IPocketUpgrade;
|
import dan200.computercraft.api.pocket.IPocketUpgrade;
|
||||||
import dan200.computercraft.api.redstone.IBundledRedstoneProvider;
|
import dan200.computercraft.api.redstone.IBundledRedstoneProvider;
|
||||||
import dan200.computercraft.api.turtle.ITurtleUpgrade;
|
import dan200.computercraft.api.turtle.ITurtleUpgrade;
|
||||||
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.Direction;
|
import net.minecraft.world.IBlockAccess;
|
||||||
import net.minecraft.world.BlockView;
|
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
import java.lang.reflect.Method;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The static entry point to the ComputerCraft API.
|
* The static entry point to the ComputerCraft API.
|
||||||
*
|
*
|
||||||
* Members in this class must be called after mod_ComputerCraft has been initialised, but may be called before it is fully loaded.
|
* Members in this class must be called after mod_ComputerCraft has been initialised, but may be called before it is
|
||||||
|
* fully loaded.
|
||||||
*/
|
*/
|
||||||
public final class ComputerCraftAPI
|
public final class ComputerCraftAPI
|
||||||
{
|
{
|
||||||
private static IComputerCraftAPI instance;
|
public static boolean isInstalled()
|
||||||
|
|
||||||
@Nonnull
|
|
||||||
@Deprecated
|
|
||||||
public static String getAPIVersion()
|
|
||||||
{
|
{
|
||||||
return getInstalledVersion();
|
findCC();
|
||||||
|
return computerCraft != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nonnull
|
@Nonnull
|
||||||
public static String getInstalledVersion()
|
public static String getInstalledVersion()
|
||||||
{
|
{
|
||||||
return getInstance().getInstalledVersion();
|
findCC();
|
||||||
|
if( computerCraft_getVersion != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return (String) computerCraft_getVersion.invoke( null );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nonnull
|
@Nonnull
|
||||||
private static IComputerCraftAPI getInstance()
|
public static String getAPIVersion()
|
||||||
{
|
{
|
||||||
if( instance != null )
|
return "${version}";
|
||||||
{
|
|
||||||
return instance;
|
|
||||||
}
|
|
||||||
|
|
||||||
try
|
|
||||||
{
|
|
||||||
return instance = (IComputerCraftAPI) Class.forName( "dan200.computercraft.ComputerCraftAPIImpl" )
|
|
||||||
.getField( "INSTANCE" )
|
|
||||||
.get( null );
|
|
||||||
}
|
|
||||||
catch( ReflectiveOperationException e )
|
|
||||||
{
|
|
||||||
throw new IllegalStateException( "Cannot find ComputerCraft API", e );
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -80,26 +76,39 @@ public final class ComputerCraftAPI
|
|||||||
* @param parentSubPath The folder path within the save directory where the new directory should be created. eg: "computercraft/disk"
|
* @param parentSubPath The folder path within the save directory where the new directory should be created. eg: "computercraft/disk"
|
||||||
* @return The numerical value of the name of the new folder, or -1 if the folder could not be created for some reason.
|
* @return The numerical value of the name of the new folder, or -1 if the folder could not be created for some reason.
|
||||||
*
|
*
|
||||||
* eg: if createUniqueNumberedSaveDir( world, "computer/disk" ) was called returns 42, then "computer/disk/42" is now available for writing.
|
* eg: if createUniqueNumberedSaveDir( world, "computer/disk" ) was called returns 42, then "computer/disk/42" is now
|
||||||
|
* available for writing.
|
||||||
* @see #createSaveDirMount(World, String, long)
|
* @see #createSaveDirMount(World, String, long)
|
||||||
*/
|
*/
|
||||||
public static int createUniqueNumberedSaveDir( @Nonnull World world, @Nonnull String parentSubPath )
|
public static int createUniqueNumberedSaveDir( @Nonnull World world, @Nonnull String parentSubPath )
|
||||||
{
|
{
|
||||||
return getInstance().createUniqueNumberedSaveDir( world, parentSubPath );
|
findCC();
|
||||||
|
if( computerCraft_createUniqueNumberedSaveDir != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return (Integer) computerCraft_createUniqueNumberedSaveDir.invoke( null, world, parentSubPath );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a file system mount that maps to a subfolder of the save directory for a given world, and returns it.
|
* Creates a file system mount that maps to a subfolder of the save directory for a given world, and returns it.
|
||||||
*
|
*
|
||||||
* Use in conjunction with IComputerAccess.mount() or IComputerAccess.mountWritable() to mount a folder from the users save directory onto a computers
|
* Use in conjunction with IComputerAccess.mount() or IComputerAccess.mountWritable() to mount a folder from the
|
||||||
* file system.
|
* users save directory onto a computers file system.
|
||||||
*
|
*
|
||||||
* @param world The world for which the save dir can be found. This should be the server side world object.
|
* @param world The world for which the save dir can be found. This should be the server side world object.
|
||||||
* @param subPath The folder path within the save directory that the mount should map to. eg: "computer/disk/42". Use createUniqueNumberedSaveDir()
|
* @param subPath The folder path within the save directory that the mount should map to. eg: "computer/disk/42".
|
||||||
* to create a new numbered folder to use.
|
* Use createUniqueNumberedSaveDir() to create a new numbered folder to use.
|
||||||
* @param capacity The amount of data that can be stored in the directory before it fills up, in bytes.
|
* @param capacity The amount of data that can be stored in the directory before it fills up, in bytes.
|
||||||
* @return The mount, or null if it could be created for some reason. Use IComputerAccess.mount() or IComputerAccess.mountWritable() to mount this on a
|
* @return The mount, or null if it could be created for some reason. Use IComputerAccess.mount() or IComputerAccess.mountWritable()
|
||||||
* Computers' file system.
|
* to mount this on a Computers' file system.
|
||||||
* @see #createUniqueNumberedSaveDir(World, String)
|
* @see #createUniqueNumberedSaveDir(World, String)
|
||||||
* @see IComputerAccess#mount(String, IMount)
|
* @see IComputerAccess#mount(String, IMount)
|
||||||
* @see IComputerAccess#mountWritable(String, IWritableMount)
|
* @see IComputerAccess#mountWritable(String, IWritableMount)
|
||||||
@@ -109,31 +118,55 @@ public final class ComputerCraftAPI
|
|||||||
@Nullable
|
@Nullable
|
||||||
public static IWritableMount createSaveDirMount( @Nonnull World world, @Nonnull String subPath, long capacity )
|
public static IWritableMount createSaveDirMount( @Nonnull World world, @Nonnull String subPath, long capacity )
|
||||||
{
|
{
|
||||||
return getInstance().createSaveDirMount( world, subPath, capacity );
|
findCC();
|
||||||
|
if( computerCraft_createSaveDirMount != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return (IWritableMount) computerCraft_createSaveDirMount.invoke( null, world, subPath, capacity );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a file system mount to a resource folder, and returns it.
|
* Creates a file system mount to a resource folder, and returns it.
|
||||||
*
|
*
|
||||||
* Use in conjunction with {@link IComputerAccess#mount} or {@link IComputerAccess#mountWritable} to mount a resource folder onto a computer's file
|
* Use in conjunction with IComputerAccess.mount() or IComputerAccess.mountWritable() to mount a resource folder
|
||||||
* system.
|
* onto a computer's file system.
|
||||||
*
|
*
|
||||||
* The files in this mount will be a combination of files in all mod jar, and data packs that contain
|
* The files in this mount will be a combination of files in the specified mod jar, and resource packs that contain
|
||||||
* resources with the same domain and path. For instance, ComputerCraft's resources are stored in
|
* resources with the same domain and path.
|
||||||
* "/data/computercraft/lua/rom". We construct a mount for that with
|
|
||||||
* {@code createResourceMount("computercraft", "lua/rom")}.
|
|
||||||
*
|
*
|
||||||
* @param domain The domain under which to look for resources. eg: "mymod".
|
* @param modClass A class in whose jar to look first for the resources to mount. Using your main mod class is recommended. eg: MyMod.class
|
||||||
* @param subPath The subPath under which to look for resources. eg: "lua/myfiles".
|
* @param domain The domain under which to look for resources. eg: "mymod".
|
||||||
* @return The mount, or {@code null} if it could be created for some reason.
|
* @param subPath The domain under which to look for resources. eg: "mymod/lua/myfiles".
|
||||||
|
* @return The mount, or {@code null} if it could be created for some reason. Use IComputerAccess.mount() or
|
||||||
|
* IComputerAccess.mountWritable() to mount this on a Computers' file system.
|
||||||
* @see IComputerAccess#mount(String, IMount)
|
* @see IComputerAccess#mount(String, IMount)
|
||||||
* @see IComputerAccess#mountWritable(String, IWritableMount)
|
* @see IComputerAccess#mountWritable(String, IWritableMount)
|
||||||
* @see IMount
|
* @see IMount
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
public static IMount createResourceMount( @Nonnull String domain, @Nonnull String subPath )
|
public static IMount createResourceMount( @Nonnull Class<?> modClass, @Nonnull String domain, @Nonnull String subPath )
|
||||||
{
|
{
|
||||||
return getInstance().createResourceMount( domain, subPath );
|
findCC();
|
||||||
|
if( computerCraft_createResourceMount != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return (IMount) computerCraft_createResourceMount.invoke( null, modClass, domain, subPath );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -145,30 +178,45 @@ public final class ComputerCraftAPI
|
|||||||
*/
|
*/
|
||||||
public static void registerPeripheralProvider( @Nonnull IPeripheralProvider provider )
|
public static void registerPeripheralProvider( @Nonnull IPeripheralProvider provider )
|
||||||
{
|
{
|
||||||
getInstance().registerPeripheralProvider( provider );
|
findCC();
|
||||||
|
if( computerCraft_registerPeripheralProvider != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
computerCraft_registerPeripheralProvider.invoke( null, provider );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers a method source for generic peripherals.
|
* Registers a new turtle turtle for use in ComputerCraft. After calling this,
|
||||||
*
|
* users should be able to craft Turtles with your new turtle. It is recommended to call
|
||||||
* @param source The method source to register.
|
* this during the load() method of your mod.
|
||||||
* @see GenericSource
|
|
||||||
*/
|
|
||||||
public static void registerGenericSource( @Nonnull GenericSource source )
|
|
||||||
{
|
|
||||||
getInstance().registerGenericSource( source );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Registers a new turtle turtle for use in ComputerCraft. After calling this, users should be able to craft Turtles with your new turtle. It is
|
|
||||||
* recommended to call this during the load() method of your mod.
|
|
||||||
*
|
*
|
||||||
* @param upgrade The turtle upgrade to register.
|
* @param upgrade The turtle upgrade to register.
|
||||||
* @see ITurtleUpgrade
|
* @see ITurtleUpgrade
|
||||||
*/
|
*/
|
||||||
public static void registerTurtleUpgrade( @Nonnull ITurtleUpgrade upgrade )
|
public static void registerTurtleUpgrade( @Nonnull ITurtleUpgrade upgrade )
|
||||||
{
|
{
|
||||||
getInstance().registerTurtleUpgrade( upgrade );
|
if( upgrade != null )
|
||||||
|
{
|
||||||
|
findCC();
|
||||||
|
if( computerCraft_registerTurtleUpgrade != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
computerCraft_registerTurtleUpgrade.invoke( null, upgrade );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -179,7 +227,18 @@ public final class ComputerCraftAPI
|
|||||||
*/
|
*/
|
||||||
public static void registerBundledRedstoneProvider( @Nonnull IBundledRedstoneProvider provider )
|
public static void registerBundledRedstoneProvider( @Nonnull IBundledRedstoneProvider provider )
|
||||||
{
|
{
|
||||||
getInstance().registerBundledRedstoneProvider( provider );
|
findCC();
|
||||||
|
if( computerCraft_registerBundledRedstoneProvider != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
computerCraft_registerBundledRedstoneProvider.invoke( null, provider );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -188,13 +247,25 @@ public final class ComputerCraftAPI
|
|||||||
* @param world The world this block is in.
|
* @param world The world this block is in.
|
||||||
* @param pos The position this block is at.
|
* @param pos The position this block is at.
|
||||||
* @param side The side to extract the bundled redstone output from.
|
* @param side The side to extract the bundled redstone output from.
|
||||||
* @return If there is a block capable of emitting bundled redstone at the location, it's signal (0-65535) will be returned. If there is no block
|
* @return If there is a block capable of emitting bundled redstone at the location, it's signal (0-65535) will be returned.
|
||||||
* capable of emitting bundled redstone at the location, -1 will be returned.
|
* If there is no block capable of emitting bundled redstone at the location, -1 will be returned.
|
||||||
* @see IBundledRedstoneProvider
|
* @see IBundledRedstoneProvider
|
||||||
*/
|
*/
|
||||||
public static int getBundledRedstoneOutput( @Nonnull World world, @Nonnull BlockPos pos, @Nonnull Direction side )
|
public static int getBundledRedstoneOutput( @Nonnull World world, @Nonnull BlockPos pos, @Nonnull EnumFacing side )
|
||||||
{
|
{
|
||||||
return getInstance().getBundledRedstoneOutput( world, pos, side );
|
findCC();
|
||||||
|
if( computerCraft_getDefaultBundledRedstoneOutput != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return (Integer) computerCraft_getDefaultBundledRedstoneOutput.invoke( null, world, pos, side );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -205,12 +276,58 @@ public final class ComputerCraftAPI
|
|||||||
*/
|
*/
|
||||||
public static void registerMediaProvider( @Nonnull IMediaProvider provider )
|
public static void registerMediaProvider( @Nonnull IMediaProvider provider )
|
||||||
{
|
{
|
||||||
getInstance().registerMediaProvider( provider );
|
findCC();
|
||||||
|
if( computerCraft_registerMediaProvider != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
computerCraft_registerMediaProvider.invoke( null, provider );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Registers a permission provider to restrict where turtles can move or build.
|
||||||
|
*
|
||||||
|
* @param provider The turtle permission provider to register.
|
||||||
|
* @see ITurtlePermissionProvider
|
||||||
|
* @deprecated Prefer using {@link dan200.computercraft.api.turtle.event.TurtleBlockEvent} or the standard Forge events.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public static void registerPermissionProvider( @Nonnull ITurtlePermissionProvider provider )
|
||||||
|
{
|
||||||
|
findCC();
|
||||||
|
if( computerCraft_registerPermissionProvider != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
computerCraft_registerPermissionProvider.invoke( null, provider );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void registerPocketUpgrade( @Nonnull IPocketUpgrade upgrade )
|
public static void registerPocketUpgrade( @Nonnull IPocketUpgrade upgrade )
|
||||||
{
|
{
|
||||||
getInstance().registerPocketUpgrade( upgrade );
|
findCC();
|
||||||
|
if( computerCraft_registerPocketUpgrade != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
computerCraft_registerPocketUpgrade.invoke( null, upgrade );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -220,12 +337,36 @@ public final class ComputerCraftAPI
|
|||||||
*/
|
*/
|
||||||
public static IPacketNetwork getWirelessNetwork()
|
public static IPacketNetwork getWirelessNetwork()
|
||||||
{
|
{
|
||||||
return getInstance().getWirelessNetwork();
|
findCC();
|
||||||
|
if( computerCraft_getWirelessNetwork != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return (IPacketNetwork) computerCraft_getWirelessNetwork.invoke( null );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void registerAPIFactory( @Nonnull ILuaAPIFactory factory )
|
public static void registerAPIFactory( @Nonnull ILuaAPIFactory upgrade )
|
||||||
{
|
{
|
||||||
getInstance().registerAPIFactory( factory );
|
findCC();
|
||||||
|
if( computerCraft_registerAPIFactory != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
computerCraft_registerAPIFactory.invoke( null, upgrade );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
// It failed
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -238,7 +379,22 @@ public final class ComputerCraftAPI
|
|||||||
@Nonnull
|
@Nonnull
|
||||||
public static IWiredNode createWiredNodeForElement( @Nonnull IWiredElement element )
|
public static IWiredNode createWiredNodeForElement( @Nonnull IWiredElement element )
|
||||||
{
|
{
|
||||||
return getInstance().createWiredNodeForElement( element );
|
findCC();
|
||||||
|
if( computerCraft_createWiredNodeForElement != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return (IWiredNode) computerCraft_createWiredNodeForElement.invoke( null, element );
|
||||||
|
}
|
||||||
|
catch( ReflectiveOperationException e )
|
||||||
|
{
|
||||||
|
throw new IllegalStateException( "Error creating wired node", e );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
throw new IllegalStateException( "ComputerCraft cannot be found" );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -251,47 +407,117 @@ public final class ComputerCraftAPI
|
|||||||
* @see IWiredElement#getNode()
|
* @see IWiredElement#getNode()
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
public static IWiredElement getWiredElementAt( @Nonnull BlockView world, @Nonnull BlockPos pos, @Nonnull Direction side )
|
public static IWiredElement getWiredElementAt( @Nonnull IBlockAccess world, @Nonnull BlockPos pos, @Nonnull EnumFacing side )
|
||||||
{
|
{
|
||||||
return getInstance().getWiredElementAt( world, pos, side );
|
findCC();
|
||||||
|
if( computerCraft_getWiredElementAt != null )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return (IWiredElement) computerCraft_getWiredElementAt.invoke( null, world, pos, side );
|
||||||
|
}
|
||||||
|
catch( ReflectiveOperationException ignored )
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface IComputerCraftAPI
|
// The functions below here are private, and are used to interface with the non-API ComputerCraft classes.
|
||||||
|
// Reflection is used here so you can develop your mod without decompiling ComputerCraft and including
|
||||||
|
// it in your solution, and so your mod won't crash if ComputerCraft is installed.
|
||||||
|
|
||||||
|
private static void findCC()
|
||||||
{
|
{
|
||||||
@Nonnull
|
if( !ccSearched )
|
||||||
String getInstalledVersion();
|
{
|
||||||
|
try
|
||||||
int createUniqueNumberedSaveDir( @Nonnull World world, @Nonnull String parentSubPath );
|
{
|
||||||
|
computerCraft = Class.forName( "dan200.computercraft.ComputerCraft" );
|
||||||
@Nullable
|
computerCraft_getVersion = findCCMethod( "getVersion", new Class<?>[] {
|
||||||
IWritableMount createSaveDirMount( @Nonnull World world, @Nonnull String subPath, long capacity );
|
} );
|
||||||
|
computerCraft_createUniqueNumberedSaveDir = findCCMethod( "createUniqueNumberedSaveDir", new Class<?>[] {
|
||||||
@Nullable
|
World.class, String.class,
|
||||||
IMount createResourceMount( @Nonnull String domain, @Nonnull String subPath );
|
} );
|
||||||
|
computerCraft_createSaveDirMount = findCCMethod( "createSaveDirMount", new Class<?>[] {
|
||||||
void registerPeripheralProvider( @Nonnull IPeripheralProvider provider );
|
World.class, String.class, Long.TYPE,
|
||||||
|
} );
|
||||||
void registerGenericSource( @Nonnull GenericSource source );
|
computerCraft_createResourceMount = findCCMethod( "createResourceMount", new Class<?>[] {
|
||||||
|
Class.class, String.class, String.class,
|
||||||
void registerTurtleUpgrade( @Nonnull ITurtleUpgrade upgrade );
|
} );
|
||||||
|
computerCraft_registerPeripheralProvider = findCCMethod( "registerPeripheralProvider", new Class<?>[] {
|
||||||
void registerBundledRedstoneProvider( @Nonnull IBundledRedstoneProvider provider );
|
IPeripheralProvider.class,
|
||||||
|
} );
|
||||||
int getBundledRedstoneOutput( @Nonnull World world, @Nonnull BlockPos pos, @Nonnull Direction side );
|
computerCraft_registerTurtleUpgrade = findCCMethod( "registerTurtleUpgrade", new Class<?>[] {
|
||||||
|
ITurtleUpgrade.class,
|
||||||
void registerMediaProvider( @Nonnull IMediaProvider provider );
|
} );
|
||||||
|
computerCraft_registerBundledRedstoneProvider = findCCMethod( "registerBundledRedstoneProvider", new Class<?>[] {
|
||||||
void registerPocketUpgrade( @Nonnull IPocketUpgrade upgrade );
|
IBundledRedstoneProvider.class,
|
||||||
|
} );
|
||||||
@Nonnull
|
computerCraft_getDefaultBundledRedstoneOutput = findCCMethod( "getDefaultBundledRedstoneOutput", new Class<?>[] {
|
||||||
IPacketNetwork getWirelessNetwork();
|
World.class, BlockPos.class, EnumFacing.class,
|
||||||
|
} );
|
||||||
void registerAPIFactory( @Nonnull ILuaAPIFactory factory );
|
computerCraft_registerMediaProvider = findCCMethod( "registerMediaProvider", new Class<?>[] {
|
||||||
|
IMediaProvider.class,
|
||||||
@Nonnull
|
} );
|
||||||
IWiredNode createWiredNodeForElement( @Nonnull IWiredElement element );
|
computerCraft_registerPermissionProvider = findCCMethod( "registerPermissionProvider", new Class<?>[] {
|
||||||
|
ITurtlePermissionProvider.class,
|
||||||
@Nullable
|
} );
|
||||||
IWiredElement getWiredElementAt( @Nonnull BlockView world, @Nonnull BlockPos pos, @Nonnull Direction side );
|
computerCraft_registerPocketUpgrade = findCCMethod( "registerPocketUpgrade", new Class<?>[] {
|
||||||
|
IPocketUpgrade.class,
|
||||||
|
} );
|
||||||
|
computerCraft_getWirelessNetwork = findCCMethod( "getWirelessNetwork", new Class<?>[] {
|
||||||
|
} );
|
||||||
|
computerCraft_registerAPIFactory = findCCMethod( "registerAPIFactory", new Class<?>[] {
|
||||||
|
ILuaAPIFactory.class,
|
||||||
|
} );
|
||||||
|
computerCraft_createWiredNodeForElement = findCCMethod( "createWiredNodeForElement", new Class<?>[] {
|
||||||
|
IWiredElement.class,
|
||||||
|
} );
|
||||||
|
computerCraft_getWiredElementAt = findCCMethod( "getWiredElementAt", new Class<?>[] {
|
||||||
|
IBlockAccess.class, BlockPos.class, EnumFacing.class,
|
||||||
|
} );
|
||||||
|
}
|
||||||
|
catch( Exception e )
|
||||||
|
{
|
||||||
|
System.err.println( "ComputerCraftAPI: ComputerCraft not found." );
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
ccSearched = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static Method findCCMethod( String name, Class<?>[] args )
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
return computerCraft != null ? computerCraft.getMethod( name, args ) : null;
|
||||||
|
}
|
||||||
|
catch( NoSuchMethodException e )
|
||||||
|
{
|
||||||
|
System.err.println( "ComputerCraftAPI: ComputerCraft method " + name + " not found." );
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static boolean ccSearched = false;
|
||||||
|
private static Class<?> computerCraft = null;
|
||||||
|
private static Method computerCraft_getVersion = null;
|
||||||
|
private static Method computerCraft_createUniqueNumberedSaveDir = null;
|
||||||
|
private static Method computerCraft_createSaveDirMount = null;
|
||||||
|
private static Method computerCraft_createResourceMount = null;
|
||||||
|
private static Method computerCraft_registerPeripheralProvider = null;
|
||||||
|
private static Method computerCraft_registerTurtleUpgrade = null;
|
||||||
|
private static Method computerCraft_registerBundledRedstoneProvider = null;
|
||||||
|
private static Method computerCraft_getDefaultBundledRedstoneOutput = null;
|
||||||
|
private static Method computerCraft_registerMediaProvider = null;
|
||||||
|
private static Method computerCraft_registerPermissionProvider = null;
|
||||||
|
private static Method computerCraft_registerPocketUpgrade = null;
|
||||||
|
private static Method computerCraft_getWirelessNetwork = null;
|
||||||
|
private static Method computerCraft_registerAPIFactory = null;
|
||||||
|
private static Method computerCraft_createWiredNodeForElement = null;
|
||||||
|
private static Method computerCraft_getWiredElementAt = null;
|
||||||
}
|
}
|
||||||
|
@@ -1,86 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
package dan200.computercraft.api;
|
|
||||||
|
|
||||||
import dan200.computercraft.api.pocket.IPocketUpgrade;
|
|
||||||
import dan200.computercraft.api.turtle.ITurtleUpgrade;
|
|
||||||
import net.minecraft.item.ItemStack;
|
|
||||||
import net.minecraft.nbt.CompoundTag;
|
|
||||||
import net.minecraft.util.Identifier;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Common functionality between {@link ITurtleUpgrade} and {@link IPocketUpgrade}.
|
|
||||||
*/
|
|
||||||
public interface IUpgradeBase
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Gets a unique identifier representing this type of turtle upgrade. eg: "computercraft:wireless_modem"
|
|
||||||
* or "my_mod:my_upgrade".
|
|
||||||
*
|
|
||||||
* You should use a unique resource domain to ensure this upgrade is uniquely identified.
|
|
||||||
* The upgrade will fail registration if an already used ID is specified.
|
|
||||||
*
|
|
||||||
* @return The unique ID for this upgrade.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
Identifier getUpgradeID();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return an unlocalised string to describe this type of computer in item names.
|
|
||||||
*
|
|
||||||
* Examples of built-in adjectives are "Wireless", "Mining" and "Crafty".
|
|
||||||
*
|
|
||||||
* @return The localisation key for this upgrade's adjective.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
String getUnlocalisedAdjective();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return an item stack representing the type of item that a computer must be crafted
|
|
||||||
* with to create a version which holds this upgrade. This item stack is also used
|
|
||||||
* to determine the upgrade given by {@code turtle.equipLeft()} or {@code pocket.equipBack()}
|
|
||||||
*
|
|
||||||
* This should be constant over a session (or at least a datapack reload). It is recommended
|
|
||||||
* that you cache the stack too, in order to prevent constructing it every time the method
|
|
||||||
* is called.
|
|
||||||
*
|
|
||||||
* @return The item stack to craft with, or {@link ItemStack#EMPTY} if it cannot be crafted.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
ItemStack getCraftingItem();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Determine if an item is suitable for being used for this upgrade.
|
|
||||||
*
|
|
||||||
* When un-equipping an upgrade, we return {@link #getCraftingItem()} rather than
|
|
||||||
* the original stack. In order to prevent people losing items with enchantments (or
|
|
||||||
* repairing items with non-0 damage), we impose additional checks on the item.
|
|
||||||
*
|
|
||||||
* The default check requires that any non-capability NBT is exactly the same as the
|
|
||||||
* crafting item, but this may be relaxed for your upgrade.
|
|
||||||
*
|
|
||||||
* @param stack The stack to check. This is guaranteed to be non-empty and have the same item as
|
|
||||||
* {@link #getCraftingItem()}.
|
|
||||||
* @return If this stack may be used to equip this upgrade.
|
|
||||||
* @see net.minecraftforge.common.crafting.NBTIngredient#test(ItemStack) For the implementation of the default
|
|
||||||
* check.
|
|
||||||
*/
|
|
||||||
default boolean isItemSuitable( @Nonnull ItemStack stack )
|
|
||||||
{
|
|
||||||
ItemStack crafting = getCraftingItem();
|
|
||||||
|
|
||||||
// A more expanded form of ItemStack.areShareTagsEqual, but allowing an empty tag to be equal to a
|
|
||||||
// null one.
|
|
||||||
CompoundTag shareTag = stack.getTag();
|
|
||||||
CompoundTag craftingShareTag = crafting.getTag();
|
|
||||||
if( shareTag == craftingShareTag ) return true;
|
|
||||||
if( shareTag == null ) return craftingShareTag.isEmpty();
|
|
||||||
if( craftingShareTag == null ) return shareTag.isEmpty();
|
|
||||||
return shareTag.equals( craftingShareTag );
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,94 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.client;
|
|
||||||
|
|
||||||
import dan200.computercraft.fabric.mixin.AffineTransformationAccess;
|
|
||||||
import net.fabricmc.api.EnvType;
|
|
||||||
import net.fabricmc.api.Environment;
|
|
||||||
import net.minecraft.client.MinecraftClient;
|
|
||||||
import net.minecraft.client.render.model.BakedModel;
|
|
||||||
import net.minecraft.client.render.model.BakedModelManager;
|
|
||||||
import net.minecraft.client.util.ModelIdentifier;
|
|
||||||
import net.minecraft.client.util.math.AffineTransformation;
|
|
||||||
import net.minecraft.client.util.math.MatrixStack;
|
|
||||||
import net.minecraft.item.ItemStack;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
import java.util.Objects;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A model to render, combined with a transformation matrix to apply.
|
|
||||||
*/
|
|
||||||
@Environment( EnvType.CLIENT )
|
|
||||||
public final class TransformedModel
|
|
||||||
{
|
|
||||||
private final BakedModel model;
|
|
||||||
private final AffineTransformation matrix;
|
|
||||||
|
|
||||||
public TransformedModel( @Nonnull BakedModel model, @Nonnull AffineTransformation matrix )
|
|
||||||
{
|
|
||||||
this.model = Objects.requireNonNull( model );
|
|
||||||
this.matrix = Objects.requireNonNull( matrix );
|
|
||||||
}
|
|
||||||
|
|
||||||
public TransformedModel( @Nonnull BakedModel model )
|
|
||||||
{
|
|
||||||
this.model = Objects.requireNonNull( model );
|
|
||||||
matrix = AffineTransformation.identity();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static TransformedModel of( @Nonnull ModelIdentifier location )
|
|
||||||
{
|
|
||||||
BakedModelManager modelManager = MinecraftClient.getInstance()
|
|
||||||
.getBakedModelManager();
|
|
||||||
return new TransformedModel( modelManager.getModel( location ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
public static TransformedModel of( @Nonnull ItemStack item, @Nonnull AffineTransformation transform )
|
|
||||||
{
|
|
||||||
BakedModel model = MinecraftClient.getInstance()
|
|
||||||
.getItemRenderer()
|
|
||||||
.getModels()
|
|
||||||
.getModel( item );
|
|
||||||
return new TransformedModel( model, transform );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nonnull
|
|
||||||
public BakedModel getModel()
|
|
||||||
{
|
|
||||||
return model;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nonnull
|
|
||||||
public AffineTransformation getMatrix()
|
|
||||||
{
|
|
||||||
return matrix;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void push( MatrixStack matrixStack )
|
|
||||||
{
|
|
||||||
matrixStack.push();
|
|
||||||
|
|
||||||
AffineTransformationAccess access = (AffineTransformationAccess) (Object) matrix;
|
|
||||||
if( access.getTranslation() != null )
|
|
||||||
{
|
|
||||||
matrixStack.translate( access.getTranslation().getX(), access.getTranslation().getY(), access.getTranslation().getZ() );
|
|
||||||
}
|
|
||||||
|
|
||||||
matrixStack.multiply( matrix.getRotation2() );
|
|
||||||
|
|
||||||
if( access.getScale() != null )
|
|
||||||
{
|
|
||||||
matrixStack.scale( access.getScale().getX(), access.getScale().getY(), access.getScale().getZ() );
|
|
||||||
}
|
|
||||||
|
|
||||||
if( access.getRotation1() != null )
|
|
||||||
{
|
|
||||||
matrixStack.multiply( access.getRotation1() );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,82 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.filesystem;
|
|
||||||
|
|
||||||
import java.nio.file.attribute.BasicFileAttributes;
|
|
||||||
import java.nio.file.attribute.FileTime;
|
|
||||||
import java.time.Instant;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A simple version of {@link BasicFileAttributes}, which provides what information a {@link IMount} already exposes.
|
|
||||||
*/
|
|
||||||
final class FileAttributes implements BasicFileAttributes
|
|
||||||
{
|
|
||||||
private static final FileTime EPOCH = FileTime.from( Instant.EPOCH );
|
|
||||||
|
|
||||||
private final boolean isDirectory;
|
|
||||||
private final long size;
|
|
||||||
|
|
||||||
FileAttributes( boolean isDirectory, long size )
|
|
||||||
{
|
|
||||||
this.isDirectory = isDirectory;
|
|
||||||
this.size = size;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public FileTime lastModifiedTime()
|
|
||||||
{
|
|
||||||
return EPOCH;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public FileTime lastAccessTime()
|
|
||||||
{
|
|
||||||
return EPOCH;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public FileTime creationTime()
|
|
||||||
{
|
|
||||||
return EPOCH;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isRegularFile()
|
|
||||||
{
|
|
||||||
return !isDirectory;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isDirectory()
|
|
||||||
{
|
|
||||||
return isDirectory;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isSymbolicLink()
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isOther()
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public long size()
|
|
||||||
{
|
|
||||||
return size;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Object fileKey()
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.filesystem;
|
package dan200.computercraft.api.filesystem;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
@@ -28,10 +27,10 @@ public class FileOperationException extends IOException
|
|||||||
this.filename = filename;
|
this.filename = filename;
|
||||||
}
|
}
|
||||||
|
|
||||||
public FileOperationException( @Nonnull String message )
|
public FileOperationException( String message )
|
||||||
{
|
{
|
||||||
super( Objects.requireNonNull( message, "message cannot be null" ) );
|
super( Objects.requireNonNull( message, "message cannot be null" ) );
|
||||||
filename = null;
|
this.filename = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.filesystem;
|
package dan200.computercraft.api.filesystem;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.filesystem;
|
package dan200.computercraft.api.filesystem;
|
||||||
|
|
||||||
import dan200.computercraft.api.ComputerCraftAPI;
|
import dan200.computercraft.api.ComputerCraftAPI;
|
||||||
@@ -12,60 +11,26 @@ import net.minecraft.world.World;
|
|||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
import java.io.InputStream;
|
||||||
|
import java.nio.channels.Channels;
|
||||||
import java.nio.channels.ReadableByteChannel;
|
import java.nio.channels.ReadableByteChannel;
|
||||||
import java.nio.file.attribute.BasicFileAttributes;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a read only part of a virtual filesystem that can be mounted onto a computer using {@link IComputerAccess#mount(String, IMount)}.
|
* Represents a read only part of a virtual filesystem that can be mounted onto a computer using
|
||||||
|
* {@link IComputerAccess#mount(String, IMount)}.
|
||||||
*
|
*
|
||||||
* Ready made implementations of this interface can be created using {@link ComputerCraftAPI#createSaveDirMount(World, String, long)} or {@link
|
* Ready made implementations of this interface can be created using
|
||||||
* ComputerCraftAPI#createResourceMount(String, String)}, or you're free to implement it yourselves!
|
* {@link ComputerCraftAPI#createSaveDirMount(World, String, long)} or
|
||||||
|
* {@link ComputerCraftAPI#createResourceMount(Class, String, String)}, or you're free to implement it yourselves!
|
||||||
*
|
*
|
||||||
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
||||||
* @see ComputerCraftAPI#createResourceMount(String, String)
|
* @see ComputerCraftAPI#createResourceMount(Class, String, String)
|
||||||
* @see IComputerAccess#mount(String, IMount)
|
* @see IComputerAccess#mount(String, IMount)
|
||||||
* @see IWritableMount
|
* @see IWritableMount
|
||||||
*/
|
*/
|
||||||
public interface IMount
|
public interface IMount
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* Returns the file names of all the files in a directory.
|
|
||||||
*
|
|
||||||
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprograms".
|
|
||||||
* @param contents A list of strings. Add all the file names to this list.
|
|
||||||
* @throws IOException If the file was not a directory, or could not be listed.
|
|
||||||
*/
|
|
||||||
void list( @Nonnull String path, @Nonnull List<String> contents ) throws IOException;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Opens a file with a given path, and returns an {@link ReadableByteChannel} representing its contents.
|
|
||||||
*
|
|
||||||
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprogram".
|
|
||||||
* @return A channel representing the contents of the file. If the channel implements {@link java.nio.channels.SeekableByteChannel}, one will be able to
|
|
||||||
* seek to arbitrary positions when using binary mode.
|
|
||||||
* @throws IOException If the file does not exist, or could not be opened.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
ReadableByteChannel openForRead( @Nonnull String path ) throws IOException;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get attributes about the given file.
|
|
||||||
*
|
|
||||||
* @param path The path to query.
|
|
||||||
* @return File attributes for the given file.
|
|
||||||
* @throws IOException If the file does not exist, or attributes could not be fetched.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
default BasicFileAttributes getAttributes( @Nonnull String path ) throws IOException
|
|
||||||
{
|
|
||||||
if( !exists( path ) )
|
|
||||||
{
|
|
||||||
throw new FileOperationException( path, "No such file" );
|
|
||||||
}
|
|
||||||
return new FileAttributes( isDirectory( path ), getSize( path ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether a file with a given path exists or not.
|
* Returns whether a file with a given path exists or not.
|
||||||
*
|
*
|
||||||
@@ -84,6 +49,15 @@ public interface IMount
|
|||||||
*/
|
*/
|
||||||
boolean isDirectory( @Nonnull String path ) throws IOException;
|
boolean isDirectory( @Nonnull String path ) throws IOException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the file names of all the files in a directory.
|
||||||
|
*
|
||||||
|
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprograms".
|
||||||
|
* @param contents A list of strings. Add all the file names to this list.
|
||||||
|
* @throws IOException If the file was not a directory, or could not be listed.
|
||||||
|
*/
|
||||||
|
void list( @Nonnull String path, @Nonnull List<String> contents ) throws IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the size of a file with a given path, in bytes.
|
* Returns the size of a file with a given path, in bytes.
|
||||||
*
|
*
|
||||||
@@ -92,4 +66,31 @@ public interface IMount
|
|||||||
* @throws IOException If the file does not exist, or its size could not be determined.
|
* @throws IOException If the file does not exist, or its size could not be determined.
|
||||||
*/
|
*/
|
||||||
long getSize( @Nonnull String path ) throws IOException;
|
long getSize( @Nonnull String path ) throws IOException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Opens a file with a given path, and returns an {@link InputStream} representing its contents.
|
||||||
|
*
|
||||||
|
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprogram".
|
||||||
|
* @return A stream representing the contents of the file.
|
||||||
|
* @throws IOException If the file does not exist, or could not be opened.
|
||||||
|
* @deprecated Use {@link #openChannelForRead(String)} instead
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
@Deprecated
|
||||||
|
InputStream openForRead( @Nonnull String path ) throws IOException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Opens a file with a given path, and returns an {@link ReadableByteChannel} representing its contents.
|
||||||
|
*
|
||||||
|
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprogram".
|
||||||
|
* @return A channel representing the contents of the file. If the channel implements
|
||||||
|
* {@link java.nio.channels.SeekableByteChannel}, one will be able to seek to arbitrary positions when using binary
|
||||||
|
* mode.
|
||||||
|
* @throws IOException If the file does not exist, or could not be opened.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
default ReadableByteChannel openChannelForRead( @Nonnull String path ) throws IOException
|
||||||
|
{
|
||||||
|
return Channels.newChannel( openForRead( path ) );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.filesystem;
|
package dan200.computercraft.api.filesystem;
|
||||||
|
|
||||||
import dan200.computercraft.api.ComputerCraftAPI;
|
import dan200.computercraft.api.ComputerCraftAPI;
|
||||||
@@ -13,15 +12,15 @@ import net.minecraft.world.World;
|
|||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.OutputStream;
|
import java.io.OutputStream;
|
||||||
|
import java.nio.channels.Channels;
|
||||||
import java.nio.channels.WritableByteChannel;
|
import java.nio.channels.WritableByteChannel;
|
||||||
import java.util.OptionalLong;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a part of a virtual filesystem that can be mounted onto a computer using {@link IComputerAccess#mount(String, IMount)} or {@link
|
* Represents a part of a virtual filesystem that can be mounted onto a computer using {@link IComputerAccess#mount(String, IMount)}
|
||||||
* IComputerAccess#mountWritable(String, IWritableMount)}, that can also be written to.
|
* or {@link IComputerAccess#mountWritable(String, IWritableMount)}, that can also be written to.
|
||||||
*
|
*
|
||||||
* Ready made implementations of this interface can be created using {@link ComputerCraftAPI#createSaveDirMount(World, String, long)}, or you're free to
|
* Ready made implementations of this interface can be created using
|
||||||
* implement it yourselves!
|
* {@link ComputerCraftAPI#createSaveDirMount(World, String, long)}, or you're free to implement it yourselves!
|
||||||
*
|
*
|
||||||
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
||||||
* @see IComputerAccess#mount(String, IMount)
|
* @see IComputerAccess#mount(String, IMount)
|
||||||
@@ -50,41 +49,60 @@ public interface IWritableMount extends IMount
|
|||||||
* Opens a file with a given path, and returns an {@link OutputStream} for writing to it.
|
* Opens a file with a given path, and returns an {@link OutputStream} for writing to it.
|
||||||
*
|
*
|
||||||
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprogram".
|
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprogram".
|
||||||
* @return A stream for writing to. If the channel implements {@link java.nio.channels.SeekableByteChannel}, one will be able to seek to arbitrary
|
* @return A stream for writing to
|
||||||
* positions when using binary mode.
|
* @throws IOException If the file could not be opened for writing.
|
||||||
|
* @deprecated Use {@link #openChannelForWrite(String)} instead.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
@Deprecated
|
||||||
|
OutputStream openForWrite( @Nonnull String path ) throws IOException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Opens a file with a given path, and returns an {@link OutputStream} for writing to it.
|
||||||
|
*
|
||||||
|
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprogram".
|
||||||
|
* @return A stream for writing to. If the channel implements {@link java.nio.channels.SeekableByteChannel}, one
|
||||||
|
* will be able to seek to arbitrary positions when using binary mode.
|
||||||
* @throws IOException If the file could not be opened for writing.
|
* @throws IOException If the file could not be opened for writing.
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
WritableByteChannel openForWrite( @Nonnull String path ) throws IOException;
|
default WritableByteChannel openChannelForWrite( @Nonnull String path ) throws IOException
|
||||||
|
{
|
||||||
|
return Channels.newChannel( openForWrite( path ) );
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Opens a file with a given path, and returns an {@link OutputStream} for appending to it.
|
* Opens a file with a given path, and returns an {@link OutputStream} for appending to it.
|
||||||
*
|
*
|
||||||
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprogram".
|
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprogram".
|
||||||
* @return A stream for writing to. If the channel implements {@link java.nio.channels.SeekableByteChannel}, one will be able to seek to arbitrary
|
* @return A stream for writing to.
|
||||||
* positions when using binary mode.
|
* @throws IOException If the file could not be opened for writing.
|
||||||
|
* @deprecated Use {@link #openChannelForAppend(String)} instead.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
@Deprecated
|
||||||
|
OutputStream openForAppend( @Nonnull String path ) throws IOException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Opens a file with a given path, and returns an {@link OutputStream} for appending to it.
|
||||||
|
*
|
||||||
|
* @param path A file path in normalised format, relative to the mount location. ie: "programs/myprogram".
|
||||||
|
* @return A stream for writing to. If the channel implements {@link java.nio.channels.SeekableByteChannel}, one
|
||||||
|
* will be able to seek to arbitrary positions when using binary mode.
|
||||||
* @throws IOException If the file could not be opened for writing.
|
* @throws IOException If the file could not be opened for writing.
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
WritableByteChannel openForAppend( @Nonnull String path ) throws IOException;
|
default WritableByteChannel openChannelForAppend( @Nonnull String path ) throws IOException
|
||||||
|
{
|
||||||
|
return Channels.newChannel( openForAppend( path ) );
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the amount of free space on the mount, in bytes. You should decrease this value as the user writes to the mount, and write operations should fail
|
* Get the amount of free space on the mount, in bytes. You should decrease this value as the user writes to the
|
||||||
* once it reaches zero.
|
* mount, and write operations should fail once it reaches zero.
|
||||||
*
|
*
|
||||||
* @return The amount of free space, in bytes.
|
* @return The amount of free space, in bytes.
|
||||||
* @throws IOException If the remaining space could not be computed.
|
* @throws IOException If the remaining space could not be computed.
|
||||||
*/
|
*/
|
||||||
long getRemainingSpace() throws IOException;
|
long getRemainingSpace() throws IOException;
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the capacity of this mount. This should be equal to the size of all files/directories on this mount, minus the {@link #getRemainingSpace()}.
|
|
||||||
*
|
|
||||||
* @return The capacity of this mount, in bytes.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
default OptionalLong getCapacity()
|
|
||||||
{
|
|
||||||
return OptionalLong.empty();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
@API( owner = "ComputerCraft", provides = "ComputerCraft|API|FileSystem", apiVersion = "${version}" )
|
||||||
|
package dan200.computercraft.api.filesystem;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.API;
|
334
src/main/java/dan200/computercraft/api/lua/ArgumentHelper.java
Normal file
334
src/main/java/dan200/computercraft/api/lua/ArgumentHelper.java
Normal file
@@ -0,0 +1,334 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
package dan200.computercraft.api.lua;
|
||||||
|
|
||||||
|
import dan200.computercraft.api.peripheral.IComputerAccess;
|
||||||
|
import dan200.computercraft.api.peripheral.IPeripheral;
|
||||||
|
|
||||||
|
import javax.annotation.Nonnull;
|
||||||
|
import javax.annotation.Nullable;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Provides methods for extracting values and validating Lua arguments, such as those provided to
|
||||||
|
* {@link ILuaObject#callMethod(ILuaContext, int, Object[])} or
|
||||||
|
* {@link IPeripheral#callMethod(IComputerAccess, ILuaContext, int, Object[])}.
|
||||||
|
*
|
||||||
|
* This provides two sets of functions: the {@code get*} methods, which require an argument to be valid, and
|
||||||
|
* {@code opt*}, which accept a default value and return that if the argument was not present or was {@code null}.
|
||||||
|
* If the argument is of the wrong type, a suitable error message will be thrown, with a similar format to Lua's own
|
||||||
|
* error messages.
|
||||||
|
*
|
||||||
|
* <h2>Example usage:</h2>
|
||||||
|
* <pre>
|
||||||
|
* {@code
|
||||||
|
* int slot = getInt( args, 0 );
|
||||||
|
* int amount = optInt( args, 1, 64 );
|
||||||
|
* }
|
||||||
|
* </pre>
|
||||||
|
*/
|
||||||
|
public final class ArgumentHelper
|
||||||
|
{
|
||||||
|
private ArgumentHelper()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get a string representation of the given value's type.
|
||||||
|
*
|
||||||
|
* @param value The value whose type we are trying to compute.
|
||||||
|
* @return A string representation of the given value's type, in a similar format to that provided by Lua's
|
||||||
|
* {@code type} function.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
public static String getType( @Nullable Object value )
|
||||||
|
{
|
||||||
|
if( value == null ) return "nil";
|
||||||
|
if( value instanceof String ) return "string";
|
||||||
|
if( value instanceof Boolean ) return "boolean";
|
||||||
|
if( value instanceof Number ) return "number";
|
||||||
|
if( value instanceof Map ) return "table";
|
||||||
|
return "userdata";
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Construct a "bad argument" exception, from an expected type and the actual value provided.
|
||||||
|
*
|
||||||
|
* @param index The argument number, starting from 0.
|
||||||
|
* @param expected The expected type for this argument.
|
||||||
|
* @param actual The actual value provided for this argument.
|
||||||
|
* @return The constructed exception, which should be thrown immediately.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
public static LuaException badArgumentOf( int index, @Nonnull String expected, @Nullable Object actual )
|
||||||
|
{
|
||||||
|
return badArgument( index, expected, getType( actual ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Construct a "bad argument" exception, from an expected and actual type.
|
||||||
|
*
|
||||||
|
* @param index The argument number, starting from 0.
|
||||||
|
* @param expected The expected type for this argument.
|
||||||
|
* @param actual The provided type for this argument.
|
||||||
|
* @return The constructed exception, which should be thrown immediately.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
public static LuaException badArgument( int index, @Nonnull String expected, @Nonnull String actual )
|
||||||
|
{
|
||||||
|
return new LuaException( "bad argument #" + (index + 1) + " (" + expected + " expected, got " + actual + ")" );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a double.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @return The argument's value.
|
||||||
|
* @throws LuaException If the value is not a number.
|
||||||
|
* @see #getFiniteDouble(Object[], int) if you require this to be finite (i.e. not infinite or NaN).
|
||||||
|
*/
|
||||||
|
public static double getDouble( @Nonnull Object[] args, int index ) throws LuaException
|
||||||
|
{
|
||||||
|
if( index >= args.length ) throw badArgument( index, "number", "nil" );
|
||||||
|
Object value = args[index];
|
||||||
|
if( !(value instanceof Number) ) throw badArgumentOf( index, "number", value );
|
||||||
|
return ((Number) value).doubleValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as an integer.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @return The argument's value.
|
||||||
|
* @throws LuaException If the value is not an integer.
|
||||||
|
*/
|
||||||
|
public static int getInt( @Nonnull Object[] args, int index ) throws LuaException
|
||||||
|
{
|
||||||
|
return (int) getLong( args, index );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a long.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @return The argument's value.
|
||||||
|
* @throws LuaException If the value is not a long.
|
||||||
|
*/
|
||||||
|
public static long getLong( @Nonnull Object[] args, int index ) throws LuaException
|
||||||
|
{
|
||||||
|
if( index >= args.length ) throw badArgument( index, "number", "nil" );
|
||||||
|
Object value = args[index];
|
||||||
|
if( !(value instanceof Number) ) throw badArgumentOf( index, "number", value );
|
||||||
|
return checkFinite( index, (Number) value ).longValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a finite number (not infinite or NaN).
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @return The argument's value.
|
||||||
|
* @throws LuaException If the value is not finite.
|
||||||
|
*/
|
||||||
|
public static double getFiniteDouble( @Nonnull Object[] args, int index ) throws LuaException
|
||||||
|
{
|
||||||
|
return checkFinite( index, getDouble( args, index ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a boolean.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @return The argument's value.
|
||||||
|
* @throws LuaException If the value is not a boolean.
|
||||||
|
*/
|
||||||
|
public static boolean getBoolean( @Nonnull Object[] args, int index ) throws LuaException
|
||||||
|
{
|
||||||
|
if( index >= args.length ) throw badArgument( index, "boolean", "nil" );
|
||||||
|
Object value = args[index];
|
||||||
|
if( !(value instanceof Boolean) ) throw badArgumentOf( index, "boolean", value );
|
||||||
|
return (Boolean) value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a string.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @return The argument's value.
|
||||||
|
* @throws LuaException If the value is not a string.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
public static String getString( @Nonnull Object[] args, int index ) throws LuaException
|
||||||
|
{
|
||||||
|
if( index >= args.length ) throw badArgument( index, "string", "nil" );
|
||||||
|
Object value = args[index];
|
||||||
|
if( !(value instanceof String) ) throw badArgumentOf( index, "string", value );
|
||||||
|
return (String) value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a table.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @return The argument's value.
|
||||||
|
* @throws LuaException If the value is not a table.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
public static Map<?, ?> getTable( @Nonnull Object[] args, int index ) throws LuaException
|
||||||
|
{
|
||||||
|
if( index >= args.length ) throw badArgument( index, "table", "nil" );
|
||||||
|
Object value = args[index];
|
||||||
|
if( !(value instanceof Map) ) throw badArgumentOf( index, "table", value );
|
||||||
|
return (Map<?, ?>) value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a double.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @param def The default value, if this argument is not given.
|
||||||
|
* @return The argument's value, or {@code def} if none was provided.
|
||||||
|
* @throws LuaException If the value is not a number.
|
||||||
|
*/
|
||||||
|
public static double optDouble( @Nonnull Object[] args, int index, double def ) throws LuaException
|
||||||
|
{
|
||||||
|
Object value = index < args.length ? args[index] : null;
|
||||||
|
if( value == null ) return def;
|
||||||
|
if( !(value instanceof Number) ) throw badArgumentOf( index, "number", value );
|
||||||
|
return ((Number) value).doubleValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as an int.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @param def The default value, if this argument is not given.
|
||||||
|
* @return The argument's value, or {@code def} if none was provided.
|
||||||
|
* @throws LuaException If the value is not a number.
|
||||||
|
*/
|
||||||
|
public static int optInt( @Nonnull Object[] args, int index, int def ) throws LuaException
|
||||||
|
{
|
||||||
|
return (int) optLong( args, index, def );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a long.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @param def The default value, if this argument is not given.
|
||||||
|
* @return The argument's value, or {@code def} if none was provided.
|
||||||
|
* @throws LuaException If the value is not a number.
|
||||||
|
*/
|
||||||
|
public static long optLong( @Nonnull Object[] args, int index, long def ) throws LuaException
|
||||||
|
{
|
||||||
|
Object value = index < args.length ? args[index] : null;
|
||||||
|
if( value == null ) return def;
|
||||||
|
if( !(value instanceof Number) ) throw badArgumentOf( index, "number", value );
|
||||||
|
return checkFinite( index, (Number) value ).longValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a finite number (not infinite or NaN).
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @param def The default value, if this argument is not given.
|
||||||
|
* @return The argument's value, or {@code def} if none was provided.
|
||||||
|
* @throws LuaException If the value is not finite.
|
||||||
|
*/
|
||||||
|
public static double optFiniteDouble( @Nonnull Object[] args, int index, double def ) throws LuaException
|
||||||
|
{
|
||||||
|
return checkFinite( index, optDouble( args, index, def ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a boolean.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @param def The default value, if this argument is not given.
|
||||||
|
* @return The argument's value, or {@code def} if none was provided.
|
||||||
|
* @throws LuaException If the value is not a boolean.
|
||||||
|
*/
|
||||||
|
public static boolean optBoolean( @Nonnull Object[] args, int index, boolean def ) throws LuaException
|
||||||
|
{
|
||||||
|
Object value = index < args.length ? args[index] : null;
|
||||||
|
if( value == null ) return def;
|
||||||
|
if( !(value instanceof Boolean) ) throw badArgumentOf( index, "boolean", value );
|
||||||
|
return (Boolean) value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a string.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @param def The default value, if this argument is not given.
|
||||||
|
* @return The argument's value, or {@code def} if none was provided.
|
||||||
|
* @throws LuaException If the value is not a string.
|
||||||
|
*/
|
||||||
|
public static String optString( @Nonnull Object[] args, int index, String def ) throws LuaException
|
||||||
|
{
|
||||||
|
Object value = index < args.length ? args[index] : null;
|
||||||
|
if( value == null ) return def;
|
||||||
|
if( !(value instanceof String) ) throw badArgumentOf( index, "string", value );
|
||||||
|
return (String) value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get an argument as a table.
|
||||||
|
*
|
||||||
|
* @param args The arguments to extract from.
|
||||||
|
* @param index The index into the argument array to read from.
|
||||||
|
* @param def The default value, if this argument is not given.
|
||||||
|
* @return The argument's value, or {@code def} if none was provided.
|
||||||
|
* @throws LuaException If the value is not a table.
|
||||||
|
*/
|
||||||
|
public static Map<?, ?> optTable( @Nonnull Object[] args, int index, Map<Object, Object> def ) throws LuaException
|
||||||
|
{
|
||||||
|
Object value = index < args.length ? args[index] : null;
|
||||||
|
if( value == null ) return def;
|
||||||
|
if( !(value instanceof Map) ) throw badArgumentOf( index, "table", value );
|
||||||
|
return (Map<?, ?>) value;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static Number checkFinite( int index, Number value ) throws LuaException
|
||||||
|
{
|
||||||
|
checkFinite( index, value.doubleValue() );
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static double checkFinite( int index, double value ) throws LuaException
|
||||||
|
{
|
||||||
|
if( !Double.isFinite( value ) ) throw badArgument( index, "number", getNumericType( value ) );
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns a more detailed representation of this number's type. If this is finite, it will just return "number",
|
||||||
|
* otherwise it returns whether it is infinite or NaN.
|
||||||
|
*
|
||||||
|
* @param value The value to extract the type for.
|
||||||
|
* @return This value's numeric type.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
public static String getNumericType( double value )
|
||||||
|
{
|
||||||
|
if( Double.isNaN( value ) ) return "nan";
|
||||||
|
if( value == Double.POSITIVE_INFINITY ) return "inf";
|
||||||
|
if( value == Double.NEGATIVE_INFINITY ) return "-inf";
|
||||||
|
return "number";
|
||||||
|
}
|
||||||
|
}
|
@@ -1,58 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
package dan200.computercraft.api.lua;
|
|
||||||
|
|
||||||
import dan200.computercraft.api.ComputerCraftAPI;
|
|
||||||
import dan200.computercraft.api.peripheral.IPeripheral;
|
|
||||||
import dan200.computercraft.api.peripheral.IPeripheralProvider;
|
|
||||||
import dan200.computercraft.core.asm.LuaMethod;
|
|
||||||
import net.minecraft.util.Identifier;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A generic source of {@link LuaMethod} functions.
|
|
||||||
*
|
|
||||||
* Unlike normal objects ({@link IDynamicLuaObject} or {@link IPeripheral}), methods do not target this object but
|
|
||||||
* instead are defined as {@code static} and accept their target as the first parameter. This allows you to inject
|
|
||||||
* methods onto objects you do not own, as well as declaring methods for a specific "trait" (for instance, a
|
|
||||||
* {@link Capability}).
|
|
||||||
*
|
|
||||||
* Currently the "generic peripheral" system is incompatible with normal peripherals. Normal {@link IPeripheralProvider}
|
|
||||||
* or {@link IPeripheral} implementations take priority. Tile entities which use this system are given a peripheral name
|
|
||||||
* determined by their id, rather than any peripheral provider. This will hopefully change in the future, once a suitable
|
|
||||||
* design has been established.
|
|
||||||
*
|
|
||||||
* For example, the main CC: Tweaked mod defines a generic source for inventories, which works on {@link IItemHandler}s:
|
|
||||||
*
|
|
||||||
* <pre>{@code
|
|
||||||
* public class InventoryMethods implements GenericSource {
|
|
||||||
* \@LuaFunction( mainThread = true )
|
|
||||||
* public static int size(IItemHandler inventory) {
|
|
||||||
* return inventory.getSlots();
|
|
||||||
* }
|
|
||||||
*
|
|
||||||
* // ...
|
|
||||||
* }
|
|
||||||
* }</pre>
|
|
||||||
*
|
|
||||||
* @see ComputerCraftAPI#registerGenericSource(GenericSource)
|
|
||||||
* @see ComputerCraftAPI#registerGenericCapability(Capability) New capabilities (those not built into Forge) must be
|
|
||||||
* explicitly given to the generic peripheral system, as there is no way to enumerate all capabilities.
|
|
||||||
*/
|
|
||||||
public interface GenericSource
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* A unique identifier for this generic source.
|
|
||||||
*
|
|
||||||
* This is currently unused, but may be used in the future to allow disabling specific sources. It is recommended
|
|
||||||
* to return an identifier using your mod's ID.
|
|
||||||
*
|
|
||||||
* @return This source's identifier.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
Identifier id();
|
|
||||||
}
|
|
@@ -1,461 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
import javax.annotation.Nullable;
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.Optional;
|
|
||||||
|
|
||||||
import static dan200.computercraft.api.lua.LuaValues.checkFinite;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The arguments passed to a function.
|
|
||||||
*/
|
|
||||||
public interface IArguments
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Drop a number of arguments. The returned arguments instance will access arguments at position {@code i + count}, rather than {@code i}. However,
|
|
||||||
* errors will still use the given argument index.
|
|
||||||
*
|
|
||||||
* @param count The number of arguments to drop.
|
|
||||||
* @return The new {@link IArguments} instance.
|
|
||||||
*/
|
|
||||||
IArguments drop( int count );
|
|
||||||
|
|
||||||
default Object[] getAll()
|
|
||||||
{
|
|
||||||
Object[] result = new Object[count()];
|
|
||||||
for( int i = 0; i < result.length; i++ )
|
|
||||||
{
|
|
||||||
result[i] = get( i );
|
|
||||||
}
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the number of arguments passed to this function.
|
|
||||||
*
|
|
||||||
* @return The number of passed arguments.
|
|
||||||
*/
|
|
||||||
int count();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the argument at the specific index. The returned value must obey the following conversion rules:
|
|
||||||
*
|
|
||||||
* <ul>
|
|
||||||
* <li>Lua values of type "string" will be represented by a {@link String}.</li>
|
|
||||||
* <li>Lua values of type "number" will be represented by a {@link Number}.</li>
|
|
||||||
* <li>Lua values of type "boolean" will be represented by a {@link Boolean}.</li>
|
|
||||||
* <li>Lua values of type "table" will be represented by a {@link Map}.</li>
|
|
||||||
* <li>Lua values of any other type will be represented by a {@code null} value.</li>
|
|
||||||
* </ul>
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value, or {@code null} if not present.
|
|
||||||
*/
|
|
||||||
@Nullable
|
|
||||||
Object get( int index );
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as an integer.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value.
|
|
||||||
* @throws LuaException If the value is not an integer.
|
|
||||||
*/
|
|
||||||
default int getInt( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
return (int) getLong( index );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a long.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value.
|
|
||||||
* @throws LuaException If the value is not a long.
|
|
||||||
*/
|
|
||||||
default long getLong( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Object value = get( index );
|
|
||||||
if( !(value instanceof Number) )
|
|
||||||
{
|
|
||||||
throw LuaValues.badArgumentOf( index, "number", value );
|
|
||||||
}
|
|
||||||
return LuaValues.checkFiniteNum( index, (Number) value )
|
|
||||||
.longValue();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a finite number (not infinite or NaN).
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value.
|
|
||||||
* @throws LuaException If the value is not finite.
|
|
||||||
*/
|
|
||||||
default double getFiniteDouble( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
return checkFinite( index, getDouble( index ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a double.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value.
|
|
||||||
* @throws LuaException If the value is not a number.
|
|
||||||
* @see #getFiniteDouble(int) if you require this to be finite (i.e. not infinite or NaN).
|
|
||||||
*/
|
|
||||||
default double getDouble( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Object value = get( index );
|
|
||||||
if( !(value instanceof Number) )
|
|
||||||
{
|
|
||||||
throw LuaValues.badArgumentOf( index, "number", value );
|
|
||||||
}
|
|
||||||
return ((Number) value).doubleValue();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a boolean.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value.
|
|
||||||
* @throws LuaException If the value is not a boolean.
|
|
||||||
*/
|
|
||||||
default boolean getBoolean( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Object value = get( index );
|
|
||||||
if( !(value instanceof Boolean) )
|
|
||||||
{
|
|
||||||
throw LuaValues.badArgumentOf( index, "boolean", value );
|
|
||||||
}
|
|
||||||
return (Boolean) value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get a string argument as a byte array.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value. This is a <em>read only</em> buffer.
|
|
||||||
* @throws LuaException If the value is not a string.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
default ByteBuffer getBytes( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
return LuaValues.encode( getString( index ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a string.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value.
|
|
||||||
* @throws LuaException If the value is not a string.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
default String getString( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Object value = get( index );
|
|
||||||
if( !(value instanceof String) )
|
|
||||||
{
|
|
||||||
throw LuaValues.badArgumentOf( index, "string", value );
|
|
||||||
}
|
|
||||||
return (String) value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get a string argument as an enum value.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @param klass The type of enum to parse.
|
|
||||||
* @param <T> The type of enum to parse.
|
|
||||||
* @return The argument's value.
|
|
||||||
* @throws LuaException If the value is not a string or not a valid option for this enum.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
default <T extends Enum<T>> T getEnum( int index, Class<T> klass ) throws LuaException
|
|
||||||
{
|
|
||||||
return LuaValues.checkEnum( index, klass, getString( index ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a table.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value.
|
|
||||||
* @throws LuaException If the value is not a table.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
default Map<?, ?> getTable( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Object value = get( index );
|
|
||||||
if( !(value instanceof Map) )
|
|
||||||
{
|
|
||||||
throw LuaValues.badArgumentOf( index, "table", value );
|
|
||||||
}
|
|
||||||
return (Map<?, ?>) value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get a string argument as a byte array.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value, or {@link Optional#empty()} if not present. This is a <em>read only</em> buffer.
|
|
||||||
* @throws LuaException If the value is not a string.
|
|
||||||
*/
|
|
||||||
default Optional<ByteBuffer> optBytes( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
return optString( index ).map( LuaValues::encode );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a string.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value, or {@link Optional#empty()} if not present.
|
|
||||||
* @throws LuaException If the value is not a string.
|
|
||||||
*/
|
|
||||||
default Optional<String> optString( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Object value = get( index );
|
|
||||||
if( value == null )
|
|
||||||
{
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
if( !(value instanceof String) )
|
|
||||||
{
|
|
||||||
throw LuaValues.badArgumentOf( index, "string", value );
|
|
||||||
}
|
|
||||||
return Optional.of( (String) value );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get a string argument as an enum value.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @param klass The type of enum to parse.
|
|
||||||
* @param <T> The type of enum to parse.
|
|
||||||
* @return The argument's value.
|
|
||||||
* @throws LuaException If the value is not a string or not a valid option for this enum.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
default <T extends Enum<T>> Optional<T> optEnum( int index, Class<T> klass ) throws LuaException
|
|
||||||
{
|
|
||||||
Optional<String> str = optString( index );
|
|
||||||
return str.isPresent() ? Optional.of( LuaValues.checkEnum( index, klass, str.get() ) ) : Optional.empty();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a double.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @param def The default value, if this argument is not given.
|
|
||||||
* @return The argument's value, or {@code def} if none was provided.
|
|
||||||
* @throws LuaException If the value is not a number.
|
|
||||||
*/
|
|
||||||
default double optDouble( int index, double def ) throws LuaException
|
|
||||||
{
|
|
||||||
return optDouble( index ).orElse( def );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a double.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value, or {@link Optional#empty()} if not present.
|
|
||||||
* @throws LuaException If the value is not a number.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
default Optional<Double> optDouble( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Object value = get( index );
|
|
||||||
if( value == null )
|
|
||||||
{
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
if( !(value instanceof Number) )
|
|
||||||
{
|
|
||||||
throw LuaValues.badArgumentOf( index, "number", value );
|
|
||||||
}
|
|
||||||
return Optional.of( ((Number) value).doubleValue() );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as an int.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @param def The default value, if this argument is not given.
|
|
||||||
* @return The argument's value, or {@code def} if none was provided.
|
|
||||||
* @throws LuaException If the value is not a number.
|
|
||||||
*/
|
|
||||||
default int optInt( int index, int def ) throws LuaException
|
|
||||||
{
|
|
||||||
return optInt( index ).orElse( def );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as an int.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value, or {@link Optional#empty()} if not present.
|
|
||||||
* @throws LuaException If the value is not a number.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
default Optional<Integer> optInt( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
return optLong( index ).map( Long::intValue );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a long.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value, or {@link Optional#empty()} if not present.
|
|
||||||
* @throws LuaException If the value is not a number.
|
|
||||||
*/
|
|
||||||
default Optional<Long> optLong( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Object value = get( index );
|
|
||||||
if( value == null )
|
|
||||||
{
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
if( !(value instanceof Number) )
|
|
||||||
{
|
|
||||||
throw LuaValues.badArgumentOf( index, "number", value );
|
|
||||||
}
|
|
||||||
return Optional.of( LuaValues.checkFiniteNum( index, (Number) value )
|
|
||||||
.longValue() );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a long.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @param def The default value, if this argument is not given.
|
|
||||||
* @return The argument's value, or {@code def} if none was provided.
|
|
||||||
* @throws LuaException If the value is not a number.
|
|
||||||
*/
|
|
||||||
default long optLong( int index, long def ) throws LuaException
|
|
||||||
{
|
|
||||||
return optLong( index ).orElse( def );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a finite number (not infinite or NaN).
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @param def The default value, if this argument is not given.
|
|
||||||
* @return The argument's value, or {@code def} if none was provided.
|
|
||||||
* @throws LuaException If the value is not finite.
|
|
||||||
*/
|
|
||||||
default double optFiniteDouble( int index, double def ) throws LuaException
|
|
||||||
{
|
|
||||||
return optFiniteDouble( index ).orElse( def );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a finite number (not infinite or NaN).
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value, or {@link Optional#empty()} if not present.
|
|
||||||
* @throws LuaException If the value is not finite.
|
|
||||||
*/
|
|
||||||
default Optional<Double> optFiniteDouble( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Optional<Double> value = optDouble( index );
|
|
||||||
if( value.isPresent() )
|
|
||||||
{
|
|
||||||
LuaValues.checkFiniteNum( index, value.get() );
|
|
||||||
}
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a boolean.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @param def The default value, if this argument is not given.
|
|
||||||
* @return The argument's value, or {@code def} if none was provided.
|
|
||||||
* @throws LuaException If the value is not a boolean.
|
|
||||||
*/
|
|
||||||
default boolean optBoolean( int index, boolean def ) throws LuaException
|
|
||||||
{
|
|
||||||
return optBoolean( index ).orElse( def );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a boolean.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value, or {@link Optional#empty()} if not present.
|
|
||||||
* @throws LuaException If the value is not a boolean.
|
|
||||||
*/
|
|
||||||
default Optional<Boolean> optBoolean( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Object value = get( index );
|
|
||||||
if( value == null )
|
|
||||||
{
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
if( !(value instanceof Boolean) )
|
|
||||||
{
|
|
||||||
throw LuaValues.badArgumentOf( index, "boolean", value );
|
|
||||||
}
|
|
||||||
return Optional.of( (Boolean) value );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a string.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @param def The default value, if this argument is not given.
|
|
||||||
* @return The argument's value, or {@code def} if none was provided.
|
|
||||||
* @throws LuaException If the value is not a string.
|
|
||||||
*/
|
|
||||||
default String optString( int index, String def ) throws LuaException
|
|
||||||
{
|
|
||||||
return optString( index ).orElse( def );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a table.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @param def The default value, if this argument is not given.
|
|
||||||
* @return The argument's value, or {@code def} if none was provided.
|
|
||||||
* @throws LuaException If the value is not a table.
|
|
||||||
*/
|
|
||||||
default Map<?, ?> optTable( int index, Map<Object, Object> def ) throws LuaException
|
|
||||||
{
|
|
||||||
return optTable( index ).orElse( def );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get an argument as a table.
|
|
||||||
*
|
|
||||||
* @param index The argument number.
|
|
||||||
* @return The argument's value, or {@link Optional#empty()} if not present.
|
|
||||||
* @throws LuaException If the value is not a table.
|
|
||||||
*/
|
|
||||||
default Optional<Map<?, ?>> optTable( int index ) throws LuaException
|
|
||||||
{
|
|
||||||
Object value = get( index );
|
|
||||||
if( value == null )
|
|
||||||
{
|
|
||||||
return Optional.empty();
|
|
||||||
}
|
|
||||||
if( !(value instanceof Map) )
|
|
||||||
{
|
|
||||||
throw LuaValues.badArgumentOf( index, "map", value );
|
|
||||||
}
|
|
||||||
return Optional.of( (Map<?, ?>) value );
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
package dan200.computercraft.api.lua;
|
||||||
|
|
||||||
import dan200.computercraft.api.filesystem.IFileSystem;
|
import dan200.computercraft.api.filesystem.IFileSystem;
|
||||||
@@ -12,7 +11,8 @@ import dan200.computercraft.api.peripheral.IComputerAccess;
|
|||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An interface passed to {@link ILuaAPIFactory} in order to provide additional information about a computer.
|
* An interface passed to {@link ILuaAPIFactory} in order to provide additional information
|
||||||
|
* about a computer.
|
||||||
*/
|
*/
|
||||||
public interface IComputerSystem extends IComputerAccess
|
public interface IComputerSystem extends IComputerAccess
|
||||||
{
|
{
|
||||||
|
@@ -1,41 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
|
||||||
|
|
||||||
import dan200.computercraft.api.peripheral.IDynamicPeripheral;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* An interface for representing custom objects returned by peripherals or other Lua objects.
|
|
||||||
*
|
|
||||||
* Generally, one does not need to implement this type - it is sufficient to return an object with some methods annotated with {@link LuaFunction}. {@link
|
|
||||||
* IDynamicLuaObject} is useful when you wish your available methods to change at runtime.
|
|
||||||
*/
|
|
||||||
public interface IDynamicLuaObject
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Get the names of the methods that this object implements. This should not change over the course of the object's lifetime.
|
|
||||||
*
|
|
||||||
* @return The method names this object provides.
|
|
||||||
* @see IDynamicPeripheral#getMethodNames()
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
String[] getMethodNames();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Called when a user calls one of the methods that this object implements.
|
|
||||||
*
|
|
||||||
* @param context The context of the currently running lua thread. This can be used to wait for events or otherwise yield.
|
|
||||||
* @param method An integer identifying which method index from {@link #getMethodNames()} the computer wishes to call.
|
|
||||||
* @param arguments The arguments for this method.
|
|
||||||
* @return The result of this function. Either an immediate value ({@link MethodResult#of(Object...)} or an instruction to yield.
|
|
||||||
* @throws LuaException If the function threw an exception.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
MethodResult callMethod( @Nonnull ILuaContext context, int method, @Nonnull IArguments arguments ) throws LuaException;
|
|
||||||
}
|
|
@@ -1,24 +1,22 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
package dan200.computercraft.api.lua;
|
||||||
|
|
||||||
import dan200.computercraft.api.ComputerCraftAPI;
|
import dan200.computercraft.api.ComputerCraftAPI;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a Lua object which is stored as a global variable on computer startup. This must either provide {@link LuaFunction} annotated functions or
|
* Represents a {@link ILuaObject} which is stored as a global variable on computer startup.
|
||||||
* implement {@link IDynamicLuaObject}.
|
|
||||||
*
|
*
|
||||||
* Before implementing this interface, consider alternative methods of providing methods. It is generally preferred to use peripherals to provide
|
* Before implementing this interface, consider alternative methods of providing methods. It is generally preferred
|
||||||
* functionality to users.
|
* to use peripherals to provide functionality to users.
|
||||||
*
|
*
|
||||||
* @see ILuaAPIFactory
|
* @see ILuaAPIFactory
|
||||||
* @see ComputerCraftAPI#registerAPIFactory(ILuaAPIFactory)
|
* @see ComputerCraftAPI#registerAPIFactory(ILuaAPIFactory)
|
||||||
*/
|
*/
|
||||||
public interface ILuaAPI
|
public interface ILuaAPI extends ILuaObject
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Get the globals this API will be assigned to. This will override any other global, so you should
|
* Get the globals this API will be assigned to. This will override any other global, so you should
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
package dan200.computercraft.api.lua;
|
||||||
|
|
||||||
import dan200.computercraft.api.ComputerCraftAPI;
|
import dan200.computercraft.api.ComputerCraftAPI;
|
||||||
|
@@ -1,27 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A continuation which is called when this coroutine is resumed.
|
|
||||||
*
|
|
||||||
* @see MethodResult#yield(Object[], ILuaCallback)
|
|
||||||
*/
|
|
||||||
public interface ILuaCallback
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Resume this coroutine.
|
|
||||||
*
|
|
||||||
* @param args The result of resuming this coroutine. These will have the same form as described in {@link LuaFunction}.
|
|
||||||
* @return The result of this continuation. Either the result to return to the callee, or another yield.
|
|
||||||
* @throws LuaException On an error.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
MethodResult resume( Object[] args ) throws LuaException;
|
|
||||||
}
|
|
@@ -1,30 +1,104 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
package dan200.computercraft.api.lua;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An interface passed to peripherals and {@link IDynamicLuaObject}s by computers or turtles, providing methods that allow the peripheral call to interface
|
* An interface passed to peripherals and {@link ILuaObject}s by computers or turtles, providing methods
|
||||||
* with the computer.
|
* that allow the peripheral call to wait for events before returning, just like in lua. This is very useful if you need
|
||||||
|
* to signal work to be performed on the main thread, and don't want to return until the work has been completed.
|
||||||
*/
|
*/
|
||||||
public interface ILuaContext
|
public interface ILuaContext
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Queue a task to be executed on the main server thread at the beginning of next tick, but do not wait for it to complete. This should be used when you
|
* Wait for an event to occur on the computer, suspending the thread until it arises. This method is exactly
|
||||||
* need to interact with the world in a thread-safe manner but do not care about the result or you wish to run asynchronously.
|
* equivalent to {@code os.pullEvent()} in lua.
|
||||||
*
|
*
|
||||||
* When the task has finished, it will enqueue a {@code task_completed} event, which takes the task id, a success value and the return values, or an
|
* @param filter A specific event to wait for, or null to wait for any event.
|
||||||
* error message if it failed.
|
* @return An object array containing the name of the event that occurred, and any event parameters.
|
||||||
|
* @throws LuaException If the user presses CTRL+T to terminate the current program while pullEvent() is
|
||||||
|
* waiting for an event, a "Terminated" exception will be thrown here.
|
||||||
|
*
|
||||||
|
* Do not attempt to catch this exception. You should use {@link #pullEventRaw(String)}
|
||||||
|
* should you wish to disable termination.
|
||||||
|
* @throws InterruptedException If the user shuts down or reboots the computer while pullEvent() is waiting for an
|
||||||
|
* event, InterruptedException will be thrown. This exception must not be caught or
|
||||||
|
* intercepted, or the computer will leak memory and end up in a broken state.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
default Object[] pullEvent( @Nullable String filter ) throws LuaException, InterruptedException
|
||||||
|
{
|
||||||
|
Object[] results = pullEventRaw( filter );
|
||||||
|
if( results.length >= 1 && results[0].equals( "terminate" ) ) throw new LuaException( "Terminated", 0 );
|
||||||
|
return results;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The same as {@link #pullEvent(String)}, except "terminated" events are ignored. Only use this if you want to
|
||||||
|
* prevent program termination, which is not recommended. This method is exactly equivalent to
|
||||||
|
* {@code os.pullEventRaw()} in lua.
|
||||||
|
*
|
||||||
|
* @param filter A specific event to wait for, or null to wait for any event.
|
||||||
|
* @return An object array containing the name of the event that occurred, and any event parameters.
|
||||||
|
* @throws InterruptedException If the user shuts down or reboots the computer while pullEventRaw() is waiting for
|
||||||
|
* an event, InterruptedException will be thrown. This exception must not be caught or
|
||||||
|
* intercepted, or the computer will leak memory and end up in a broken state.
|
||||||
|
* @see #pullEvent(String)
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
default Object[] pullEventRaw( @Nullable String filter ) throws InterruptedException
|
||||||
|
{
|
||||||
|
return yield( new Object[] { filter } );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Yield the current coroutine with some arguments until it is resumed. This method is exactly equivalent to
|
||||||
|
* {@code coroutine.yield()} in lua. Use {@code pullEvent()} if you wish to wait for events.
|
||||||
|
*
|
||||||
|
* @param arguments An object array containing the arguments to pass to coroutine.yield()
|
||||||
|
* @return An object array containing the return values from coroutine.yield()
|
||||||
|
* @throws InterruptedException If the user shuts down or reboots the computer the coroutine is suspended,
|
||||||
|
* InterruptedException will be thrown. This exception must not be caught or
|
||||||
|
* intercepted, or the computer will leak memory and end up in a broken state.
|
||||||
|
* @see #pullEvent(String)
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
Object[] yield( @Nullable Object[] arguments ) throws InterruptedException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Queue a task to be executed on the main server thread at the beginning of next tick, waiting for it to complete.
|
||||||
|
* This should be used when you need to interact with the world in a thread-safe manner.
|
||||||
|
*
|
||||||
|
* Note that the return values of your task are handled as events, meaning more complex objects such as maps or
|
||||||
|
* {@link ILuaObject} will not preserve their identities.
|
||||||
|
*
|
||||||
|
* @param task The task to execute on the main thread.
|
||||||
|
* @return The objects returned by {@code task}.
|
||||||
|
* @throws LuaException If the task could not be queued, or if the task threw an exception.
|
||||||
|
* @throws InterruptedException If the user shuts down or reboots the computer the coroutine is suspended,
|
||||||
|
* InterruptedException will be thrown. This exception must not be caught or
|
||||||
|
* intercepted, or the computer will leak memory and end up in a broken state.
|
||||||
|
*/
|
||||||
|
@Nullable
|
||||||
|
Object[] executeMainThreadTask( @Nonnull ILuaTask task ) throws LuaException, InterruptedException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Queue a task to be executed on the main server thread at the beginning of next tick, but do not wait for it to
|
||||||
|
* complete. This should be used when you need to interact with the world in a thread-safe manner but do not care
|
||||||
|
* about the result or you wish to run asynchronously.
|
||||||
|
*
|
||||||
|
* When the task has finished, it will enqueue a {@code task_completed} event, which takes the task id, a success
|
||||||
|
* value and the return values, or an error message if it failed. If you need to wait on this event, it may be
|
||||||
|
* better to use {@link #executeMainThreadTask(ILuaTask)}.
|
||||||
*
|
*
|
||||||
* @param task The task to execute on the main thread.
|
* @param task The task to execute on the main thread.
|
||||||
* @return The "id" of the task. This will be the first argument to the {@code task_completed} event.
|
* @return The "id" of the task. This will be the first argument to the {@code task_completed} event.
|
||||||
* @throws LuaException If the task could not be queued.
|
* @throws LuaException If the task could not be queued.
|
||||||
* @see LuaFunction#mainThread() To run functions on the main thread and return their results synchronously.
|
|
||||||
*/
|
*/
|
||||||
long issueMainThreadTask( @Nonnull ILuaTask task ) throws LuaException;
|
long issueMainThreadTask( @Nonnull ILuaTask task ) throws LuaException;
|
||||||
}
|
}
|
||||||
|
@@ -1,30 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A function, which can be called from Lua. If you need to return a table of functions, it is recommended to use an object with {@link LuaFunction}
|
|
||||||
* methods, or implement {@link IDynamicLuaObject}.
|
|
||||||
*
|
|
||||||
* @see MethodResult#of(Object)
|
|
||||||
*/
|
|
||||||
@FunctionalInterface
|
|
||||||
public interface ILuaFunction
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Call this function with a series of arguments. Note, this will <em>always</em> be called on the computer thread, and so its implementation must be
|
|
||||||
* thread-safe.
|
|
||||||
*
|
|
||||||
* @param arguments The arguments for this function
|
|
||||||
* @return The result of calling this function.
|
|
||||||
* @throws LuaException Upon Lua errors.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
MethodResult call( @Nonnull IArguments arguments ) throws LuaException;
|
|
||||||
}
|
|
@@ -1,18 +1,55 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
package dan200.computercraft.api.lua;
|
package dan200.computercraft.api.lua;
|
||||||
|
|
||||||
|
import dan200.computercraft.api.peripheral.IComputerAccess;
|
||||||
|
import dan200.computercraft.api.peripheral.IPeripheral;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An interface for representing custom objects returned by {@link IPeripheral#callMethod(IComputerAccess, ILuaContext, int, Object[])}
|
||||||
|
* calls.
|
||||||
|
*
|
||||||
|
* Return objects implementing this interface to expose objects with methods to lua.
|
||||||
|
*/
|
||||||
public interface ILuaObject
|
public interface ILuaObject
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Get the names of the methods that this object implements. This works the same as {@link IPeripheral#getMethodNames()}.
|
||||||
|
* See that method for detailed documentation.
|
||||||
|
*
|
||||||
|
* @return The method names this object provides.
|
||||||
|
* @see IPeripheral#getMethodNames()
|
||||||
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
String[] getMethodNames();
|
String[] getMethodNames();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Called when a user calls one of the methods that this object implements. This works the same as
|
||||||
|
* {@link IPeripheral#callMethod(IComputerAccess, ILuaContext, int, Object[])}}. See that method for detailed
|
||||||
|
* documentation.
|
||||||
|
*
|
||||||
|
* @param context The context of the currently running lua thread. This can be used to wait for events
|
||||||
|
* or otherwise yield.
|
||||||
|
* @param method An integer identifying which of the methods from getMethodNames() the computercraft
|
||||||
|
* wishes to call. The integer indicates the index into the getMethodNames() table
|
||||||
|
* that corresponds to the string passed into peripheral.call()
|
||||||
|
* @param arguments The arguments for this method. See {@link IPeripheral#callMethod(IComputerAccess, ILuaContext, int, Object[])}
|
||||||
|
* the possible values and conversion rules.
|
||||||
|
* @return An array of objects, representing the values you wish to return to the Lua program.
|
||||||
|
* See {@link IPeripheral#callMethod(IComputerAccess, ILuaContext, int, Object[])} for the valid values and
|
||||||
|
* conversion rules.
|
||||||
|
* @throws LuaException If the task could not be queued, or if the task threw an exception.
|
||||||
|
* @throws InterruptedException If the user shuts down or reboots the computer the coroutine is suspended,
|
||||||
|
* InterruptedException will be thrown. This exception must not be caught or
|
||||||
|
* intercepted, or the computer will leak memory and end up in a broken state.w
|
||||||
|
* @see IPeripheral#callMethod(IComputerAccess, ILuaContext, int, Object[])
|
||||||
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
Object[] callMethod( @Nonnull ILuaContext context, int method, @Nonnull Object[] arguments ) throws LuaException, InterruptedException;
|
Object[] callMethod( @Nonnull ILuaContext context, int method, @Nonnull Object[] arguments ) throws LuaException, InterruptedException;
|
||||||
}
|
}
|
||||||
|
@@ -1,17 +1,18 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
package dan200.computercraft.api.lua;
|
||||||
|
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A task which can be executed via {@link ILuaContext#issueMainThreadTask(ILuaTask)} This will be run on the main thread, at the beginning of the next
|
* A task which can be executed via {@link ILuaContext#executeMainThreadTask(ILuaTask)} or
|
||||||
* tick.
|
* {@link ILuaContext#issueMainThreadTask(ILuaTask)}. This will be run on the main thread, at the beginning of the
|
||||||
|
* next tick.
|
||||||
*
|
*
|
||||||
|
* @see ILuaContext#executeMainThreadTask(ILuaTask)
|
||||||
* @see ILuaContext#issueMainThreadTask(ILuaTask)
|
* @see ILuaContext#issueMainThreadTask(ILuaTask)
|
||||||
*/
|
*/
|
||||||
@FunctionalInterface
|
@FunctionalInterface
|
||||||
@@ -20,9 +21,11 @@ public interface ILuaTask
|
|||||||
/**
|
/**
|
||||||
* Execute this task.
|
* Execute this task.
|
||||||
*
|
*
|
||||||
* @return The arguments to add to the {@code task_completed} event.
|
* @return The arguments to add to the {@code task_completed} event. These will be returned by
|
||||||
* @throws LuaException If you throw any exception from this function, a lua error will be raised with the same message as your exception. Use this
|
* {@link ILuaContext#executeMainThreadTask(ILuaTask)}.
|
||||||
* to throw appropriate errors if the wrong arguments are supplied to your method.
|
* @throws LuaException If you throw any exception from this function, a lua error will be raised with the
|
||||||
|
* same message as your exception. Use this to throw appropriate errors if the wrong
|
||||||
|
* arguments are supplied to your method.
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
Object[] execute() throws LuaException;
|
Object[] execute() throws LuaException;
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
package dan200.computercraft.api.lua;
|
||||||
|
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
@@ -14,35 +13,27 @@ import javax.annotation.Nullable;
|
|||||||
public class LuaException extends Exception
|
public class LuaException extends Exception
|
||||||
{
|
{
|
||||||
private static final long serialVersionUID = -6136063076818512651L;
|
private static final long serialVersionUID = -6136063076818512651L;
|
||||||
private final boolean hasLevel;
|
|
||||||
private final int level;
|
private final int level;
|
||||||
|
|
||||||
|
public LuaException()
|
||||||
|
{
|
||||||
|
this( "error", 1 );
|
||||||
|
}
|
||||||
|
|
||||||
public LuaException( @Nullable String message )
|
public LuaException( @Nullable String message )
|
||||||
{
|
{
|
||||||
super( message );
|
this( message, 1 );
|
||||||
hasLevel = false;
|
|
||||||
level = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public LuaException( @Nullable String message, int level )
|
public LuaException( @Nullable String message, int level )
|
||||||
{
|
{
|
||||||
super( message );
|
super( message );
|
||||||
hasLevel = true;
|
|
||||||
this.level = level;
|
this.level = level;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether a level was explicitly specified when constructing. This is used to determine
|
* The level this error is raised at. Level 1 is the function's caller, level 2 is that function's caller, and so
|
||||||
*
|
* on.
|
||||||
* @return Whether this has an explicit level.
|
|
||||||
*/
|
|
||||||
public boolean hasLevel()
|
|
||||||
{
|
|
||||||
return hasLevel;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The level this error is raised at. Level 1 is the function's caller, level 2 is that function's caller, and so on.
|
|
||||||
*
|
*
|
||||||
* @return The level to raise the error at.
|
* @return The level to raise the error at.
|
||||||
*/
|
*/
|
||||||
|
@@ -1,58 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
|
||||||
|
|
||||||
import dan200.computercraft.api.peripheral.IComputerAccess;
|
|
||||||
import dan200.computercraft.api.peripheral.IPeripheral;
|
|
||||||
|
|
||||||
import java.lang.annotation.*;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.Optional;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Used to mark a Java function which is callable from Lua.
|
|
||||||
*
|
|
||||||
* Methods annotated with {@link LuaFunction} must be public final instance methods. They can have any number of parameters, but they must be of the
|
|
||||||
* following types:
|
|
||||||
*
|
|
||||||
* <ul>
|
|
||||||
* <li>{@link ILuaContext} (and {@link IComputerAccess} if on a {@link IPeripheral})</li>
|
|
||||||
* <li>{@link IArguments}: The arguments supplied to this function.</li>
|
|
||||||
* <li>
|
|
||||||
* Alternatively, one may specify the desired arguments as normal parameters and the argument parsing code will
|
|
||||||
* be generated automatically.
|
|
||||||
*
|
|
||||||
* Each parameter must be one of the given types supported by {@link IArguments} (for instance, {@link int} or
|
|
||||||
* {@link Map}). Optional values are supported by accepting a parameter of type {@link Optional}.
|
|
||||||
* </li>
|
|
||||||
* </ul>
|
|
||||||
*
|
|
||||||
* This function may return {@link MethodResult}. However, if you simply return a value (rather than having to yield),
|
|
||||||
* you may return {@code void}, a single value (either an object or a primitive like {@code int}) or array of objects.
|
|
||||||
* These will be treated the same as {@link MethodResult#of()}, {@link MethodResult#of(Object)} and
|
|
||||||
* {@link MethodResult#of(Object...)}.
|
|
||||||
*/
|
|
||||||
@Documented
|
|
||||||
@Retention( RetentionPolicy.RUNTIME )
|
|
||||||
@Target( ElementType.METHOD )
|
|
||||||
public @interface LuaFunction
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Explicitly specify the method names of this function. If not given, it uses the name of the annotated method.
|
|
||||||
*
|
|
||||||
* @return This function's name(s).
|
|
||||||
*/
|
|
||||||
String[] value() default {};
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Run this function on the main server thread. This should be specified for any method which interacts with Minecraft in a thread-unsafe manner.
|
|
||||||
*
|
|
||||||
* @return Whether this functi
|
|
||||||
* @see ILuaContext#issueMainThreadTask(ILuaTask)
|
|
||||||
*/
|
|
||||||
boolean mainThread() default false;
|
|
||||||
}
|
|
@@ -1,184 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
import javax.annotation.Nullable;
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Various utility functions for operating with Lua values.
|
|
||||||
*
|
|
||||||
* @see IArguments
|
|
||||||
*/
|
|
||||||
public final class LuaValues
|
|
||||||
{
|
|
||||||
private LuaValues()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Encode a Lua string into a read-only {@link ByteBuffer}.
|
|
||||||
*
|
|
||||||
* @param string The string to encode.
|
|
||||||
* @return The encoded string.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static ByteBuffer encode( @Nonnull String string )
|
|
||||||
{
|
|
||||||
byte[] chars = new byte[string.length()];
|
|
||||||
for( int i = 0; i < chars.length; i++ )
|
|
||||||
{
|
|
||||||
char c = string.charAt( i );
|
|
||||||
chars[i] = c < 256 ? (byte) c : 63;
|
|
||||||
}
|
|
||||||
|
|
||||||
return ByteBuffer.wrap( chars )
|
|
||||||
.asReadOnlyBuffer();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Construct a "bad argument" exception, from an expected type and the actual value provided.
|
|
||||||
*
|
|
||||||
* @param index The argument number, starting from 0.
|
|
||||||
* @param expected The expected type for this argument.
|
|
||||||
* @param actual The actual value provided for this argument.
|
|
||||||
* @return The constructed exception, which should be thrown immediately.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static LuaException badArgumentOf( int index, @Nonnull String expected, @Nullable Object actual )
|
|
||||||
{
|
|
||||||
return badArgument( index, expected, getType( actual ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Construct a "bad argument" exception, from an expected and actual type.
|
|
||||||
*
|
|
||||||
* @param index The argument number, starting from 0.
|
|
||||||
* @param expected The expected type for this argument.
|
|
||||||
* @param actual The provided type for this argument.
|
|
||||||
* @return The constructed exception, which should be thrown immediately.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static LuaException badArgument( int index, @Nonnull String expected, @Nonnull String actual )
|
|
||||||
{
|
|
||||||
return new LuaException( "bad argument #" + (index + 1) + " (" + expected + " expected, got " + actual + ")" );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get a string representation of the given value's type.
|
|
||||||
*
|
|
||||||
* @param value The value whose type we are trying to compute.
|
|
||||||
* @return A string representation of the given value's type, in a similar format to that provided by Lua's {@code type} function.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static String getType( @Nullable Object value )
|
|
||||||
{
|
|
||||||
if( value == null )
|
|
||||||
{
|
|
||||||
return "nil";
|
|
||||||
}
|
|
||||||
if( value instanceof String )
|
|
||||||
{
|
|
||||||
return "string";
|
|
||||||
}
|
|
||||||
if( value instanceof Boolean )
|
|
||||||
{
|
|
||||||
return "boolean";
|
|
||||||
}
|
|
||||||
if( value instanceof Number )
|
|
||||||
{
|
|
||||||
return "number";
|
|
||||||
}
|
|
||||||
if( value instanceof Map )
|
|
||||||
{
|
|
||||||
return "table";
|
|
||||||
}
|
|
||||||
return "userdata";
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ensure a numeric argument is finite (i.e. not infinite or {@link Double#NaN}.
|
|
||||||
*
|
|
||||||
* @param index The argument index to check.
|
|
||||||
* @param value The value to check.
|
|
||||||
* @return The input {@code value}.
|
|
||||||
* @throws LuaException If this is not a finite number.
|
|
||||||
*/
|
|
||||||
public static Number checkFiniteNum( int index, Number value ) throws LuaException
|
|
||||||
{
|
|
||||||
checkFinite( index, value.doubleValue() );
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ensure a numeric argument is finite (i.e. not infinite or {@link Double#NaN}.
|
|
||||||
*
|
|
||||||
* @param index The argument index to check.
|
|
||||||
* @param value The value to check.
|
|
||||||
* @return The input {@code value}.
|
|
||||||
* @throws LuaException If this is not a finite number.
|
|
||||||
*/
|
|
||||||
public static double checkFinite( int index, double value ) throws LuaException
|
|
||||||
{
|
|
||||||
if( !Double.isFinite( value ) )
|
|
||||||
{
|
|
||||||
throw badArgument( index, "number", getNumericType( value ) );
|
|
||||||
}
|
|
||||||
return value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns a more detailed representation of this number's type. If this is finite, it will just return "number", otherwise it returns whether it is
|
|
||||||
* infinite or NaN.
|
|
||||||
*
|
|
||||||
* @param value The value to extract the type for.
|
|
||||||
* @return This value's numeric type.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static String getNumericType( double value )
|
|
||||||
{
|
|
||||||
if( Double.isNaN( value ) )
|
|
||||||
{
|
|
||||||
return "nan";
|
|
||||||
}
|
|
||||||
if( value == Double.POSITIVE_INFINITY )
|
|
||||||
{
|
|
||||||
return "inf";
|
|
||||||
}
|
|
||||||
if( value == Double.NEGATIVE_INFINITY )
|
|
||||||
{
|
|
||||||
return "-inf";
|
|
||||||
}
|
|
||||||
return "number";
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Ensure a string is a valid enum value.
|
|
||||||
*
|
|
||||||
* @param index The argument index to check.
|
|
||||||
* @param klass The class of the enum instance.
|
|
||||||
* @param value The value to extract.
|
|
||||||
* @param <T> The type of enum we are extracting.
|
|
||||||
* @return The parsed enum value.
|
|
||||||
* @throws LuaException If this is not a known enum value.
|
|
||||||
*/
|
|
||||||
public static <T extends Enum<T>> T checkEnum( int index, Class<T> klass, String value ) throws LuaException
|
|
||||||
{
|
|
||||||
for( T possibility : klass.getEnumConstants() )
|
|
||||||
{
|
|
||||||
if( possibility.name()
|
|
||||||
.equalsIgnoreCase( value ) )
|
|
||||||
{
|
|
||||||
return possibility;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
throw new LuaException( "bad argument #" + (index + 1) + " (unknown option " + value + ")" );
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,177 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
|
||||||
|
|
||||||
import dan200.computercraft.api.peripheral.IComputerAccess;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
import javax.annotation.Nullable;
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.Map;
|
|
||||||
import java.util.Objects;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The result of invoking a Lua method.
|
|
||||||
*
|
|
||||||
* Method results either return a value immediately ({@link #of(Object...)} or yield control to the parent coroutine. When the current coroutine is resumed,
|
|
||||||
* we invoke the provided {@link ILuaCallback#resume(Object[])} callback.
|
|
||||||
*/
|
|
||||||
public final class MethodResult
|
|
||||||
{
|
|
||||||
private static final MethodResult empty = new MethodResult( null, null );
|
|
||||||
|
|
||||||
private final Object[] result;
|
|
||||||
private final ILuaCallback callback;
|
|
||||||
private final int adjust;
|
|
||||||
|
|
||||||
private MethodResult( Object[] arguments, ILuaCallback callback )
|
|
||||||
{
|
|
||||||
result = arguments;
|
|
||||||
this.callback = callback;
|
|
||||||
adjust = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
private MethodResult( Object[] arguments, ILuaCallback callback, int adjust )
|
|
||||||
{
|
|
||||||
result = arguments;
|
|
||||||
this.callback = callback;
|
|
||||||
this.adjust = adjust;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return no values immediately.
|
|
||||||
*
|
|
||||||
* @return A method result which returns immediately with no values.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static MethodResult of()
|
|
||||||
{
|
|
||||||
return empty;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return a single value immediately.
|
|
||||||
*
|
|
||||||
* Integers, doubles, floats, strings, booleans, {@link Map}, {@link Collection}s, arrays and {@code null} will be converted to their corresponding Lua
|
|
||||||
* type. {@code byte[]} and {@link ByteBuffer} will be treated as binary strings. {@link ILuaFunction} will be treated as a function.
|
|
||||||
*
|
|
||||||
* In order to provide a custom object with methods, one may return a {@link IDynamicLuaObject}, or an arbitrary class with {@link LuaFunction}
|
|
||||||
* annotations. Anything else will be converted to {@code nil}.
|
|
||||||
*
|
|
||||||
* @param value The value to return to the calling Lua function.
|
|
||||||
* @return A method result which returns immediately with the given value.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static MethodResult of( @Nullable Object value )
|
|
||||||
{
|
|
||||||
return new MethodResult( new Object[] { value }, null );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return any number of values immediately.
|
|
||||||
*
|
|
||||||
* @param values The values to return. See {@link #of(Object)} for acceptable values.
|
|
||||||
* @return A method result which returns immediately with the given values.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static MethodResult of( @Nullable Object... values )
|
|
||||||
{
|
|
||||||
return values == null || values.length == 0 ? empty : new MethodResult( values, null );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Wait for an event to occur on the computer, suspending the thread until it arises. This method is exactly equivalent to {@code os.pullEvent()} in
|
|
||||||
* lua.
|
|
||||||
*
|
|
||||||
* @param filter A specific event to wait for, or null to wait for any event.
|
|
||||||
* @param callback The callback to resume with the name of the event that occurred, and any event parameters.
|
|
||||||
* @return The method result which represents this yield.
|
|
||||||
* @see IComputerAccess#queueEvent(String, Object[])
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static MethodResult pullEvent( @Nullable String filter, @Nonnull ILuaCallback callback )
|
|
||||||
{
|
|
||||||
Objects.requireNonNull( callback, "callback cannot be null" );
|
|
||||||
return new MethodResult( new Object[] { filter }, results -> {
|
|
||||||
if( results.length >= 1 && results[0].equals( "terminate" ) )
|
|
||||||
{
|
|
||||||
throw new LuaException( "Terminated", 0 );
|
|
||||||
}
|
|
||||||
return callback.resume( results );
|
|
||||||
} );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The same as {@link #pullEvent(String, ILuaCallback)}, except "terminated" events are ignored. Only use this if you want to prevent program
|
|
||||||
* termination, which is not recommended. This method is exactly equivalent to {@code os.pullEventRaw()} in Lua.
|
|
||||||
*
|
|
||||||
* @param filter A specific event to wait for, or null to wait for any event.
|
|
||||||
* @param callback The callback to resume with the name of the event that occurred, and any event parameters.
|
|
||||||
* @return The method result which represents this yield.
|
|
||||||
* @see #pullEvent(String, ILuaCallback)
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static MethodResult pullEventRaw( @Nullable String filter, @Nonnull ILuaCallback callback )
|
|
||||||
{
|
|
||||||
Objects.requireNonNull( callback, "callback cannot be null" );
|
|
||||||
return new MethodResult( new Object[] { filter }, callback );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Yield the current coroutine with some arguments until it is resumed. This method is exactly equivalent to {@code coroutine.yield()} in lua. Use
|
|
||||||
* {@code pullEvent()} if you wish to wait for events.
|
|
||||||
*
|
|
||||||
* @param arguments An object array containing the arguments to pass to coroutine.yield()
|
|
||||||
* @param callback The callback to resume with an array containing the return values from coroutine.yield()
|
|
||||||
* @return The method result which represents this yield.
|
|
||||||
* @see #pullEvent(String, ILuaCallback)
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public static MethodResult yield( @Nullable Object[] arguments, @Nonnull ILuaCallback callback )
|
|
||||||
{
|
|
||||||
Objects.requireNonNull( callback, "callback cannot be null" );
|
|
||||||
return new MethodResult( arguments, callback );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public Object[] getResult()
|
|
||||||
{
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public ILuaCallback getCallback()
|
|
||||||
{
|
|
||||||
return callback;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getErrorAdjust()
|
|
||||||
{
|
|
||||||
return adjust;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Increase the Lua error by a specific amount. One should never need to use this function - it largely exists for some CC internal code.
|
|
||||||
*
|
|
||||||
* @param adjust The amount to increase the level by.
|
|
||||||
* @return The new {@link MethodResult} with an adjusted error. This has no effect on immediate results.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
public MethodResult adjustError( int adjust )
|
|
||||||
{
|
|
||||||
if( adjust < 0 )
|
|
||||||
{
|
|
||||||
throw new IllegalArgumentException( "cannot adjust by a negative amount" );
|
|
||||||
}
|
|
||||||
if( adjust == 0 || callback == null )
|
|
||||||
{
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
return new MethodResult( result, callback, this.adjust + adjust );
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,76 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.lua;
|
|
||||||
|
|
||||||
import javax.annotation.Nullable;
|
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Objects;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* An implementation of {@link IArguments} which wraps an array of {@link Object}.
|
|
||||||
*/
|
|
||||||
public final class ObjectArguments implements IArguments
|
|
||||||
{
|
|
||||||
private static final IArguments EMPTY = new ObjectArguments();
|
|
||||||
private final List<Object> args;
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
@SuppressWarnings( "unused" )
|
|
||||||
public ObjectArguments( IArguments arguments )
|
|
||||||
{
|
|
||||||
throw new IllegalStateException();
|
|
||||||
}
|
|
||||||
|
|
||||||
public ObjectArguments( Object... args )
|
|
||||||
{
|
|
||||||
this.args = Arrays.asList( args );
|
|
||||||
}
|
|
||||||
|
|
||||||
public ObjectArguments( List<Object> args )
|
|
||||||
{
|
|
||||||
this.args = Objects.requireNonNull( args );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public IArguments drop( int count )
|
|
||||||
{
|
|
||||||
if( count < 0 )
|
|
||||||
{
|
|
||||||
throw new IllegalStateException( "count cannot be negative" );
|
|
||||||
}
|
|
||||||
if( count == 0 )
|
|
||||||
{
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
if( count >= args.size() )
|
|
||||||
{
|
|
||||||
return EMPTY;
|
|
||||||
}
|
|
||||||
|
|
||||||
return new ObjectArguments( args.subList( count, args.size() ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Object[] getAll()
|
|
||||||
{
|
|
||||||
return args.toArray();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public int count()
|
|
||||||
{
|
|
||||||
return args.size();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
@Override
|
|
||||||
public Object get( int index )
|
|
||||||
{
|
|
||||||
return index >= args.size() ? null : args.get( index );
|
|
||||||
}
|
|
||||||
}
|
|
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
@API( owner = "ComputerCraft", provides = "ComputerCraft|API|Lua", apiVersion = "${version}" )
|
||||||
|
package dan200.computercraft.api.lua;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.API;
|
@@ -1,15 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.media;
|
package dan200.computercraft.api.media;
|
||||||
|
|
||||||
import dan200.computercraft.api.filesystem.IMount;
|
import dan200.computercraft.api.filesystem.IMount;
|
||||||
import net.minecraft.item.Item;
|
import net.minecraft.item.Item;
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
import net.minecraft.sound.SoundEvent;
|
import net.minecraft.util.SoundEvent;
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
@@ -18,7 +17,8 @@ import javax.annotation.Nullable;
|
|||||||
/**
|
/**
|
||||||
* Represents an item that can be placed in a disk drive and used by a Computer.
|
* Represents an item that can be placed in a disk drive and used by a Computer.
|
||||||
*
|
*
|
||||||
* Implement this interface on your {@link Item} class to allow it to be used in the drive. Alternatively, register a {@link IMediaProvider}.
|
* Implement this interface on your {@link Item} class to allow it to be used in the drive. Alternatively, register
|
||||||
|
* a {@link IMediaProvider}.
|
||||||
*/
|
*/
|
||||||
public interface IMedia
|
public interface IMedia
|
||||||
{
|
{
|
||||||
@@ -44,7 +44,8 @@ public interface IMedia
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If this disk represents an item with audio (like a record), get the readable name of the audio track. ie: "Jonathan Coulton - Still Alive"
|
* If this disk represents an item with audio (like a record), get the readable name of the audio track. ie:
|
||||||
|
* "Jonathan Coulton - Still Alive"
|
||||||
*
|
*
|
||||||
* @param stack The {@link ItemStack} to modify.
|
* @param stack The {@link ItemStack} to modify.
|
||||||
* @return The name, or null if this item does not represent an item with audio.
|
* @return The name, or null if this item does not represent an item with audio.
|
||||||
@@ -68,17 +69,17 @@ public interface IMedia
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If this disk represents an item with data (like a floppy disk), get a mount representing it's contents. This will be mounted onto the filesystem of
|
* If this disk represents an item with data (like a floppy disk), get a mount representing it's contents. This will
|
||||||
* the computer while the media is in the disk drive.
|
* be mounted onto the filesystem of the computer while the media is in the disk drive.
|
||||||
*
|
*
|
||||||
* @param stack The {@link ItemStack} to modify.
|
* @param stack The {@link ItemStack} to modify.
|
||||||
* @param world The world in which the item and disk drive reside.
|
* @param world The world in which the item and disk drive reside.
|
||||||
* @return The mount, or null if this item does not represent an item with data. If the mount returned also implements {@link
|
* @return The mount, or null if this item does not represent an item with data. If the mount returned also
|
||||||
* dan200.computercraft.api.filesystem.IWritableMount}, it will mounted using mountWritable()
|
* implements {@link dan200.computercraft.api.filesystem.IWritableMount}, it will mounted using mountWritable()
|
||||||
* @see IMount
|
* @see IMount
|
||||||
* @see dan200.computercraft.api.filesystem.IWritableMount
|
* @see dan200.computercraft.api.filesystem.IWritableMount
|
||||||
* @see dan200.computercraft.api.ComputerCraftAPI#createSaveDirMount(World, String, long)
|
* @see dan200.computercraft.api.ComputerCraftAPI#createSaveDirMount(World, String, long)
|
||||||
* @see dan200.computercraft.api.ComputerCraftAPI#createResourceMount(String, String)
|
* @see dan200.computercraft.api.ComputerCraftAPI#createResourceMount(Class, String, String)
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
default IMount createDataMount( @Nonnull ItemStack stack, @Nonnull World world )
|
default IMount createDataMount( @Nonnull ItemStack stack, @Nonnull World world )
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.media;
|
package dan200.computercraft.api.media;
|
||||||
|
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
|
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
@API( owner = "ComputerCraft", provides = "ComputerCraft|API|Media", apiVersion = "${version}" )
|
||||||
|
package dan200.computercraft.api.media;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.API;
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.network;
|
package dan200.computercraft.api.network;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
@@ -38,8 +37,8 @@ public interface IPacketNetwork
|
|||||||
boolean isWireless();
|
boolean isWireless();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Submit a packet for transmitting across the network. This will route the packet through the network, sending it to all receivers within range (or any
|
* Submit a packet for transmitting across the network. This will route the packet through the network, sending it
|
||||||
* interdimensional ones).
|
* to all receivers within range (or any interdimensional ones).
|
||||||
*
|
*
|
||||||
* @param packet The packet to send.
|
* @param packet The packet to send.
|
||||||
* @param range The maximum distance this packet will be sent.
|
* @param range The maximum distance this packet will be sent.
|
||||||
@@ -49,8 +48,8 @@ public interface IPacketNetwork
|
|||||||
void transmitSameDimension( @Nonnull Packet packet, double range );
|
void transmitSameDimension( @Nonnull Packet packet, double range );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Submit a packet for transmitting across the network. This will route the packet through the network, sending it to all receivers across all
|
* Submit a packet for transmitting across the network. This will route the packet through the network, sending it
|
||||||
* dimensions.
|
* to all receivers across all dimensions.
|
||||||
*
|
*
|
||||||
* @param packet The packet to send.
|
* @param packet The packet to send.
|
||||||
* @see #transmitSameDimension(Packet, double)
|
* @see #transmitSameDimension(Packet, double)
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.network;
|
package dan200.computercraft.api.network;
|
||||||
|
|
||||||
import net.minecraft.util.math.Vec3d;
|
import net.minecraft.util.math.Vec3d;
|
||||||
@@ -35,8 +34,9 @@ public interface IPacketReceiver
|
|||||||
/**
|
/**
|
||||||
* Get the maximum distance this receiver can send and receive messages.
|
* Get the maximum distance this receiver can send and receive messages.
|
||||||
*
|
*
|
||||||
* When determining whether a receiver can receive a message, the largest distance of the packet and receiver is used - ensuring it is within range. If
|
* When determining whether a receiver can receive a message, the largest distance of the packet and receiver is
|
||||||
* the packet or receiver is inter-dimensional, then the packet will always be received.
|
* used - ensuring it is within range. If the packet or receiver is inter-dimensional, then the packet will always
|
||||||
|
* be received.
|
||||||
*
|
*
|
||||||
* @return The maximum distance this device can send and receive messages.
|
* @return The maximum distance this device can send and receive messages.
|
||||||
* @see #isInterdimensional()
|
* @see #isInterdimensional()
|
||||||
@@ -60,8 +60,8 @@ public interface IPacketReceiver
|
|||||||
/**
|
/**
|
||||||
* Receive a network packet from the same dimension.
|
* Receive a network packet from the same dimension.
|
||||||
*
|
*
|
||||||
* @param packet The packet to receive. Generally you should check that you are listening on the given channel and, if so, queue the appropriate
|
* @param packet The packet to receive. Generally you should check that you are listening on the given channel and,
|
||||||
* modem event.
|
* if so, queue the appropriate modem event.
|
||||||
* @param distance The distance this packet has travelled from the source.
|
* @param distance The distance this packet has travelled from the source.
|
||||||
* @see Packet
|
* @see Packet
|
||||||
* @see #getRange()
|
* @see #getRange()
|
||||||
@@ -73,8 +73,8 @@ public interface IPacketReceiver
|
|||||||
/**
|
/**
|
||||||
* Receive a network packet from a different dimension.
|
* Receive a network packet from a different dimension.
|
||||||
*
|
*
|
||||||
* @param packet The packet to receive. Generally you should check that you are listening on the given channel and, if so, queue the appropriate
|
* @param packet The packet to receive. Generally you should check that you are listening on the given channel and,
|
||||||
* modem event.
|
* if so, queue the appropriate modem event.
|
||||||
* @see Packet
|
* @see Packet
|
||||||
* @see IPacketNetwork#transmitInterdimensional(Packet)
|
* @see IPacketNetwork#transmitInterdimensional(Packet)
|
||||||
* @see IPacketNetwork#transmitSameDimension(Packet, double)
|
* @see IPacketNetwork#transmitSameDimension(Packet, double)
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.network;
|
package dan200.computercraft.api.network;
|
||||||
|
|
||||||
import net.minecraft.util.math.Vec3d;
|
import net.minecraft.util.math.Vec3d;
|
||||||
@@ -33,8 +32,8 @@ public interface IPacketSender
|
|||||||
Vec3d getPosition();
|
Vec3d getPosition();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get some sort of identification string for this sender. This does not strictly need to be unique, but you should be able to extract some identifiable
|
* Get some sort of identification string for this sender. This does not strictly need to be unique, but you
|
||||||
* information from it.
|
* should be able to extract some identifiable information from it.
|
||||||
*
|
*
|
||||||
* @return This device's id.
|
* @return This device's id.
|
||||||
*/
|
*/
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.network;
|
package dan200.computercraft.api.network;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
@@ -30,10 +29,11 @@ public class Packet
|
|||||||
/**
|
/**
|
||||||
* Create a new packet, ready for transmitting across the network.
|
* Create a new packet, ready for transmitting across the network.
|
||||||
*
|
*
|
||||||
* @param channel The channel to send the packet along. Receiving devices should only process packets from on channels they are listening to.
|
* @param channel The channel to send the packet along. Receiving devices should only process packets from on
|
||||||
|
* channels they are listening to.
|
||||||
* @param replyChannel The channel to reply on.
|
* @param replyChannel The channel to reply on.
|
||||||
* @param payload The contents of this packet. This should be a "valid" Lua object, safe for queuing as an event or returning from a peripheral
|
* @param payload The contents of this packet. This should be a "valid" Lua object, safe for queuing as an
|
||||||
* call.
|
* event or returning from a peripheral call.
|
||||||
* @param sender The object which sent this packet.
|
* @param sender The object which sent this packet.
|
||||||
*/
|
*/
|
||||||
public Packet( int channel, int replyChannel, @Nullable Object payload, @Nonnull IPacketSender sender )
|
public Packet( int channel, int replyChannel, @Nullable Object payload, @Nonnull IPacketSender sender )
|
||||||
@@ -47,7 +47,8 @@ public class Packet
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the channel this packet is sent along. Receivers should generally only process packets from on channels they are listening to.
|
* Get the channel this packet is sent along. Receivers should generally only process packets from on channels they
|
||||||
|
* are listening to.
|
||||||
*
|
*
|
||||||
* @return This packet's channel.
|
* @return This packet's channel.
|
||||||
*/
|
*/
|
||||||
@@ -67,7 +68,8 @@ public class Packet
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The actual data of this packet. This should be a "valid" Lua object, safe for queuing as an event or returning from a peripheral call.
|
* The actual data of this packet. This should be a "valid" Lua object, safe for queuing as an
|
||||||
|
* event or returning from a peripheral call.
|
||||||
*
|
*
|
||||||
* @return The packet's payload
|
* @return The packet's payload
|
||||||
*/
|
*/
|
||||||
@@ -88,6 +90,20 @@ public class Packet
|
|||||||
return sender;
|
return sender;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean equals( Object o )
|
||||||
|
{
|
||||||
|
if( this == o ) return true;
|
||||||
|
if( o == null || getClass() != o.getClass() ) return false;
|
||||||
|
|
||||||
|
Packet packet = (Packet) o;
|
||||||
|
|
||||||
|
if( channel != packet.channel ) return false;
|
||||||
|
if( replyChannel != packet.replyChannel ) return false;
|
||||||
|
if( !Objects.equals( payload, packet.payload ) ) return false;
|
||||||
|
return sender.equals( packet.sender );
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode()
|
public int hashCode()
|
||||||
{
|
{
|
||||||
@@ -98,33 +114,4 @@ public class Packet
|
|||||||
result = 31 * result + sender.hashCode();
|
result = 31 * result + sender.hashCode();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean equals( Object o )
|
|
||||||
{
|
|
||||||
if( this == o )
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
if( o == null || getClass() != o.getClass() )
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
Packet packet = (Packet) o;
|
|
||||||
|
|
||||||
if( channel != packet.channel )
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
if( replyChannel != packet.replyChannel )
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
if( !Objects.equals( payload, packet.payload ) )
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return sender.equals( packet.sender );
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
@API( owner = "ComputerCraft", provides = "ComputerCraft|API|Network", apiVersion = "${version}" )
|
||||||
|
package dan200.computercraft.api.network;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.API;
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.network.wired;
|
package dan200.computercraft.api.network.wired;
|
||||||
|
|
||||||
import dan200.computercraft.api.ComputerCraftAPI;
|
import dan200.computercraft.api.ComputerCraftAPI;
|
||||||
@@ -13,16 +12,18 @@ import javax.annotation.Nonnull;
|
|||||||
/**
|
/**
|
||||||
* An object which may be part of a wired network.
|
* An object which may be part of a wired network.
|
||||||
*
|
*
|
||||||
* Elements should construct a node using {@link ComputerCraftAPI#createWiredNodeForElement(IWiredElement)}. This acts as a proxy for all network objects.
|
* Elements should construct a node using {@link ComputerCraftAPI#createWiredNodeForElement(IWiredElement)}. This acts
|
||||||
* Whilst the node may change networks, an element's node should remain constant for its lifespan.
|
* as a proxy for all network objects. Whilst the node may change networks, an element's node should remain constant
|
||||||
|
* for its lifespan.
|
||||||
*
|
*
|
||||||
* Elements are generally tied to a block or tile entity in world. In such as case, one should provide the {@link IWiredElement} capability for the
|
* Elements are generally tied to a block or tile entity in world. In such as case, one should provide the
|
||||||
* appropriate sides.
|
* {@link IWiredElement} capability for the appropriate sides.
|
||||||
*/
|
*/
|
||||||
public interface IWiredElement extends IWiredSender
|
public interface IWiredElement extends IWiredSender
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Called when objects on the network change. This may occur when network nodes are added or removed, or when peripherals change.
|
* Called when objects on the network change. This may occur when network nodes are added or removed, or when
|
||||||
|
* peripherals change.
|
||||||
*
|
*
|
||||||
* @param change The change which occurred.
|
* @param change The change which occurred.
|
||||||
* @see IWiredNetworkChange
|
* @see IWiredNetworkChange
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.network.wired;
|
package dan200.computercraft.api.network.wired;
|
||||||
|
|
||||||
import dan200.computercraft.api.peripheral.IPeripheral;
|
import dan200.computercraft.api.peripheral.IPeripheral;
|
||||||
@@ -12,14 +11,16 @@ import javax.annotation.Nonnull;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A wired network is composed of one of more {@link IWiredNode}s, a set of connections between them, and a series of peripherals.
|
* A wired network is composed of one of more {@link IWiredNode}s, a set of connections between them, and a series
|
||||||
|
* of peripherals.
|
||||||
*
|
*
|
||||||
* Networks from a connected graph. This means there is some path between all nodes on the network. Further more, if there is some path between two nodes
|
* Networks from a connected graph. This means there is some path between all nodes on the network. Further more, if
|
||||||
* then they must be on the same network. {@link IWiredNetwork} will automatically handle the merging and splitting of networks (and thus changing of
|
* there is some path between two nodes then they must be on the same network. {@link IWiredNetwork} will automatically
|
||||||
* available nodes and peripherals) as connections change.
|
* handle the merging and splitting of networks (and thus changing of available nodes and peripherals) as connections
|
||||||
|
* change.
|
||||||
*
|
*
|
||||||
* This does mean one can not rely on the network remaining consistent between subsequent operations. Consequently, it is generally preferred to use the
|
* This does mean one can not rely on the network remaining consistent between subsequent operations. Consequently,
|
||||||
* methods provided by {@link IWiredNode}.
|
* it is generally preferred to use the methods provided by {@link IWiredNode}.
|
||||||
*
|
*
|
||||||
* @see IWiredNode#getNetwork()
|
* @see IWiredNode#getNetwork()
|
||||||
*/
|
*/
|
||||||
@@ -58,10 +59,12 @@ public interface IWiredNetwork
|
|||||||
/**
|
/**
|
||||||
* Sever all connections this node has, removing it from this network.
|
* Sever all connections this node has, removing it from this network.
|
||||||
*
|
*
|
||||||
* This should only be used on the server thread. You should only call this on nodes that your network element owns.
|
* This should only be used on the server thread. You should only call this on nodes
|
||||||
|
* that your network element owns.
|
||||||
*
|
*
|
||||||
* @param node The node to remove
|
* @param node The node to remove
|
||||||
* @return Whether this node was removed from the network. One cannot remove a node from a network where it is the only element.
|
* @return Whether this node was removed from the network. One cannot remove a node from a network where it is the
|
||||||
|
* only element.
|
||||||
* @throws IllegalArgumentException If the node is not in the network.
|
* @throws IllegalArgumentException If the node is not in the network.
|
||||||
* @see IWiredNode#remove()
|
* @see IWiredNode#remove()
|
||||||
*/
|
*/
|
||||||
@@ -70,7 +73,8 @@ public interface IWiredNetwork
|
|||||||
/**
|
/**
|
||||||
* Update the peripherals a node provides.
|
* Update the peripherals a node provides.
|
||||||
*
|
*
|
||||||
* This should only be used on the server thread. You should only call this on nodes that your network element owns.
|
* This should only be used on the server thread. You should only call this on nodes
|
||||||
|
* that your network element owns.
|
||||||
*
|
*
|
||||||
* @param node The node to attach peripherals for.
|
* @param node The node to attach peripherals for.
|
||||||
* @param peripherals The new peripherals for this node.
|
* @param peripherals The new peripherals for this node.
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.network.wired;
|
package dan200.computercraft.api.network.wired;
|
||||||
|
|
||||||
import dan200.computercraft.api.peripheral.IPeripheral;
|
import dan200.computercraft.api.peripheral.IPeripheral;
|
||||||
@@ -19,8 +18,8 @@ import java.util.Map;
|
|||||||
public interface IWiredNetworkChange
|
public interface IWiredNetworkChange
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* A set of peripherals which have been removed. Note that there may be entries with the same name in the added and removed set, but with a different
|
* A set of peripherals which have been removed. Note that there may be entries with the same name
|
||||||
* peripheral.
|
* in the added and removed set, but with a different peripheral.
|
||||||
*
|
*
|
||||||
* @return The set of removed peripherals.
|
* @return The set of removed peripherals.
|
||||||
*/
|
*/
|
||||||
@@ -28,8 +27,8 @@ public interface IWiredNetworkChange
|
|||||||
Map<String, IPeripheral> peripheralsRemoved();
|
Map<String, IPeripheral> peripheralsRemoved();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A set of peripherals which have been added. Note that there may be entries with the same name in the added and removed set, but with a different
|
* A set of peripherals which have been added. Note that there may be entries with the same name
|
||||||
* peripheral.
|
* in the added and removed set, but with a different peripheral.
|
||||||
*
|
*
|
||||||
* @return The set of added peripherals.
|
* @return The set of added peripherals.
|
||||||
*/
|
*/
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.network.wired;
|
package dan200.computercraft.api.network.wired;
|
||||||
|
|
||||||
import dan200.computercraft.api.network.IPacketNetwork;
|
import dan200.computercraft.api.network.IPacketNetwork;
|
||||||
@@ -15,14 +14,15 @@ import java.util.Map;
|
|||||||
/**
|
/**
|
||||||
* Wired nodes act as a layer between {@link IWiredElement}s and {@link IWiredNetwork}s.
|
* Wired nodes act as a layer between {@link IWiredElement}s and {@link IWiredNetwork}s.
|
||||||
*
|
*
|
||||||
* Firstly, a node acts as a packet network, capable of sending and receiving modem messages to connected nodes. These methods may be safely used on any
|
* Firstly, a node acts as a packet network, capable of sending and receiving modem messages to connected nodes. These
|
||||||
* thread.
|
* methods may be safely used on any thread.
|
||||||
*
|
*
|
||||||
* When sending a packet, the system will attempt to find the shortest path between the two nodes based on their element's position. Note that packet
|
* When sending a packet, the system will attempt to find the shortest path between the two nodes based on their
|
||||||
* senders and receivers can have different locations from their associated element: the distance between the two will be added to the total packet's
|
* element's position. Note that packet senders and receivers can have different locations from their associated
|
||||||
* distance.
|
* element: the distance between the two will be added to the total packet's distance.
|
||||||
*
|
*
|
||||||
* Wired nodes also provide several convenience methods for interacting with a wired network. These should only ever be used on the main server thread.
|
* Wired nodes also provide several convenience methods for interacting with a wired network. These should only ever
|
||||||
|
* be used on the main server thread.
|
||||||
*/
|
*/
|
||||||
public interface IWiredNode extends IPacketNetwork
|
public interface IWiredNode extends IPacketNetwork
|
||||||
{
|
{
|
||||||
@@ -34,6 +34,17 @@ public interface IWiredNode extends IPacketNetwork
|
|||||||
@Nonnull
|
@Nonnull
|
||||||
IWiredElement getElement();
|
IWiredElement getElement();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The network this node is currently connected to. Note that this may change
|
||||||
|
* after any network operation, so it should not be cached.
|
||||||
|
*
|
||||||
|
* This should only be used on the server thread.
|
||||||
|
*
|
||||||
|
* @return This node's network.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
IWiredNetwork getNetwork();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a connection from this node to another.
|
* Create a connection from this node to another.
|
||||||
*
|
*
|
||||||
@@ -49,16 +60,6 @@ public interface IWiredNode extends IPacketNetwork
|
|||||||
return getNetwork().connect( this, node );
|
return getNetwork().connect( this, node );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* The network this node is currently connected to. Note that this may change after any network operation, so it should not be cached.
|
|
||||||
*
|
|
||||||
* This should only be used on the server thread.
|
|
||||||
*
|
|
||||||
* @return This node's network.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
IWiredNetwork getNetwork();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Destroy a connection between this node and another.
|
* Destroy a connection between this node and another.
|
||||||
*
|
*
|
||||||
@@ -78,9 +79,11 @@ public interface IWiredNode extends IPacketNetwork
|
|||||||
/**
|
/**
|
||||||
* Sever all connections this node has, removing it from this network.
|
* Sever all connections this node has, removing it from this network.
|
||||||
*
|
*
|
||||||
* This should only be used on the server thread. You should only call this on nodes that your network element owns.
|
* This should only be used on the server thread. You should only call this on nodes
|
||||||
|
* that your network element owns.
|
||||||
*
|
*
|
||||||
* @return Whether this node was removed from the network. One cannot remove a node from a network where it is the only element.
|
* @return Whether this node was removed from the network. One cannot remove a node from a network where it is the
|
||||||
|
* only element.
|
||||||
* @throws IllegalArgumentException If the node is not in the network.
|
* @throws IllegalArgumentException If the node is not in the network.
|
||||||
* @see IWiredNetwork#remove(IWiredNode)
|
* @see IWiredNetwork#remove(IWiredNode)
|
||||||
*/
|
*/
|
||||||
@@ -92,7 +95,8 @@ public interface IWiredNode extends IPacketNetwork
|
|||||||
/**
|
/**
|
||||||
* Mark this node's peripherals as having changed.
|
* Mark this node's peripherals as having changed.
|
||||||
*
|
*
|
||||||
* This should only be used on the server thread. You should only call this on nodes that your network element owns.
|
* This should only be used on the server thread. You should only call this on nodes
|
||||||
|
* that your network element owns.
|
||||||
*
|
*
|
||||||
* @param peripherals The new peripherals for this node.
|
* @param peripherals The new peripherals for this node.
|
||||||
* @see IWiredNetwork#updatePeripherals(IWiredNode, Map)
|
* @see IWiredNetwork#updatePeripherals(IWiredNode, Map)
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.network.wired;
|
package dan200.computercraft.api.network.wired;
|
||||||
|
|
||||||
import dan200.computercraft.api.network.IPacketSender;
|
import dan200.computercraft.api.network.IPacketSender;
|
||||||
@@ -13,14 +12,16 @@ import javax.annotation.Nonnull;
|
|||||||
/**
|
/**
|
||||||
* An object on a {@link IWiredNetwork} capable of sending packets.
|
* An object on a {@link IWiredNetwork} capable of sending packets.
|
||||||
*
|
*
|
||||||
* Unlike a regular {@link IPacketSender}, this must be associated with the node you are attempting to to send the packet from.
|
* Unlike a regular {@link IPacketSender}, this must be associated with the node you are attempting to
|
||||||
|
* to send the packet from.
|
||||||
*/
|
*/
|
||||||
public interface IWiredSender extends IPacketSender
|
public interface IWiredSender extends IPacketSender
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The node in the network representing this object.
|
* The node in the network representing this object.
|
||||||
*
|
*
|
||||||
* This should be used as a proxy for the main network. One should send packets and register receivers through this object.
|
* This should be used as a proxy for the main network. One should send packets
|
||||||
|
* and register receivers through this object.
|
||||||
*
|
*
|
||||||
* @return The node for this element.
|
* @return The node for this element.
|
||||||
*/
|
*/
|
||||||
|
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
@API( owner = "ComputerCraft", provides = "ComputerCraft|API|Network|Wired", apiVersion = "${version}" )
|
||||||
|
package dan200.computercraft.api.network.wired;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.API;
|
9
src/main/java/dan200/computercraft/api/package-info.java
Normal file
9
src/main/java/dan200/computercraft/api/package-info.java
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
@API( owner = "ComputerCraft", provides = "ComputerCraft|API", apiVersion = "${version}" )
|
||||||
|
package dan200.computercraft.api;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.API;
|
@@ -1,27 +1,26 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.peripheral;
|
package dan200.computercraft.api.peripheral;
|
||||||
|
|
||||||
import dan200.computercraft.api.ComputerCraftAPI;
|
import dan200.computercraft.api.ComputerCraftAPI;
|
||||||
import dan200.computercraft.api.filesystem.IMount;
|
import dan200.computercraft.api.filesystem.IMount;
|
||||||
import dan200.computercraft.api.filesystem.IWritableMount;
|
import dan200.computercraft.api.filesystem.IWritableMount;
|
||||||
import dan200.computercraft.api.lua.ILuaCallback;
|
|
||||||
import dan200.computercraft.api.lua.ILuaContext;
|
import dan200.computercraft.api.lua.ILuaContext;
|
||||||
import dan200.computercraft.api.lua.ILuaTask;
|
import dan200.computercraft.api.lua.ILuaTask;
|
||||||
import dan200.computercraft.api.lua.MethodResult;
|
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
import java.util.Collections;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The interface passed to peripherals by computers or turtles, providing methods that they can call. This should not be implemented by your classes. Do not
|
* The interface passed to peripherals by computers or turtles, providing methods
|
||||||
* interact with computers except via this interface.
|
* that they can call. This should not be implemented by your classes. Do not interact
|
||||||
|
* with computers except via this interface.
|
||||||
*/
|
*/
|
||||||
public interface IComputerAccess
|
public interface IComputerAccess
|
||||||
{
|
{
|
||||||
@@ -30,11 +29,11 @@ public interface IComputerAccess
|
|||||||
*
|
*
|
||||||
* @param desiredLocation The location on the computer's file system where you would like the mount to be mounted.
|
* @param desiredLocation The location on the computer's file system where you would like the mount to be mounted.
|
||||||
* @param mount The mount object to mount on the computer.
|
* @param mount The mount object to mount on the computer.
|
||||||
* @return The location on the computer's file system where you the mount mounted, or {@code null} if there was already a file in the desired location.
|
* @return The location on the computer's file system where you the mount mounted, or {@code null} if there was already a
|
||||||
* Store this value if you wish to unmount the mount later.
|
* file in the desired location. Store this value if you wish to unmount the mount later.
|
||||||
* @throws NotAttachedException If the peripheral has been detached.
|
* @throws RuntimeException If the peripheral has been detached.
|
||||||
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
||||||
* @see ComputerCraftAPI#createResourceMount(String, String)
|
* @see ComputerCraftAPI#createResourceMount(Class, String, String)
|
||||||
* @see #mount(String, IMount, String)
|
* @see #mount(String, IMount, String)
|
||||||
* @see #mountWritable(String, IWritableMount)
|
* @see #mountWritable(String, IWritableMount)
|
||||||
* @see #unmount(String)
|
* @see #unmount(String)
|
||||||
@@ -52,11 +51,11 @@ public interface IComputerAccess
|
|||||||
* @param desiredLocation The location on the computer's file system where you would like the mount to be mounted.
|
* @param desiredLocation The location on the computer's file system where you would like the mount to be mounted.
|
||||||
* @param mount The mount object to mount on the computer.
|
* @param mount The mount object to mount on the computer.
|
||||||
* @param driveName A custom name to give for this mount location, as returned by {@code fs.getDrive()}.
|
* @param driveName A custom name to give for this mount location, as returned by {@code fs.getDrive()}.
|
||||||
* @return The location on the computer's file system where you the mount mounted, or {@code null} if there was already a file in the desired location.
|
* @return The location on the computer's file system where you the mount mounted, or {@code null} if there was already a
|
||||||
* Store this value if you wish to unmount the mount later.
|
* file in the desired location. Store this value if you wish to unmount the mount later.
|
||||||
* @throws NotAttachedException If the peripheral has been detached.
|
* @throws RuntimeException If the peripheral has been detached.
|
||||||
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
||||||
* @see ComputerCraftAPI#createResourceMount(String, String)
|
* @see ComputerCraftAPI#createResourceMount(Class, String, String)
|
||||||
* @see #mount(String, IMount)
|
* @see #mount(String, IMount)
|
||||||
* @see #mountWritable(String, IWritableMount)
|
* @see #mountWritable(String, IWritableMount)
|
||||||
* @see #unmount(String)
|
* @see #unmount(String)
|
||||||
@@ -65,27 +64,16 @@ public interface IComputerAccess
|
|||||||
@Nullable
|
@Nullable
|
||||||
String mount( @Nonnull String desiredLocation, @Nonnull IMount mount, @Nonnull String driveName );
|
String mount( @Nonnull String desiredLocation, @Nonnull IMount mount, @Nonnull String driveName );
|
||||||
|
|
||||||
/**
|
|
||||||
* Get a string, unique to the computer, by which the computer refers to this peripheral. For directly attached peripherals this will be
|
|
||||||
* "left","right","front","back",etc, but for peripherals attached remotely it will be different. It is good practice to supply this string when raising
|
|
||||||
* events to the computer, so that the computer knows from which peripheral the event came.
|
|
||||||
*
|
|
||||||
* @return A string unique to the computer, but not globally.
|
|
||||||
* @throws NotAttachedException If the peripheral has been detached.
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
String getAttachmentName();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mount a mount onto the computer's file system in a writable mode.
|
* Mount a mount onto the computer's file system in a writable mode.
|
||||||
*
|
*
|
||||||
* @param desiredLocation The location on the computer's file system where you would like the mount to be mounted.
|
* @param desiredLocation The location on the computer's file system where you would like the mount to be mounted.
|
||||||
* @param mount The mount object to mount on the computer.
|
* @param mount The mount object to mount on the computer.
|
||||||
* @return The location on the computer's file system where you the mount mounted, or null if there was already a file in the desired location. Store
|
* @return The location on the computer's file system where you the mount mounted, or null if there was already a
|
||||||
* this value if you wish to unmount the mount later.
|
* file in the desired location. Store this value if you wish to unmount the mount later.
|
||||||
* @throws NotAttachedException If the peripheral has been detached.
|
* @throws RuntimeException If the peripheral has been detached.
|
||||||
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
||||||
* @see ComputerCraftAPI#createResourceMount(String, String)
|
* @see ComputerCraftAPI#createResourceMount(Class, String, String)
|
||||||
* @see #mount(String, IMount)
|
* @see #mount(String, IMount)
|
||||||
* @see #unmount(String)
|
* @see #unmount(String)
|
||||||
* @see IMount
|
* @see IMount
|
||||||
@@ -102,11 +90,11 @@ public interface IComputerAccess
|
|||||||
* @param desiredLocation The location on the computer's file system where you would like the mount to be mounted.
|
* @param desiredLocation The location on the computer's file system where you would like the mount to be mounted.
|
||||||
* @param mount The mount object to mount on the computer.
|
* @param mount The mount object to mount on the computer.
|
||||||
* @param driveName A custom name to give for this mount location, as returned by {@code fs.getDrive()}.
|
* @param driveName A custom name to give for this mount location, as returned by {@code fs.getDrive()}.
|
||||||
* @return The location on the computer's file system where you the mount mounted, or null if there was already a file in the desired location. Store
|
* @return The location on the computer's file system where you the mount mounted, or null if there was already a
|
||||||
* this value if you wish to unmount the mount later.
|
* file in the desired location. Store this value if you wish to unmount the mount later.
|
||||||
* @throws NotAttachedException If the peripheral has been detached.
|
* @throws RuntimeException If the peripheral has been detached.
|
||||||
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
* @see ComputerCraftAPI#createSaveDirMount(World, String, long)
|
||||||
* @see ComputerCraftAPI#createResourceMount(String, String)
|
* @see ComputerCraftAPI#createResourceMount(Class, String, String)
|
||||||
* @see #mount(String, IMount)
|
* @see #mount(String, IMount)
|
||||||
* @see #unmount(String)
|
* @see #unmount(String)
|
||||||
* @see IMount
|
* @see IMount
|
||||||
@@ -114,18 +102,20 @@ public interface IComputerAccess
|
|||||||
String mountWritable( @Nonnull String desiredLocation, @Nonnull IWritableMount mount, @Nonnull String driveName );
|
String mountWritable( @Nonnull String desiredLocation, @Nonnull IWritableMount mount, @Nonnull String driveName );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unmounts a directory previously mounted onto the computers file system by {@link #mount(String, IMount)} or {@link #mountWritable(String,
|
* Unmounts a directory previously mounted onto the computers file system by {@link #mount(String, IMount)}
|
||||||
* IWritableMount)}.
|
* or {@link #mountWritable(String, IWritableMount)}.
|
||||||
*
|
*
|
||||||
* When a directory is unmounted, it will disappear from the computers file system, and the user will no longer be able to access it. All directories
|
* When a directory is unmounted, it will disappear from the computers file system, and the user will no longer be
|
||||||
* mounted by a mount or mountWritable are automatically unmounted when the peripheral is attached if they have not been explicitly unmounted.
|
* able to access it. All directories mounted by a mount or mountWritable are automatically unmounted when the
|
||||||
|
* peripheral is attached if they have not been explicitly unmounted.
|
||||||
*
|
*
|
||||||
* Note that you cannot unmount another peripheral's mounts.
|
* Note that you cannot unmount another peripheral's mounts.
|
||||||
*
|
*
|
||||||
* @param location The desired location in the computers file system of the directory to unmount. This must be the location of a directory
|
* @param location The desired location in the computers file system of the directory to unmount.
|
||||||
* previously mounted by {@link #mount(String, IMount)} or {@link #mountWritable(String, IWritableMount)}, as indicated by their return value.
|
* This must be the location of a directory previously mounted by {@link #mount(String, IMount)} or
|
||||||
* @throws NotAttachedException If the peripheral has been detached.
|
* {@link #mountWritable(String, IWritableMount)}, as indicated by their return value.
|
||||||
* @throws IllegalStateException If the mount does not exist, or was mounted by another peripheral.
|
* @throws RuntimeException If the peripheral has been detached.
|
||||||
|
* @throws RuntimeException If the mount does not exist, or was mounted by another peripheral.
|
||||||
* @see #mount(String, IMount)
|
* @see #mount(String, IMount)
|
||||||
* @see #mountWritable(String, IWritableMount)
|
* @see #mountWritable(String, IWritableMount)
|
||||||
*/
|
*/
|
||||||
@@ -134,28 +124,45 @@ public interface IComputerAccess
|
|||||||
/**
|
/**
|
||||||
* Returns the numerical ID of this computer.
|
* Returns the numerical ID of this computer.
|
||||||
*
|
*
|
||||||
* This is the same number obtained by calling {@code os.getComputerID()} or running the "id" program from lua, and is guaranteed unique. This number
|
* This is the same number obtained by calling {@code os.getComputerID()} or running the "id" program from lua,
|
||||||
* will be positive.
|
* and is guaranteed unique. This number will be positive.
|
||||||
*
|
*
|
||||||
* @return The identifier.
|
* @return The identifier.
|
||||||
*/
|
*/
|
||||||
int getID();
|
int getID();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Causes an event to be raised on this computer, which the computer can respond to by calling {@code os.pullEvent()}. This can be used to notify the
|
* Causes an event to be raised on this computer, which the computer can respond to by calling
|
||||||
* computer when things happen in the world or to this peripheral.
|
* {@code os.pullEvent()}. This can be used to notify the computer when things happen in the world or to
|
||||||
|
* this peripheral.
|
||||||
*
|
*
|
||||||
* @param event A string identifying the type of event that has occurred, this will be returned as the first value from {@code os.pullEvent()}. It
|
* @param event A string identifying the type of event that has occurred, this will be
|
||||||
* is recommended that you you choose a name that is unique, and recognisable as originating from your peripheral. eg: If your peripheral type is
|
* returned as the first value from {@code os.pullEvent()}. It is recommended that you
|
||||||
* "button", a suitable event would be "button_pressed".
|
* you choose a name that is unique, and recognisable as originating from your
|
||||||
* @param arguments In addition to a name, you may pass an array of extra arguments to the event, that will be supplied as extra return values to
|
* peripheral. eg: If your peripheral type is "button", a suitable event would be
|
||||||
* os.pullEvent(). Objects in the array will be converted to lua data types in the same fashion as the return values of IPeripheral.callMethod().
|
* "button_pressed".
|
||||||
|
* @param arguments In addition to a name, you may pass an array of extra arguments to the event, that will
|
||||||
|
* be supplied as extra return values to os.pullEvent(). Objects in the array will be converted
|
||||||
|
* to lua data types in the same fashion as the return values of IPeripheral.callMethod().
|
||||||
*
|
*
|
||||||
* You may supply {@code null} to indicate that no arguments are to be supplied.
|
* You may supply {@code null} to indicate that no arguments are to be supplied.
|
||||||
* @throws NotAttachedException If the peripheral has been detached.
|
* @throws RuntimeException If the peripheral has been detached.
|
||||||
* @see MethodResult#pullEvent(String, ILuaCallback)
|
* @see IPeripheral#callMethod
|
||||||
*/
|
*/
|
||||||
void queueEvent( @Nonnull String event, @Nullable Object... arguments );
|
void queueEvent( @Nonnull String event, @Nullable Object[] arguments );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get a string, unique to the computer, by which the computer refers to this peripheral.
|
||||||
|
* For directly attached peripherals this will be "left","right","front","back",etc, but
|
||||||
|
* for peripherals attached remotely it will be different. It is good practice to supply
|
||||||
|
* this string when raising events to the computer, so that the computer knows from
|
||||||
|
* which peripheral the event came.
|
||||||
|
*
|
||||||
|
* @return A string unique to the computer, but not globally.
|
||||||
|
* @throws RuntimeException If the peripheral has been detached.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
String getAttachmentName();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a set of peripherals that this computer access can "see", along with their attachment name.
|
* Get a set of peripherals that this computer access can "see", along with their attachment name.
|
||||||
@@ -163,36 +170,45 @@ public interface IComputerAccess
|
|||||||
* This may include other peripherals on the wired network or peripherals on other sides of the computer.
|
* This may include other peripherals on the wired network or peripherals on other sides of the computer.
|
||||||
*
|
*
|
||||||
* @return All reachable peripherals
|
* @return All reachable peripherals
|
||||||
* @throws NotAttachedException If the peripheral has been detached.
|
|
||||||
* @see #getAttachmentName()
|
* @see #getAttachmentName()
|
||||||
* @see #getAvailablePeripheral(String)
|
* @see #getAvailablePeripheral(String)
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
Map<String, IPeripheral> getAvailablePeripherals();
|
default Map<String, IPeripheral> getAvailablePeripherals()
|
||||||
|
{
|
||||||
|
return Collections.emptyMap();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a reachable peripheral with the given attachment name. This is a equivalent to {@link #getAvailablePeripherals()}{@code .get(name)}, though may
|
* Get a reachable peripheral with the given attachment name. This is a equivalent to
|
||||||
* be more efficient.
|
* {@link #getAvailablePeripherals()}{@code .get(name)}, though may be more efficient.
|
||||||
*
|
*
|
||||||
* @param name The peripheral's attached name
|
* @param name The peripheral's attached name
|
||||||
* @return The reachable peripheral, or {@code null} if none can be found.
|
* @return The reachable peripheral, or {@code null} if none can be found.
|
||||||
* @see #getAvailablePeripherals()
|
* @see #getAvailablePeripherals()
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
IPeripheral getAvailablePeripheral( @Nonnull String name );
|
default IPeripheral getAvailablePeripheral( @Nonnull String name )
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a {@link IWorkMonitor} for tasks your peripheral might execute on the main (server) thread.
|
* Get a {@link IWorkMonitor} for tasks your peripheral might execute on the main (server) thread.
|
||||||
*
|
*
|
||||||
* This should be used to ensure your peripheral integrates with ComputerCraft's monitoring and limiting of how much server time each computer consumes.
|
* This should be used to ensure your peripheral integrates with ComputerCraft's monitoring and limiting of how much
|
||||||
* You should not need to use this if you use {@link ILuaContext#issueMainThreadTask(ILuaTask)} - this is intended for mods with their own system for
|
* server time each computer consumes. You should not need to use this if you use
|
||||||
* running work on the main thread.
|
* {@link ILuaContext#issueMainThreadTask(ILuaTask)} - this is intended for mods with their own system for running
|
||||||
|
* work on the main thread.
|
||||||
*
|
*
|
||||||
* Please note that the returned implementation is <em>not</em> thread-safe, and should only be used from the main thread.
|
* Please note that the returned implementation is <em>not</em> thread-safe, and should only be used from the main
|
||||||
|
* thread.
|
||||||
*
|
*
|
||||||
* @return The work monitor for the main thread, or {@code null} if this computer does not have one.
|
* @return The work monitor for the main thread, or {@code null} if this computer does not have one.
|
||||||
* @throws NotAttachedException If the peripheral has been detached.
|
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nullable
|
||||||
IWorkMonitor getMainThreadMonitor();
|
default IWorkMonitor getMainThreadMonitor()
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,49 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.peripheral;
|
|
||||||
|
|
||||||
import dan200.computercraft.api.lua.*;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A peripheral whose methods are not known at runtime.
|
|
||||||
*
|
|
||||||
* This behaves similarly to {@link IDynamicLuaObject}, though also accepting the current {@link IComputerAccess}. Generally one may use {@link LuaFunction}
|
|
||||||
* instead of implementing this interface.
|
|
||||||
*/
|
|
||||||
public interface IDynamicPeripheral extends IPeripheral
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Should return an array of strings that identify the methods that this peripheral exposes to Lua. This will be called once before each attachment, and
|
|
||||||
* should not change when called multiple times.
|
|
||||||
*
|
|
||||||
* @return An array of strings representing method names.
|
|
||||||
* @see #callMethod
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
String[] getMethodNames();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This is called when a lua program on an attached computer calls {@code peripheral.call()} with one of the methods exposed by {@link
|
|
||||||
* #getMethodNames()}.
|
|
||||||
*
|
|
||||||
* Be aware that this will be called from the ComputerCraft Lua thread, and must be thread-safe when interacting with Minecraft objects.
|
|
||||||
*
|
|
||||||
* @param computer The interface to the computer that is making the call. Remember that multiple computers can be attached to a peripheral at once.
|
|
||||||
* @param context The context of the currently running lua thread. This can be used to wait for events or otherwise yield.
|
|
||||||
* @param method An integer identifying which of the methods from getMethodNames() the computercraft wishes to call. The integer indicates the index
|
|
||||||
* into the getMethodNames() table that corresponds to the string passed into peripheral.call()
|
|
||||||
* @param arguments The arguments for this method.
|
|
||||||
* @return A {@link MethodResult} containing the values to return or the action to perform.
|
|
||||||
* @throws LuaException If you throw any exception from this function, a lua error will be raised with the same message as your exception. Use this
|
|
||||||
* to throw appropriate errors if the wrong arguments are supplied to your method.
|
|
||||||
* @see #getMethodNames()
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
MethodResult callMethod( @Nonnull IComputerAccess computer, @Nonnull ILuaContext context, int method, @Nonnull IArguments arguments ) throws LuaException;
|
|
||||||
}
|
|
@@ -1,46 +1,98 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.peripheral;
|
package dan200.computercraft.api.peripheral;
|
||||||
|
|
||||||
import dan200.computercraft.api.lua.LuaFunction;
|
import dan200.computercraft.api.lua.ArgumentHelper;
|
||||||
|
import dan200.computercraft.api.lua.ILuaContext;
|
||||||
|
import dan200.computercraft.api.lua.LuaException;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The interface that defines a peripheral.
|
* The interface that defines a peripheral. See {@link IPeripheralProvider} for how to associate blocks with peripherals.
|
||||||
*
|
|
||||||
* In order to expose a peripheral for your block or tile entity, you register a {@link IPeripheralProvider}. This <em>cannot</em> be implemented {@link
|
|
||||||
* IPeripheral} directly on the tile.
|
|
||||||
*
|
|
||||||
* Peripherals should provide a series of methods to the user, either using {@link LuaFunction} or by implementing {@link IDynamicPeripheral}.
|
|
||||||
*/
|
*/
|
||||||
public interface IPeripheral
|
public interface IPeripheral
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Should return a string that uniquely identifies this type of peripheral. This can be queried from lua by calling {@code peripheral.getType()}
|
* Should return a string that uniquely identifies this type of peripheral.
|
||||||
|
* This can be queried from lua by calling {@code peripheral.getType()}
|
||||||
*
|
*
|
||||||
* @return A string identifying the type of peripheral.
|
* @return A string identifying the type of peripheral.
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
String getType();
|
String getType();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Should return an array of strings that identify the methods that this
|
||||||
|
* peripheral exposes to Lua. This will be called once before each attachment,
|
||||||
|
* and should not change when called multiple times.
|
||||||
|
*
|
||||||
|
* @return An array of strings representing method names.
|
||||||
|
* @see #callMethod
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
String[] getMethodNames();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This is called when a lua program on an attached computer calls {@code peripheral.call()} with
|
||||||
|
* one of the methods exposed by {@link #getMethodNames()}.
|
||||||
|
*
|
||||||
|
* Be aware that this will be called from the ComputerCraft Lua thread, and must be thread-safe when interacting
|
||||||
|
* with Minecraft objects.
|
||||||
|
*
|
||||||
|
* @param computer The interface to the computer that is making the call. Remember that multiple
|
||||||
|
* computers can be attached to a peripheral at once.
|
||||||
|
* @param context The context of the currently running lua thread. This can be used to wait for events
|
||||||
|
* or otherwise yield.
|
||||||
|
* @param method An integer identifying which of the methods from getMethodNames() the computercraft
|
||||||
|
* wishes to call. The integer indicates the index into the getMethodNames() table
|
||||||
|
* that corresponds to the string passed into peripheral.call()
|
||||||
|
* @param arguments An array of objects, representing the arguments passed into {@code peripheral.call()}.<br>
|
||||||
|
* Lua values of type "string" will be represented by Object type String.<br>
|
||||||
|
* Lua values of type "number" will be represented by Object type Double.<br>
|
||||||
|
* Lua values of type "boolean" will be represented by Object type Boolean.<br>
|
||||||
|
* Lua values of type "table" will be represented by Object type Map.<br>
|
||||||
|
* Lua values of any other type will be represented by a null object.<br>
|
||||||
|
* This array will be empty if no arguments are passed.
|
||||||
|
*
|
||||||
|
* It is recommended you use {@link ArgumentHelper} in order to validate and process arguments.
|
||||||
|
* @return An array of objects, representing values you wish to return to the lua program. Integers, Doubles, Floats,
|
||||||
|
* Strings, Booleans, Maps, ILuaObject and null be converted to their corresponding lua type. All other types will
|
||||||
|
* be converted to nil.
|
||||||
|
*
|
||||||
|
* You may return null to indicate no values should be returned.
|
||||||
|
* @throws LuaException If you throw any exception from this function, a lua error will be raised with the
|
||||||
|
* same message as your exception. Use this to throw appropriate errors if the wrong
|
||||||
|
* arguments are supplied to your method.
|
||||||
|
* @throws InterruptedException If the user shuts down or reboots the computer the coroutine is suspended,
|
||||||
|
* InterruptedException will be thrown. This exception must not be caught or
|
||||||
|
* intercepted, or the computer will leak memory and end up in a broken state.
|
||||||
|
* @see #getMethodNames
|
||||||
|
* @see ArgumentHelper
|
||||||
|
*/
|
||||||
|
@Nullable
|
||||||
|
Object[] callMethod( @Nonnull IComputerAccess computer, @Nonnull ILuaContext context, int method, @Nonnull Object[] arguments ) throws LuaException, InterruptedException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is called when when a computer is attaching to the peripheral.
|
* Is called when when a computer is attaching to the peripheral.
|
||||||
*
|
*
|
||||||
* This will occur when a peripheral is placed next to an active computer, when a computer is turned on next to a peripheral, when a turtle travels into
|
* This will occur when a peripheral is placed next to an active computer, when a computer is turned on next to a
|
||||||
* a square next to a peripheral, or when a wired modem adjacent to this peripheral is does any of the above.
|
* peripheral, when a turtle travels into a square next to a peripheral, or when a wired modem adjacent to this
|
||||||
|
* peripheral is does any of the above.
|
||||||
*
|
*
|
||||||
* Between calls to attach and {@link #detach}, the attached computer can make method calls on the peripheral using {@code peripheral.call()}. This
|
* Between calls to attach and {@link #detach}, the attached computer can make method calls on the peripheral using
|
||||||
* method can be used to keep track of which computers are attached to the peripheral, or to take action when attachment occurs.
|
* {@code peripheral.call()}. This method can be used to keep track of which computers are attached to the
|
||||||
|
* peripheral, or to take action when attachment occurs.
|
||||||
*
|
*
|
||||||
* Be aware that will be called from both the server thread and ComputerCraft Lua thread, and so must be thread-safe and reentrant.
|
* Be aware that will be called from both the server thread and ComputerCraft Lua thread, and so must be thread-safe
|
||||||
|
* and reentrant.
|
||||||
*
|
*
|
||||||
* @param computer The interface to the computer that is being attached. Remember that multiple computers can be attached to a peripheral at once.
|
* @param computer The interface to the computer that is being attached. Remember that multiple computers can be
|
||||||
|
* attached to a peripheral at once.
|
||||||
* @see #detach
|
* @see #detach
|
||||||
*/
|
*/
|
||||||
default void attach( @Nonnull IComputerAccess computer )
|
default void attach( @Nonnull IComputerAccess computer )
|
||||||
@@ -50,14 +102,18 @@ public interface IPeripheral
|
|||||||
/**
|
/**
|
||||||
* Called when a computer is detaching from the peripheral.
|
* Called when a computer is detaching from the peripheral.
|
||||||
*
|
*
|
||||||
* This will occur when a computer shuts down, when the peripheral is removed while attached to computers, when a turtle moves away from a block
|
* This will occur when a computer shuts down, when the peripheral is removed while attached to computers, when a
|
||||||
* attached to a peripheral, or when a wired modem adjacent to this peripheral is detached.
|
* turtle moves away from a block attached to a peripheral, or when a wired modem adjacent to this peripheral is
|
||||||
|
* detached.
|
||||||
*
|
*
|
||||||
* This method can be used to keep track of which computers are attached to the peripheral, or to take action when detachment occurs.
|
* This method can be used to keep track of which computers are attached to the peripheral, or to take action when
|
||||||
|
* detachment occurs.
|
||||||
*
|
*
|
||||||
* Be aware that this will be called from both the server and ComputerCraft Lua thread, and must be thread-safe and reentrant.
|
* Be aware that this will be called from both the server and ComputerCraft Lua thread, and must be thread-safe
|
||||||
|
* and reentrant.
|
||||||
*
|
*
|
||||||
* @param computer The interface to the computer that is being detached. Remember that multiple computers can be attached to a peripheral at once.
|
* @param computer The interface to the computer that is being detached. Remember that multiple computers can be
|
||||||
|
* attached to a peripheral at once.
|
||||||
* @see #attach
|
* @see #attach
|
||||||
*/
|
*/
|
||||||
default void detach( @Nonnull IComputerAccess computer )
|
default void detach( @Nonnull IComputerAccess computer )
|
||||||
@@ -65,21 +121,22 @@ public interface IPeripheral
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the object that this peripheral provides methods for. This will generally be the tile entity or block, but may be an inventory, entity, etc...
|
* Get the object that this peripheral provides methods for. This will generally be the tile entity
|
||||||
|
* or block, but may be an inventory, entity, etc...
|
||||||
*
|
*
|
||||||
* @return The object this peripheral targets
|
* @return The object this peripheral targets
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nonnull
|
||||||
default Object getTarget()
|
default Object getTarget()
|
||||||
{
|
{
|
||||||
return null;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine whether this peripheral is equivalent to another one.
|
* Determine whether this peripheral is equivalent to another one.
|
||||||
*
|
*
|
||||||
* The minimal example should at least check whether they are the same object. However, you may wish to check if they point to the same block or tile
|
* The minimal example should at least check whether they are the same object. However, you may wish to check if
|
||||||
* entity.
|
* they point to the same block or tile entity.
|
||||||
*
|
*
|
||||||
* @param other The peripheral to compare against. This may be {@code null}.
|
* @param other The peripheral to compare against. This may be {@code null}.
|
||||||
* @return Whether these peripherals are equivalent.
|
* @return Whether these peripherals are equivalent.
|
||||||
|
@@ -1,23 +1,22 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.peripheral;
|
package dan200.computercraft.api.peripheral;
|
||||||
|
|
||||||
import net.minecraft.block.entity.BlockEntity;
|
import net.minecraft.tileentity.TileEntity;
|
||||||
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.Direction;
|
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import java.util.Optional;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This interface is used to create peripheral implementations for blocks.
|
* This interface is used to create peripheral implementations for blocks.
|
||||||
*
|
*
|
||||||
* If you have a {@link BlockEntity} which acts as a peripheral, you may alternatively expose the {@link IPeripheral} capability.
|
* If you have a {@link TileEntity} which acts as a peripheral, you may alternatively implement {@link IPeripheralTile}.
|
||||||
*
|
*
|
||||||
* @see dan200.computercraft.api.ComputerCraftAPI#registerPeripheralProvider(IPeripheralProvider)
|
* @see dan200.computercraft.api.ComputerCraftAPI#registerPeripheralProvider(IPeripheralProvider)
|
||||||
*/
|
*/
|
||||||
@@ -30,9 +29,9 @@ public interface IPeripheralProvider
|
|||||||
* @param world The world the block is in.
|
* @param world The world the block is in.
|
||||||
* @param pos The position the block is at.
|
* @param pos The position the block is at.
|
||||||
* @param side The side to get the peripheral from.
|
* @param side The side to get the peripheral from.
|
||||||
* @return A peripheral, or {@link Optional#empty()} if there is not a peripheral here you'd like to handle.
|
* @return A peripheral, or {@code null} if there is not a peripheral here you'd like to handle.
|
||||||
* @see dan200.computercraft.api.ComputerCraftAPI#registerPeripheralProvider(IPeripheralProvider)
|
* @see dan200.computercraft.api.ComputerCraftAPI#registerPeripheralProvider(IPeripheralProvider)
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nullable
|
||||||
IPeripheral getPeripheral( @Nonnull World world, @Nonnull BlockPos pos, @Nonnull Direction side );
|
IPeripheral getPeripheral( @Nonnull World world, @Nonnull BlockPos pos, @Nonnull EnumFacing side );
|
||||||
}
|
}
|
||||||
|
@@ -1,21 +1,22 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
package dan200.computercraft.api.peripheral;
|
package dan200.computercraft.api.peripheral;
|
||||||
|
|
||||||
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.Direction;
|
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A {@link net.minecraft.block.entity.BlockEntity} which may act as a peripheral.
|
* A {@link net.minecraft.tileentity.TileEntity} which may act as a peripheral.
|
||||||
*
|
*
|
||||||
* If you need more complex capabilities (such as handling TEs not belonging to your mod), you should use {@link IPeripheralProvider}.
|
* If you need more complex capabilities (such as handling TEs not belonging to your mod), you should use
|
||||||
|
* {@link IPeripheralProvider}.
|
||||||
*/
|
*/
|
||||||
public interface IPeripheralTile
|
public interface IPeripheralTile
|
||||||
{
|
{
|
||||||
@@ -24,8 +25,8 @@ public interface IPeripheralTile
|
|||||||
*
|
*
|
||||||
* @param side The side to get the peripheral from.
|
* @param side The side to get the peripheral from.
|
||||||
* @return A peripheral, or {@code null} if there is not a peripheral here.
|
* @return A peripheral, or {@code null} if there is not a peripheral here.
|
||||||
* @see IPeripheralProvider#getPeripheral(World, BlockPos, Direction)
|
* @see IPeripheralProvider#getPeripheral(World, BlockPos, EnumFacing)
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
IPeripheral getPeripheral( @Nonnull Direction side );
|
IPeripheral getPeripheral( @Nonnull EnumFacing side );
|
||||||
}
|
}
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.peripheral;
|
package dan200.computercraft.api.peripheral;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
@@ -11,14 +10,15 @@ import java.util.Objects;
|
|||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monitors "work" associated with a computer, keeping track of how much a computer has done, and ensuring every computer receives a fair share of any
|
* Monitors "work" associated with a computer, keeping track of how much a computer has done, and ensuring every
|
||||||
* processing time.
|
* computer receives a fair share of any processing time.
|
||||||
*
|
*
|
||||||
* This is primarily intended for work done by peripherals on the main thread (such as on a tile entity's tick), but could be used for other purposes (such
|
* This is primarily intended for work done by peripherals on the main thread (such as on a tile entity's tick), but
|
||||||
* as complex computations done on another thread).
|
* could be used for other purposes (such as complex computations done on another thread).
|
||||||
*
|
*
|
||||||
* Before running a task, one should call {@link #canWork()} to determine if the computer is currently allowed to execute work. If that returns true, you
|
* Before running a task, one should call {@link #canWork()} to determine if the computer is currently allowed to
|
||||||
* should execute the task and use {@link #trackWork(long, TimeUnit)} to inform the monitor how long that task took.
|
* execute work. If that returns true, you should execute the task and use {@link #trackWork(long, TimeUnit)} to inform
|
||||||
|
* the monitor how long that task took.
|
||||||
*
|
*
|
||||||
* Alternatively, use {@link #runWork(Runnable)} to run and keep track of work.
|
* Alternatively, use {@link #runWork(Runnable)} to run and keep track of work.
|
||||||
*
|
*
|
||||||
@@ -26,16 +26,31 @@ import java.util.concurrent.TimeUnit;
|
|||||||
*/
|
*/
|
||||||
public interface IWorkMonitor
|
public interface IWorkMonitor
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* If the owning computer is currently allowed to execute work.
|
||||||
|
*
|
||||||
|
* @return If we can execute work right now.
|
||||||
|
*/
|
||||||
|
boolean canWork();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If the owning computer is currently allowed to execute work, and has ample time to do so.
|
* If the owning computer is currently allowed to execute work, and has ample time to do so.
|
||||||
*
|
*
|
||||||
* This is effectively a more restrictive form of {@link #canWork()}. One should use that in order to determine if you may do an initial piece of work,
|
* This is effectively a more restrictive form of {@link #canWork()}. One should use that in order to determine if
|
||||||
* and shouldWork to determine if any additional task may be performed.
|
* you may do an initial piece of work, and shouldWork to determine if any additional task may be performed.
|
||||||
*
|
*
|
||||||
* @return If we should execute work right now.
|
* @return If we should execute work right now.
|
||||||
*/
|
*/
|
||||||
boolean shouldWork();
|
boolean shouldWork();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Inform the monitor how long some piece of work took to execute.
|
||||||
|
*
|
||||||
|
* @param time The time some task took to run
|
||||||
|
* @param unit The unit that {@code time} was measured in.
|
||||||
|
*/
|
||||||
|
void trackWork( long time, @Nonnull TimeUnit unit );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run a task if possible, and inform the monitor of how long it took.
|
* Run a task if possible, and inform the monitor of how long it took.
|
||||||
*
|
*
|
||||||
@@ -45,10 +60,7 @@ public interface IWorkMonitor
|
|||||||
default boolean runWork( @Nonnull Runnable runnable )
|
default boolean runWork( @Nonnull Runnable runnable )
|
||||||
{
|
{
|
||||||
Objects.requireNonNull( runnable, "runnable should not be null" );
|
Objects.requireNonNull( runnable, "runnable should not be null" );
|
||||||
if( !canWork() )
|
if( !canWork() ) return false;
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
long start = System.nanoTime();
|
long start = System.nanoTime();
|
||||||
try
|
try
|
||||||
@@ -62,19 +74,4 @@ public interface IWorkMonitor
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* If the owning computer is currently allowed to execute work.
|
|
||||||
*
|
|
||||||
* @return If we can execute work right now.
|
|
||||||
*/
|
|
||||||
boolean canWork();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Inform the monitor how long some piece of work took to execute.
|
|
||||||
*
|
|
||||||
* @param time The time some task took to run
|
|
||||||
* @param unit The unit that {@code time} was measured in.
|
|
||||||
*/
|
|
||||||
void trackWork( long time, @Nonnull TimeUnit unit );
|
|
||||||
}
|
}
|
||||||
|
@@ -1,25 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.peripheral;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Thrown when performing operations on {@link IComputerAccess} when the current peripheral is no longer attached to the computer.
|
|
||||||
*/
|
|
||||||
public class NotAttachedException extends IllegalStateException
|
|
||||||
{
|
|
||||||
private static final long serialVersionUID = 1221244785535553536L;
|
|
||||||
|
|
||||||
public NotAttachedException()
|
|
||||||
{
|
|
||||||
super( "You are not attached to this computer" );
|
|
||||||
}
|
|
||||||
|
|
||||||
public NotAttachedException( String s )
|
|
||||||
{
|
|
||||||
super( s );
|
|
||||||
}
|
|
||||||
}
|
|
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
@API( owner = "ComputerCraft", provides = "ComputerCraft|API|Peripheral", apiVersion = "${version}" )
|
||||||
|
package dan200.computercraft.api.peripheral;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.API;
|
@@ -0,0 +1,41 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
package dan200.computercraft.api.permissions;
|
||||||
|
|
||||||
|
import net.minecraft.util.math.BlockPos;
|
||||||
|
import net.minecraft.world.World;
|
||||||
|
|
||||||
|
import javax.annotation.Nonnull;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This interface is used to restrict where turtles can move or build.
|
||||||
|
*
|
||||||
|
* Turtles will call these methods before attempting to perform an action, allowing them to be cancelled.
|
||||||
|
*
|
||||||
|
* @see dan200.computercraft.api.ComputerCraftAPI#registerPermissionProvider(ITurtlePermissionProvider)
|
||||||
|
*/
|
||||||
|
public interface ITurtlePermissionProvider
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Determine whether a block can be entered by a turtle.
|
||||||
|
*
|
||||||
|
* @param world The world the block exists in
|
||||||
|
* @param pos The location of the block.
|
||||||
|
* @return Whether the turtle can move into this block.
|
||||||
|
*/
|
||||||
|
boolean isBlockEnterable( @Nonnull World world, @Nonnull BlockPos pos );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determine whether a block can be modified by a turtle.
|
||||||
|
*
|
||||||
|
* This includes breaking and placing blocks.
|
||||||
|
*
|
||||||
|
* @param world The world the block exists in
|
||||||
|
* @param pos The location of the block.
|
||||||
|
* @return Whether the turtle can modify this block.
|
||||||
|
*/
|
||||||
|
boolean isBlockEditable( @Nonnull World world, @Nonnull BlockPos pos );
|
||||||
|
}
|
9
src/main/java/dan200/computercraft/api/permissions/package-info.java
Executable file
9
src/main/java/dan200/computercraft/api/permissions/package-info.java
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
@API( owner = "ComputerCraft", provides = "ComputerCraft|API|Permissions", apiVersion = "${version}" )
|
||||||
|
package dan200.computercraft.api.permissions;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.API;
|
@@ -1,15 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.pocket;
|
package dan200.computercraft.api.pocket;
|
||||||
|
|
||||||
import net.minecraft.item.ItemConvertible;
|
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
import net.minecraft.util.Identifier;
|
import net.minecraft.util.ResourceLocation;
|
||||||
import net.minecraft.util.Util;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
|
|
||||||
@@ -20,33 +17,25 @@ import javax.annotation.Nonnull;
|
|||||||
*/
|
*/
|
||||||
public abstract class AbstractPocketUpgrade implements IPocketUpgrade
|
public abstract class AbstractPocketUpgrade implements IPocketUpgrade
|
||||||
{
|
{
|
||||||
private final Identifier id;
|
private final ResourceLocation id;
|
||||||
private final String adjective;
|
private final String adjective;
|
||||||
private final ItemStack stack;
|
private final ItemStack stack;
|
||||||
|
|
||||||
protected AbstractPocketUpgrade( Identifier id, ItemConvertible item )
|
protected AbstractPocketUpgrade( ResourceLocation id, String adjective, ItemStack stack )
|
||||||
{
|
|
||||||
this( id, Util.createTranslationKey( "upgrade", id ) + ".adjective", item );
|
|
||||||
}
|
|
||||||
|
|
||||||
protected AbstractPocketUpgrade( Identifier id, String adjective, ItemConvertible item )
|
|
||||||
{
|
|
||||||
this.id = id;
|
|
||||||
this.adjective = adjective;
|
|
||||||
stack = new ItemStack( item );
|
|
||||||
}
|
|
||||||
|
|
||||||
protected AbstractPocketUpgrade( Identifier id, String adjective, ItemStack stack )
|
|
||||||
{
|
{
|
||||||
this.id = id;
|
this.id = id;
|
||||||
this.adjective = adjective;
|
this.adjective = adjective;
|
||||||
this.stack = stack;
|
this.stack = stack;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected AbstractPocketUpgrade( ResourceLocation id, ItemStack stack )
|
||||||
|
{
|
||||||
|
this( id, "upgrade." + id + ".adjective", stack );
|
||||||
|
}
|
||||||
|
|
||||||
@Nonnull
|
@Nonnull
|
||||||
@Override
|
@Override
|
||||||
public final Identifier getUpgradeID()
|
public final ResourceLocation getUpgradeID()
|
||||||
{
|
{
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
@@ -1,15 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.pocket;
|
package dan200.computercraft.api.pocket;
|
||||||
|
|
||||||
import dan200.computercraft.api.peripheral.IPeripheral;
|
import dan200.computercraft.api.peripheral.IPeripheral;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.nbt.CompoundTag;
|
import net.minecraft.nbt.NBTTagCompound;
|
||||||
import net.minecraft.util.Identifier;
|
import net.minecraft.util.ResourceLocation;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
@@ -23,17 +22,28 @@ public interface IPocketAccess
|
|||||||
/**
|
/**
|
||||||
* Gets the entity holding this item.
|
* Gets the entity holding this item.
|
||||||
*
|
*
|
||||||
|
* @return The holding entity. This may be {@code null}.
|
||||||
|
* @deprecated Use {@link #getValidEntity()} where possible.
|
||||||
|
*/
|
||||||
|
@Nullable
|
||||||
|
@Deprecated
|
||||||
|
Entity getEntity();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the entity holding this item with additional safety checks.
|
||||||
|
*
|
||||||
* This must be called on the server thread.
|
* This must be called on the server thread.
|
||||||
*
|
*
|
||||||
* @return The holding entity, or {@code null} if none exists.
|
* @return The holding entity, or {@code null} if none exists.
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
Entity getEntity();
|
Entity getValidEntity();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the colour of this pocket computer as a RGB number.
|
* Get the colour of this pocket computer as a RGB number.
|
||||||
*
|
*
|
||||||
* @return The colour this pocket computer is. This will be a RGB colour between {@code 0x000000} and {@code 0xFFFFFF} or -1 if it has no colour.
|
* @return The colour this pocket computer is. This will be a RGB colour between {@code 0x000000} and
|
||||||
|
* {@code 0xFFFFFF} or -1 if it has no colour.
|
||||||
* @see #setColour(int)
|
* @see #setColour(int)
|
||||||
*/
|
*/
|
||||||
int getColour();
|
int getColour();
|
||||||
@@ -41,8 +51,8 @@ public interface IPocketAccess
|
|||||||
/**
|
/**
|
||||||
* Set the colour of the pocket computer to a RGB number.
|
* Set the colour of the pocket computer to a RGB number.
|
||||||
*
|
*
|
||||||
* @param colour The colour this pocket computer should be changed to. This should be a RGB colour between {@code 0x000000} and {@code 0xFFFFFF} or
|
* @param colour The colour this pocket computer should be changed to. This should be a RGB colour between
|
||||||
* -1 to reset to the default colour.
|
* {@code 0x000000} and {@code 0xFFFFFF} or -1 to reset to the default colour.
|
||||||
* @see #getColour()
|
* @see #getColour()
|
||||||
*/
|
*/
|
||||||
void setColour( int colour );
|
void setColour( int colour );
|
||||||
@@ -50,7 +60,8 @@ public interface IPocketAccess
|
|||||||
/**
|
/**
|
||||||
* Get the colour of this pocket computer's light as a RGB number.
|
* Get the colour of this pocket computer's light as a RGB number.
|
||||||
*
|
*
|
||||||
* @return The colour this light is. This will be a RGB colour between {@code 0x000000} and {@code 0xFFFFFF} or -1 if it has no colour.
|
* @return The colour this light is. This will be a RGB colour between {@code 0x000000} and {@code 0xFFFFFF} or
|
||||||
|
* -1 if it has no colour.
|
||||||
* @see #setLight(int)
|
* @see #setLight(int)
|
||||||
*/
|
*/
|
||||||
int getLight();
|
int getLight();
|
||||||
@@ -58,8 +69,8 @@ public interface IPocketAccess
|
|||||||
/**
|
/**
|
||||||
* Set the colour of the pocket computer's light to a RGB number.
|
* Set the colour of the pocket computer's light to a RGB number.
|
||||||
*
|
*
|
||||||
* @param colour The colour this modem's light will be changed to. This should be a RGB colour between {@code 0x000000} and {@code 0xFFFFFF} or -1
|
* @param colour The colour this modem's light will be changed to. This should be a RGB colour between
|
||||||
* to reset to the default colour.
|
* {@code 0x000000} and {@code 0xFFFFFF} or -1 to reset to the default colour.
|
||||||
* @see #getLight()
|
* @see #getLight()
|
||||||
*/
|
*/
|
||||||
void setLight( int colour );
|
void setLight( int colour );
|
||||||
@@ -73,7 +84,7 @@ public interface IPocketAccess
|
|||||||
* @see #updateUpgradeNBTData()
|
* @see #updateUpgradeNBTData()
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
CompoundTag getUpgradeNBTData();
|
NBTTagCompound getUpgradeNBTData();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mark the upgrade-specific NBT as dirty.
|
* Mark the upgrade-specific NBT as dirty.
|
||||||
@@ -93,5 +104,5 @@ public interface IPocketAccess
|
|||||||
* @return A collection of all upgrade names.
|
* @return A collection of all upgrade names.
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
Map<Identifier, IPeripheral> getUpgrades();
|
Map<ResourceLocation, IPeripheral> getUpgrades();
|
||||||
}
|
}
|
||||||
|
@@ -1,14 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.pocket;
|
package dan200.computercraft.api.pocket;
|
||||||
|
|
||||||
import dan200.computercraft.api.ComputerCraftAPI;
|
import dan200.computercraft.api.ComputerCraftAPI;
|
||||||
import dan200.computercraft.api.IUpgradeBase;
|
|
||||||
import dan200.computercraft.api.peripheral.IPeripheral;
|
import dan200.computercraft.api.peripheral.IPeripheral;
|
||||||
|
import dan200.computercraft.api.turtle.ITurtleUpgrade;
|
||||||
|
import net.minecraft.item.ItemStack;
|
||||||
|
import net.minecraft.util.ResourceLocation;
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
@@ -17,15 +18,55 @@ import javax.annotation.Nullable;
|
|||||||
/**
|
/**
|
||||||
* Additional peripherals for pocket computers.
|
* Additional peripherals for pocket computers.
|
||||||
*
|
*
|
||||||
* @see ComputerCraftAPI#registerPocketUpgrade(IPocketUpgrade)
|
* This is similar to {@link ITurtleUpgrade}.
|
||||||
*/
|
*/
|
||||||
public interface IPocketUpgrade extends IUpgradeBase
|
public interface IPocketUpgrade
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets a unique identifier representing this type of turtle upgrade. eg: "computercraft:wireless_modem" or
|
||||||
|
* "my_mod:my_upgrade".
|
||||||
|
*
|
||||||
|
* You should use a unique resource domain to ensure this upgrade is uniquely identified. The upgrade will fail
|
||||||
|
* registration if an already used ID is specified.
|
||||||
|
*
|
||||||
|
* @return The upgrade's id.
|
||||||
|
* @see IPocketUpgrade#getUpgradeID()
|
||||||
|
* @see ComputerCraftAPI#registerPocketUpgrade(IPocketUpgrade)
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
ResourceLocation getUpgradeID();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return an unlocalised string to describe the type of pocket computer this upgrade provides.
|
||||||
|
*
|
||||||
|
* An example of a built-in adjectives is "Wireless" - this is converted to "Wireless Pocket Computer".
|
||||||
|
*
|
||||||
|
* @return The unlocalised adjective.
|
||||||
|
* @see ITurtleUpgrade#getUnlocalisedAdjective()
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
String getUnlocalisedAdjective();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return an item stack representing the type of item that a pocket computer must be crafted with to create a
|
||||||
|
* pocket computer which holds this upgrade. This item stack is also used to determine the upgrade given by
|
||||||
|
* {@code pocket.equip()}/{@code pocket.unequip()}.
|
||||||
|
*
|
||||||
|
* Ideally this should be constant over a session. It is recommended that you cache
|
||||||
|
* the item too, in order to prevent constructing it every time the method is called.
|
||||||
|
*
|
||||||
|
* @return The item stack used for crafting. This can be {@link ItemStack#EMPTY} if crafting is disabled.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
ItemStack getCraftingItem();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a peripheral for the pocket computer.
|
* Creates a peripheral for the pocket computer.
|
||||||
*
|
*
|
||||||
* The peripheral created will be stored for the lifetime of the upgrade, will be passed an argument to {@link #update(IPocketAccess, IPeripheral)} and
|
* The peripheral created will be stored for the lifetime of the upgrade, will be passed an argument to
|
||||||
* will be attached, detached and have methods called in the same manner as an ordinary peripheral.
|
* {@link #update(IPocketAccess, IPeripheral)} and will be attached, detached and have methods called in the same
|
||||||
|
* manner as an ordinary peripheral.
|
||||||
*
|
*
|
||||||
* @param access The access object for the pocket item stack.
|
* @param access The access object for the pocket item stack.
|
||||||
* @return The newly created peripheral.
|
* @return The newly created peripheral.
|
||||||
@@ -51,8 +92,9 @@ public interface IPocketUpgrade extends IUpgradeBase
|
|||||||
* @param world The world the computer is in.
|
* @param world The world the computer is in.
|
||||||
* @param access The access object for the pocket item stack.
|
* @param access The access object for the pocket item stack.
|
||||||
* @param peripheral The peripheral for this upgrade.
|
* @param peripheral The peripheral for this upgrade.
|
||||||
* @return {@code true} to stop the GUI from opening, otherwise false. You should always provide some code path which returns {@code false}, such as
|
* @return {@code true} to stop the GUI from opening, otherwise false. You should always provide some code path
|
||||||
* requiring the player to be sneaking - otherwise they will be unable to access the GUI.
|
* which returns {@code false}, such as requiring the player to be sneaking - otherwise they will be unable to
|
||||||
|
* access the GUI.
|
||||||
* @see #createPeripheral(IPocketAccess)
|
* @see #createPeripheral(IPocketAccess)
|
||||||
*/
|
*/
|
||||||
default boolean onRightClick( @Nonnull World world, @Nonnull IPocketAccess access, @Nullable IPeripheral peripheral )
|
default boolean onRightClick( @Nonnull World world, @Nonnull IPocketAccess access, @Nullable IPeripheral peripheral )
|
||||||
|
@@ -1,13 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.redstone;
|
package dan200.computercraft.api.redstone;
|
||||||
|
|
||||||
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.Direction;
|
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
@@ -26,8 +25,9 @@ public interface IBundledRedstoneProvider
|
|||||||
* @param world The world this block is in.
|
* @param world The world this block is in.
|
||||||
* @param pos The position this block is at.
|
* @param pos The position this block is at.
|
||||||
* @param side The side to extract the bundled redstone output from.
|
* @param side The side to extract the bundled redstone output from.
|
||||||
* @return A number in the range 0-65535 to indicate this block is providing output, or -1 if you do not wish to handle this block.
|
* @return A number in the range 0-65535 to indicate this block is providing output, or -1 if you do not wish to
|
||||||
|
* handle this block.
|
||||||
* @see dan200.computercraft.api.ComputerCraftAPI#registerBundledRedstoneProvider(IBundledRedstoneProvider)
|
* @see dan200.computercraft.api.ComputerCraftAPI#registerBundledRedstoneProvider(IBundledRedstoneProvider)
|
||||||
*/
|
*/
|
||||||
int getBundledRedstoneOutput( @Nonnull World world, @Nonnull BlockPos pos, @Nonnull Direction side );
|
int getBundledRedstoneOutput( @Nonnull World world, @Nonnull BlockPos pos, @Nonnull EnumFacing side );
|
||||||
}
|
}
|
||||||
|
@@ -0,0 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
|
*/
|
||||||
|
@API( owner = "ComputerCraft", provides = "ComputerCraft|API|Redstone", apiVersion = "${version}" )
|
||||||
|
package dan200.computercraft.api.redstone;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.API;
|
@@ -1,79 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package dan200.computercraft.api.turtle;
|
|
||||||
|
|
||||||
import net.minecraft.item.ItemConvertible;
|
|
||||||
import net.minecraft.item.ItemStack;
|
|
||||||
import net.minecraft.util.Identifier;
|
|
||||||
import net.minecraft.util.Util;
|
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A base class for {@link ITurtleUpgrade}s.
|
|
||||||
*
|
|
||||||
* One does not have to use this, but it does provide a convenient template.
|
|
||||||
*/
|
|
||||||
public abstract class AbstractTurtleUpgrade implements ITurtleUpgrade
|
|
||||||
{
|
|
||||||
private final Identifier id;
|
|
||||||
private final TurtleUpgradeType type;
|
|
||||||
private final String adjective;
|
|
||||||
private final ItemStack stack;
|
|
||||||
|
|
||||||
protected AbstractTurtleUpgrade( Identifier id, TurtleUpgradeType type, String adjective, ItemConvertible item )
|
|
||||||
{
|
|
||||||
this( id, type, adjective, new ItemStack( item ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
protected AbstractTurtleUpgrade( Identifier id, TurtleUpgradeType type, String adjective, ItemStack stack )
|
|
||||||
{
|
|
||||||
this.id = id;
|
|
||||||
this.type = type;
|
|
||||||
this.adjective = adjective;
|
|
||||||
this.stack = stack;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected AbstractTurtleUpgrade( Identifier id, TurtleUpgradeType type, ItemConvertible item )
|
|
||||||
{
|
|
||||||
this( id, type, new ItemStack( item ) );
|
|
||||||
}
|
|
||||||
|
|
||||||
protected AbstractTurtleUpgrade( Identifier id, TurtleUpgradeType type, ItemStack stack )
|
|
||||||
{
|
|
||||||
this( id, type, Util.createTranslationKey( "upgrade", id ) + ".adjective", stack );
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Nonnull
|
|
||||||
@Override
|
|
||||||
public final Identifier getUpgradeID()
|
|
||||||
{
|
|
||||||
return id;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nonnull
|
|
||||||
@Override
|
|
||||||
public final String getUnlocalisedAdjective()
|
|
||||||
{
|
|
||||||
return adjective;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nonnull
|
|
||||||
@Override
|
|
||||||
public final TurtleUpgradeType getType()
|
|
||||||
{
|
|
||||||
return type;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nonnull
|
|
||||||
@Override
|
|
||||||
public final ItemStack getCraftingItem()
|
|
||||||
{
|
|
||||||
return stack;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,356 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
|
||||||
*/
|
|
||||||
package dan200.computercraft.api.turtle;
|
|
||||||
|
|
||||||
import com.mojang.authlib.GameProfile;
|
|
||||||
import io.netty.channel.ChannelHandlerContext;
|
|
||||||
import io.netty.util.concurrent.Future;
|
|
||||||
import io.netty.util.concurrent.GenericFutureListener;
|
|
||||||
import net.minecraft.block.entity.CommandBlockBlockEntity;
|
|
||||||
import net.minecraft.block.entity.SignBlockEntity;
|
|
||||||
import net.minecraft.command.argument.EntityAnchorArgumentType;
|
|
||||||
import net.minecraft.entity.Entity;
|
|
||||||
import net.minecraft.entity.damage.DamageSource;
|
|
||||||
import net.minecraft.entity.effect.StatusEffectInstance;
|
|
||||||
import net.minecraft.entity.passive.HorseBaseEntity;
|
|
||||||
import net.minecraft.inventory.Inventory;
|
|
||||||
import net.minecraft.item.ItemStack;
|
|
||||||
import net.minecraft.network.*;
|
|
||||||
import net.minecraft.network.packet.c2s.play.RequestCommandCompletionsC2SPacket;
|
|
||||||
import net.minecraft.network.packet.c2s.play.VehicleMoveC2SPacket;
|
|
||||||
import net.minecraft.recipe.Recipe;
|
|
||||||
import net.minecraft.screen.NamedScreenHandlerFactory;
|
|
||||||
import net.minecraft.screen.ScreenHandler;
|
|
||||||
import net.minecraft.server.network.ServerPlayNetworkHandler;
|
|
||||||
import net.minecraft.server.network.ServerPlayerEntity;
|
|
||||||
import net.minecraft.server.network.ServerPlayerInteractionManager;
|
|
||||||
import net.minecraft.server.world.ServerWorld;
|
|
||||||
import net.minecraft.sound.SoundCategory;
|
|
||||||
import net.minecraft.sound.SoundEvent;
|
|
||||||
import net.minecraft.text.Text;
|
|
||||||
import net.minecraft.util.Hand;
|
|
||||||
import net.minecraft.util.collection.DefaultedList;
|
|
||||||
import net.minecraft.util.math.ChunkPos;
|
|
||||||
import net.minecraft.util.math.Vec3d;
|
|
||||||
import net.minecraft.village.TradeOfferList;
|
|
||||||
import net.minecraft.world.GameMode;
|
|
||||||
|
|
||||||
import javax.annotation.Nullable;
|
|
||||||
import javax.crypto.Cipher;
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.OptionalInt;
|
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* A wrapper for {@link ServerPlayerEntity} which denotes a "fake" player.
|
|
||||||
*
|
|
||||||
* Please note that this does not implement any of the traditional fake player behaviour. It simply exists to prevent me passing in normal players.
|
|
||||||
*/
|
|
||||||
public class FakePlayer extends ServerPlayerEntity
|
|
||||||
{
|
|
||||||
public FakePlayer( ServerWorld world, GameProfile gameProfile )
|
|
||||||
{
|
|
||||||
super( world.getServer(), world, gameProfile, new ServerPlayerInteractionManager( world ) );
|
|
||||||
networkHandler = new FakeNetHandler( this );
|
|
||||||
}
|
|
||||||
|
|
||||||
// region Direct networkHandler access
|
|
||||||
@Override
|
|
||||||
public void enterCombat()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void endCombat()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void tick()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void playerTick()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onDeath( DamageSource damage )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Entity moveToWorld( ServerWorld destination )
|
|
||||||
{
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void wakeUp( boolean bl, boolean updateSleepingPlayers )
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean startRiding( Entity entity, boolean flag )
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void stopRiding()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void openEditSignScreen( SignBlockEntity tile )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public OptionalInt openHandledScreen( @Nullable NamedScreenHandlerFactory container )
|
|
||||||
{
|
|
||||||
return OptionalInt.empty();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void sendTradeOffers( int id, TradeOfferList list, int level, int experience, boolean levelled, boolean refreshable )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void openHorseInventory( HorseBaseEntity horse, Inventory inventory )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void openEditBookScreen( ItemStack stack, Hand hand )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void openCommandBlockScreen( CommandBlockBlockEntity block )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onSlotUpdate( ScreenHandler container, int slot, ItemStack stack )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onHandlerRegistered( ScreenHandler container, DefaultedList<ItemStack> defaultedList )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onPropertyUpdate( ScreenHandler container, int key, int value )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void closeHandledScreen()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void updateCursorStack()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public int unlockRecipes( Collection<Recipe<?>> recipes )
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Indirect
|
|
||||||
@Override
|
|
||||||
public int lockRecipes( Collection<Recipe<?>> recipes )
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void sendMessage( Text textComponent, boolean status )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void consumeItem()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void lookAt( EntityAnchorArgumentType.EntityAnchor anchor, Vec3d vec3d )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void method_14222( EntityAnchorArgumentType.EntityAnchor self, Entity entity, EntityAnchorArgumentType.EntityAnchor target )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onStatusEffectApplied( StatusEffectInstance statusEffectInstance )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onStatusEffectUpgraded( StatusEffectInstance statusEffectInstance, boolean particles )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void onStatusEffectRemoved( StatusEffectInstance statusEffectInstance )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void requestTeleport( double x, double y, double z )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setGameMode( GameMode gameMode )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void sendMessage( Text message, MessageType type, UUID senderUuid )
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getIp()
|
|
||||||
{
|
|
||||||
return "[Fake Player]";
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void sendResourcePackUrl( String url, String hash )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onStoppedTracking( Entity entity )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setCameraEntity( Entity entity )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void teleport( ServerWorld serverWorld, double x, double y, double z, float pitch, float yaw )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void sendInitialChunkPackets( ChunkPos chunkPos, Packet<?> packet, Packet<?> packet2 )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void sendUnloadChunkPacket( ChunkPos chunkPos )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void playSound( SoundEvent soundEvent, SoundCategory soundCategory, float volume, float pitch )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
private static class FakeNetHandler extends ServerPlayNetworkHandler
|
|
||||||
{
|
|
||||||
FakeNetHandler( ServerPlayerEntity player )
|
|
||||||
{
|
|
||||||
super( player.server, new FakeConnection(), player );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void disconnect( Text message )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onVehicleMove( VehicleMoveC2SPacket move )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onRequestCommandCompletions( RequestCommandCompletionsC2SPacket packet )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void sendPacket( Packet<?> packet, @Nullable GenericFutureListener<? extends Future<? super Void>> listener )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private static class FakeConnection extends ClientConnection
|
|
||||||
{
|
|
||||||
FakeConnection()
|
|
||||||
{
|
|
||||||
super( NetworkSide.CLIENTBOUND );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void channelActive( ChannelHandlerContext active )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setState( NetworkState state )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void exceptionCaught( ChannelHandlerContext context, Throwable err )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void channelRead0( ChannelHandlerContext context, Packet<?> packet )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void send( Packet<?> packet, @Nullable GenericFutureListener<? extends Future<? super Void>> listener )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void tick()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void disconnect( Text message )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setupEncryption( Cipher cipher, Cipher cipher2 )
|
|
||||||
{
|
|
||||||
super.setupEncryption( cipher, cipher2 );
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void disableAutoRead()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setCompressionThreshold( int size )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,22 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.turtle;
|
package dan200.computercraft.api.turtle;
|
||||||
|
|
||||||
import com.mojang.authlib.GameProfile;
|
import com.mojang.authlib.GameProfile;
|
||||||
import dan200.computercraft.api.lua.ILuaCallback;
|
import dan200.computercraft.api.lua.ILuaContext;
|
||||||
import dan200.computercraft.api.lua.MethodResult;
|
import dan200.computercraft.api.lua.LuaException;
|
||||||
import dan200.computercraft.api.peripheral.IPeripheral;
|
import dan200.computercraft.api.peripheral.IPeripheral;
|
||||||
import dan200.computercraft.shared.util.ItemStorage;
|
import net.minecraft.inventory.IInventory;
|
||||||
import net.minecraft.inventory.Inventory;
|
import net.minecraft.nbt.NBTTagCompound;
|
||||||
import net.minecraft.nbt.CompoundTag;
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.math.BlockPos;
|
||||||
import net.minecraft.util.math.Direction;
|
|
||||||
import net.minecraft.util.math.Vec3d;
|
import net.minecraft.util.math.Vec3d;
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
|
import net.minecraftforge.items.IItemHandlerModifiable;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
@@ -24,7 +23,8 @@ import javax.annotation.Nullable;
|
|||||||
/**
|
/**
|
||||||
* The interface passed to turtle by turtles, providing methods that they can call.
|
* The interface passed to turtle by turtles, providing methods that they can call.
|
||||||
*
|
*
|
||||||
* This should not be implemented by your classes. Do not interact with turtles except via this interface and {@link ITurtleUpgrade}.
|
* This should not be implemented by your classes. Do not interact with turtles except via this interface and
|
||||||
|
* {@link ITurtleUpgrade}.
|
||||||
*/
|
*/
|
||||||
public interface ITurtleAccess
|
public interface ITurtleAccess
|
||||||
{
|
{
|
||||||
@@ -47,18 +47,21 @@ public interface ITurtleAccess
|
|||||||
/**
|
/**
|
||||||
* Attempt to move this turtle to a new position.
|
* Attempt to move this turtle to a new position.
|
||||||
*
|
*
|
||||||
* This will preserve the turtle's internal state, such as it's inventory, computer and upgrades. It should be used before playing a movement animation
|
* This will preserve the turtle's internal state, such as it's inventory, computer and upgrades. It should
|
||||||
* using {@link #playAnimation(TurtleAnimation)}.
|
* be used before playing a movement animation using {@link #playAnimation(TurtleAnimation)}.
|
||||||
*
|
*
|
||||||
* @param world The new world to move it to
|
* @param world The new world to move it to
|
||||||
* @param pos The new position to move it to.
|
* @param pos The new position to move it to.
|
||||||
* @return Whether the movement was successful. It may fail if the block was not loaded or the block placement was cancelled.
|
* @return Whether the movement was successful. It may fail if the block was not loaded or the block placement
|
||||||
|
* was cancelled. Note this will not check
|
||||||
|
* {@link dan200.computercraft.api.permissions.ITurtlePermissionProvider#isBlockEnterable(World, BlockPos)}.
|
||||||
* @throws UnsupportedOperationException When attempting to teleport on the client side.
|
* @throws UnsupportedOperationException When attempting to teleport on the client side.
|
||||||
*/
|
*/
|
||||||
boolean teleportTo( @Nonnull World world, @Nonnull BlockPos pos );
|
boolean teleportTo( @Nonnull World world, @Nonnull BlockPos pos );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a vector containing the floating point co-ordinates at which the turtle is rendered. This will shift when the turtle is moving.
|
* Returns a vector containing the floating point co-ordinates at which the turtle is rendered.
|
||||||
|
* This will shift when the turtle is moving.
|
||||||
*
|
*
|
||||||
* @param f The subframe fraction.
|
* @param f The subframe fraction.
|
||||||
* @return A vector containing the floating point co-ordinates at which the turtle resides.
|
* @return A vector containing the floating point co-ordinates at which the turtle resides.
|
||||||
@@ -80,19 +83,19 @@ public interface ITurtleAccess
|
|||||||
* Returns the world direction the turtle is currently facing.
|
* Returns the world direction the turtle is currently facing.
|
||||||
*
|
*
|
||||||
* @return The world direction the turtle is currently facing.
|
* @return The world direction the turtle is currently facing.
|
||||||
* @see #setDirection(Direction)
|
* @see #setDirection(EnumFacing)
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
Direction getDirection();
|
EnumFacing getDirection();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the direction the turtle is facing. Note that this will not play a rotation animation, you will also need to call {@link
|
* Set the direction the turtle is facing. Note that this will not play a rotation animation, you will also need to
|
||||||
* #playAnimation(TurtleAnimation)} to do so.
|
* call {@link #playAnimation(TurtleAnimation)} to do so.
|
||||||
*
|
*
|
||||||
* @param dir The new direction to set. This should be on either the x or z axis (so north, south, east or west).
|
* @param dir The new direction to set. This should be on either the x or z axis (so north, south, east or west).
|
||||||
* @see #getDirection()
|
* @see #getDirection()
|
||||||
*/
|
*/
|
||||||
void setDirection( @Nonnull Direction dir );
|
void setDirection( @Nonnull EnumFacing dir );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the currently selected slot in the turtle's inventory.
|
* Get the currently selected slot in the turtle's inventory.
|
||||||
@@ -106,38 +109,64 @@ public interface ITurtleAccess
|
|||||||
/**
|
/**
|
||||||
* Set the currently selected slot in the turtle's inventory.
|
* Set the currently selected slot in the turtle's inventory.
|
||||||
*
|
*
|
||||||
* @param slot The slot to set. This must be greater or equal to 0 and less than the inventory size. Otherwise no action will be taken.
|
* @param slot The slot to set. This must be greater or equal to 0 and less than the inventory size. Otherwise no
|
||||||
|
* action will be taken.
|
||||||
* @throws UnsupportedOperationException When attempting to change the slot on the client side.
|
* @throws UnsupportedOperationException When attempting to change the slot on the client side.
|
||||||
* @see #getInventory()
|
* @see #getInventory()
|
||||||
* @see #getSelectedSlot()
|
* @see #getSelectedSlot()
|
||||||
*/
|
*/
|
||||||
void setSelectedSlot( int slot );
|
void setSelectedSlot( int slot );
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the colour of this turtle as a RGB number.
|
|
||||||
*
|
|
||||||
* @return The colour this turtle is. This will be a RGB colour between {@code 0x000000} and {@code 0xFFFFFF} or -1 if it has no colour.
|
|
||||||
* @see #setColour(int)
|
|
||||||
*/
|
|
||||||
int getColour();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the colour of the turtle to a RGB number.
|
* Set the colour of the turtle to a RGB number.
|
||||||
*
|
*
|
||||||
* @param colour The colour this turtle should be changed to. This should be a RGB colour between {@code 0x000000} and {@code 0xFFFFFF} or -1 to
|
* @param colour The colour this turtle should be changed to. This should be a RGB colour between {@code 0x000000}
|
||||||
* reset to the default colour.
|
* and {@code 0xFFFFFF} or -1 to reset to the default colour.
|
||||||
* @see #getColour()
|
* @see #getColour()
|
||||||
*/
|
*/
|
||||||
void setColour( int colour );
|
void setColour( int colour );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the colour of this turtle as a RGB number.
|
||||||
|
*
|
||||||
|
* @return The colour this turtle is. This will be a RGB colour between {@code 0x000000} and {@code 0xFFFFFF} or
|
||||||
|
* -1 if it has no colour.
|
||||||
|
* @see #setColour(int)
|
||||||
|
*/
|
||||||
|
int getColour();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the player who owns this turtle, namely whoever placed it.
|
* Get the player who owns this turtle, namely whoever placed it.
|
||||||
*
|
*
|
||||||
* @return This turtle's owner.
|
* @return This turtle's owner.
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nonnull
|
||||||
GameProfile getOwningPlayer();
|
GameProfile getOwningPlayer();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the inventory of this turtle.
|
||||||
|
*
|
||||||
|
* Note: this inventory should only be accessed and modified on the server thread.
|
||||||
|
*
|
||||||
|
* @return This turtle's inventory
|
||||||
|
* @see #getItemHandler()
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
IInventory getInventory();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the inventory of this turtle as an {@link IItemHandlerModifiable}.
|
||||||
|
*
|
||||||
|
* Note: this inventory should only be accessed and modified on the server thread.
|
||||||
|
*
|
||||||
|
* @return This turtle's inventory
|
||||||
|
* @see #getInventory()
|
||||||
|
* @see IItemHandlerModifiable
|
||||||
|
* @see net.minecraftforge.items.CapabilityItemHandler#ITEM_HANDLER_CAPABILITY
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
IItemHandlerModifiable getItemHandler();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine whether this turtle will require fuel when performing actions.
|
* Determine whether this turtle will require fuel when performing actions.
|
||||||
*
|
*
|
||||||
@@ -157,7 +186,8 @@ public interface ITurtleAccess
|
|||||||
int getFuelLevel();
|
int getFuelLevel();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the fuel level to a new value. It is generally preferred to use {@link #consumeFuel(int)}} or {@link #addFuel(int)} instead.
|
* Set the fuel level to a new value. It is generally preferred to use {@link #consumeFuel(int)}} or {@link #addFuel(int)}
|
||||||
|
* instead.
|
||||||
*
|
*
|
||||||
* @param fuel The new amount of fuel. This must be between 0 and the fuel limit.
|
* @param fuel The new amount of fuel. This must be between 0 and the fuel limit.
|
||||||
* @see #getFuelLevel()
|
* @see #getFuelLevel()
|
||||||
@@ -178,8 +208,8 @@ public interface ITurtleAccess
|
|||||||
* Removes some fuel from the turtles fuel supply. Negative numbers can be passed in to INCREASE the fuel level of the turtle.
|
* Removes some fuel from the turtles fuel supply. Negative numbers can be passed in to INCREASE the fuel level of the turtle.
|
||||||
*
|
*
|
||||||
* @param fuel The amount of fuel to consume.
|
* @param fuel The amount of fuel to consume.
|
||||||
* @return Whether the turtle was able to consume the amount of fuel specified. Will return false if you supply a number greater than the current fuel
|
* @return Whether the turtle was able to consume the amount of fuel specified. Will return false if you supply a number
|
||||||
* level of the turtle. No fuel will be consumed if {@code false} is returned.
|
* greater than the current fuel level of the turtle. No fuel will be consumed if {@code false} is returned.
|
||||||
* @throws UnsupportedOperationException When attempting to consume fuel on the client side.
|
* @throws UnsupportedOperationException When attempting to consume fuel on the client side.
|
||||||
*/
|
*/
|
||||||
boolean consumeFuel( int fuel );
|
boolean consumeFuel( int fuel );
|
||||||
@@ -193,22 +223,31 @@ public interface ITurtleAccess
|
|||||||
void addFuel( int fuel );
|
void addFuel( int fuel );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds a custom command to the turtles command queue. Unlike peripheral methods, these custom commands will be executed on the main thread, so are
|
* Adds a custom command to the turtles command queue. Unlike peripheral methods, these custom commands will be executed
|
||||||
* guaranteed to be able to access Minecraft objects safely, and will be queued up with the turtles standard movement and tool commands. An issued
|
* on the main thread, so are guaranteed to be able to access Minecraft objects safely, and will be queued up
|
||||||
* command will return an unique integer, which will be supplied as a parameter to a "turtle_response" event issued to the turtle after the command has
|
* with the turtles standard movement and tool commands. An issued command will return an unique integer, which will
|
||||||
* completed. Look at the lua source code for "rom/apis/turtle" for how to build a lua wrapper around this functionality.
|
* be supplied as a parameter to a "turtle_response" event issued to the turtle after the command has completed. Look at the
|
||||||
|
* lua source code for "rom/apis/turtle" for how to build a lua wrapper around this functionality.
|
||||||
*
|
*
|
||||||
|
* @param context The Lua context to pull events from.
|
||||||
* @param command An object which will execute the custom command when its point in the queue is reached
|
* @param command An object which will execute the custom command when its point in the queue is reached
|
||||||
* @return The objects the command returned when executed. you should probably return these to the player unchanged if called from a peripheral method.
|
* @return The objects the command returned when executed. you should probably return these to the player
|
||||||
|
* unchanged if called from a peripheral method.
|
||||||
* @throws UnsupportedOperationException When attempting to execute a command on the client side.
|
* @throws UnsupportedOperationException When attempting to execute a command on the client side.
|
||||||
|
* @throws LuaException If the user presses CTRL+T to terminate the current program while {@code executeCommand()} is
|
||||||
|
* waiting for an event, a "Terminated" exception will be thrown here.
|
||||||
|
* @throws InterruptedException If the user shuts down or reboots the computer while pullEvent() is waiting for an
|
||||||
|
* event, InterruptedException will be thrown. This exception must not be caught or
|
||||||
|
* intercepted, or the computer will leak memory and end up in a broken state.
|
||||||
* @see ITurtleCommand
|
* @see ITurtleCommand
|
||||||
* @see MethodResult#pullEvent(String, ILuaCallback)
|
* @see ILuaContext#pullEvent(String)
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
MethodResult executeCommand( @Nonnull ITurtleCommand command );
|
Object[] executeCommand( @Nonnull ILuaContext context, @Nonnull ITurtleCommand command ) throws LuaException, InterruptedException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Start playing a specific animation. This will prevent other turtle commands from executing until it is finished.
|
* Start playing a specific animation. This will prevent other turtle commands from executing until
|
||||||
|
* it is finished.
|
||||||
*
|
*
|
||||||
* @param animation The animation to play.
|
* @param animation The animation to play.
|
||||||
* @throws UnsupportedOperationException When attempting to execute play an animation on the client side.
|
* @throws UnsupportedOperationException When attempting to execute play an animation on the client side.
|
||||||
@@ -247,36 +286,22 @@ public interface ITurtleAccess
|
|||||||
/**
|
/**
|
||||||
* Get an upgrade-specific NBT compound, which can be used to store arbitrary data.
|
* Get an upgrade-specific NBT compound, which can be used to store arbitrary data.
|
||||||
*
|
*
|
||||||
* This will be persisted across turtle restarts and chunk loads, as well as being synced to the client. You must call {@link
|
* This will be persisted across turtle restarts and chunk loads, as well as being synced to the client. You must
|
||||||
* #updateUpgradeNBTData(TurtleSide)} after modifying it.
|
* call {@link #updateUpgradeNBTData(TurtleSide)} after modifying it.
|
||||||
*
|
*
|
||||||
* @param side The side to get the upgrade data for.
|
* @param side The side to get the upgrade data for.
|
||||||
* @return The upgrade-specific data.
|
* @return The upgrade-specific data.
|
||||||
* @see #updateUpgradeNBTData(TurtleSide)
|
* @see #updateUpgradeNBTData(TurtleSide)
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
CompoundTag getUpgradeNBTData( @Nullable TurtleSide side );
|
NBTTagCompound getUpgradeNBTData( @Nullable TurtleSide side );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mark the upgrade-specific data as dirty on a specific side. This is required for the data to be synced to the client and persisted.
|
* Mark the upgrade-specific data as dirty on a specific side. This is required for the data to be synced to the
|
||||||
|
* client and persisted.
|
||||||
*
|
*
|
||||||
* @param side The side to mark dirty.
|
* @param side The side to mark dirty.
|
||||||
* @see #updateUpgradeNBTData(TurtleSide)
|
* @see #updateUpgradeNBTData(TurtleSide)
|
||||||
*/
|
*/
|
||||||
void updateUpgradeNBTData( @Nonnull TurtleSide side );
|
void updateUpgradeNBTData( @Nonnull TurtleSide side );
|
||||||
|
|
||||||
default ItemStorage getItemHandler()
|
|
||||||
{
|
|
||||||
return ItemStorage.wrap( getInventory() );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the inventory of this turtle.
|
|
||||||
*
|
|
||||||
* Note: this inventory should only be accessed and modified on the server thread.
|
|
||||||
*
|
|
||||||
* @return This turtle's inventory
|
|
||||||
*/
|
|
||||||
@Nonnull
|
|
||||||
Inventory getInventory();
|
|
||||||
}
|
}
|
||||||
|
@@ -1,17 +1,18 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.turtle;
|
package dan200.computercraft.api.turtle;
|
||||||
|
|
||||||
|
import dan200.computercraft.api.lua.ILuaContext;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An interface for objects executing custom turtle commands, used with {@link ITurtleAccess#executeCommand(ITurtleCommand)}.
|
* An interface for objects executing custom turtle commands, used with {@link ITurtleAccess#executeCommand(ILuaContext, ITurtleCommand)}.
|
||||||
*
|
*
|
||||||
* @see ITurtleAccess#executeCommand(ITurtleCommand)
|
* @see ITurtleAccess#executeCommand(ILuaContext, ITurtleCommand)
|
||||||
*/
|
*/
|
||||||
@FunctionalInterface
|
@FunctionalInterface
|
||||||
public interface ITurtleCommand
|
public interface ITurtleCommand
|
||||||
@@ -19,12 +20,12 @@ public interface ITurtleCommand
|
|||||||
/**
|
/**
|
||||||
* Will be called by the turtle on the main thread when it is time to execute the custom command.
|
* Will be called by the turtle on the main thread when it is time to execute the custom command.
|
||||||
*
|
*
|
||||||
* The handler should either perform the work of the command, and return success, or return failure with an error message to indicate the command cannot
|
* The handler should either perform the work of the command, and return success, or return
|
||||||
* be executed at this time.
|
* failure with an error message to indicate the command cannot be executed at this time.
|
||||||
*
|
*
|
||||||
* @param turtle Access to the turtle for whom the command was issued.
|
* @param turtle Access to the turtle for whom the command was issued.
|
||||||
* @return A result, indicating whether this action succeeded or not.
|
* @return A result, indicating whether this action succeeded or not.
|
||||||
* @see ITurtleAccess#executeCommand(ITurtleCommand)
|
* @see ITurtleAccess#executeCommand(ILuaContext, ITurtleCommand)
|
||||||
* @see TurtleCommandResult#success()
|
* @see TurtleCommandResult#success()
|
||||||
* @see TurtleCommandResult#failure(String)
|
* @see TurtleCommandResult#failure(String)
|
||||||
* @see TurtleCommandResult
|
* @see TurtleCommandResult
|
||||||
|
@@ -1,29 +1,69 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.turtle;
|
package dan200.computercraft.api.turtle;
|
||||||
|
|
||||||
import dan200.computercraft.api.ComputerCraftAPI;
|
import dan200.computercraft.api.ComputerCraftAPI;
|
||||||
import dan200.computercraft.api.IUpgradeBase;
|
|
||||||
import dan200.computercraft.api.client.TransformedModel;
|
|
||||||
import dan200.computercraft.api.peripheral.IPeripheral;
|
import dan200.computercraft.api.peripheral.IPeripheral;
|
||||||
import net.fabricmc.api.EnvType;
|
import dan200.computercraft.api.turtle.event.TurtleAttackEvent;
|
||||||
import net.fabricmc.api.Environment;
|
import dan200.computercraft.api.turtle.event.TurtleBlockEvent;
|
||||||
import net.minecraft.util.math.Direction;
|
import net.minecraft.client.renderer.block.model.IBakedModel;
|
||||||
|
import net.minecraft.client.renderer.block.model.ModelResourceLocation;
|
||||||
|
import net.minecraft.item.ItemStack;
|
||||||
|
import net.minecraft.util.EnumFacing;
|
||||||
|
import net.minecraft.util.ResourceLocation;
|
||||||
|
import net.minecraftforge.event.entity.player.AttackEntityEvent;
|
||||||
|
import net.minecraftforge.event.world.BlockEvent;
|
||||||
|
import net.minecraftforge.fml.relauncher.Side;
|
||||||
|
import net.minecraftforge.fml.relauncher.SideOnly;
|
||||||
|
import org.apache.commons.lang3.tuple.Pair;
|
||||||
|
|
||||||
import javax.annotation.Nonnull;
|
import javax.annotation.Nonnull;
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
import javax.vecmath.Matrix4f;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The primary interface for defining an update for Turtles. A turtle update can either be a new tool, or a new peripheral.
|
* The primary interface for defining an update for Turtles. A turtle update
|
||||||
|
* can either be a new tool, or a new peripheral.
|
||||||
*
|
*
|
||||||
* @see ComputerCraftAPI#registerTurtleUpgrade(ITurtleUpgrade)
|
* @see ComputerCraftAPI#registerTurtleUpgrade(ITurtleUpgrade)
|
||||||
*/
|
*/
|
||||||
public interface ITurtleUpgrade extends IUpgradeBase
|
public interface ITurtleUpgrade
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Gets a unique identifier representing this type of turtle upgrade. eg: "computercraft:wireless_modem" or "my_mod:my_upgrade".
|
||||||
|
* You should use a unique resource domain to ensure this upgrade is uniquely identified.
|
||||||
|
* The turtle will fail registration if an already used ID is specified.
|
||||||
|
*
|
||||||
|
* @return The unique ID for this upgrade.
|
||||||
|
* @see ComputerCraftAPI#registerTurtleUpgrade(ITurtleUpgrade)
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
ResourceLocation getUpgradeID();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets a numerical identifier representing this type of turtle upgrade,
|
||||||
|
* for backwards compatibility with pre-1.76 worlds. If your upgrade was
|
||||||
|
* not released for older ComputerCraft versions, you can return -1 here.
|
||||||
|
* The turtle will fail registration if an already used positive ID is specified.
|
||||||
|
*
|
||||||
|
* @return The legacy ID, or -1 if is needed.
|
||||||
|
* @see ComputerCraftAPI#registerTurtleUpgrade(ITurtleUpgrade)
|
||||||
|
*/
|
||||||
|
int getLegacyUpgradeID();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return an unlocalised string to describe this type of turtle in turtle item names.
|
||||||
|
*
|
||||||
|
* Examples of built-in adjectives are "Wireless", "Mining" and "Crafty".
|
||||||
|
*
|
||||||
|
* @return The localisation key for this upgrade's adjective.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
String getUnlocalisedAdjective();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return whether this turtle adds a tool or a peripheral to the turtle.
|
* Return whether this turtle adds a tool or a peripheral to the turtle.
|
||||||
*
|
*
|
||||||
@@ -33,15 +73,30 @@ public interface ITurtleUpgrade extends IUpgradeBase
|
|||||||
@Nonnull
|
@Nonnull
|
||||||
TurtleUpgradeType getType();
|
TurtleUpgradeType getType();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return an item stack representing the type of item that a turtle must be crafted
|
||||||
|
* with to create a turtle which holds this upgrade. This item stack is also used
|
||||||
|
* to determine the upgrade given by {@code turtle.equip()}
|
||||||
|
*
|
||||||
|
* Ideally this should be constant over a session. It is recommended that you cache
|
||||||
|
* the item too, in order to prevent constructing it every time the method is called.
|
||||||
|
*
|
||||||
|
* @return The item stack to craft with, or {@link ItemStack#EMPTY} if it cannot be crafted.
|
||||||
|
*/
|
||||||
|
@Nonnull
|
||||||
|
ItemStack getCraftingItem();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Will only be called for peripheral upgrades. Creates a peripheral for a turtle being placed using this upgrade.
|
* Will only be called for peripheral upgrades. Creates a peripheral for a turtle being placed using this upgrade.
|
||||||
*
|
*
|
||||||
* The peripheral created will be stored for the lifetime of the upgrade and will be passed as an argument to {@link #update(ITurtleAccess,
|
* The peripheral created will be stored for the lifetime of the upgrade and will be passed as an argument to
|
||||||
* TurtleSide)}. It will be attached, detached and have methods called in the same manner as a Computer peripheral.
|
* {@link #update(ITurtleAccess, TurtleSide)}. It will be attached, detached and have methods called in the same
|
||||||
|
* manner as a Computer peripheral.
|
||||||
*
|
*
|
||||||
* @param turtle Access to the turtle that the peripheral is being created for.
|
* @param turtle Access to the turtle that the peripheral is being created for.
|
||||||
* @param side Which side of the turtle (left or right) that the upgrade resides on.
|
* @param side Which side of the turtle (left or right) that the upgrade resides on.
|
||||||
* @return The newly created peripheral. You may return {@code null} if this upgrade is a Tool and this method is not expected to be called.
|
* @return The newly created peripheral. You may return {@code null} if this upgrade is a Tool
|
||||||
|
* and this method is not expected to be called.
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
default IPeripheral createPeripheral( @Nonnull ITurtleAccess turtle, @Nonnull TurtleSide side )
|
default IPeripheral createPeripheral( @Nonnull ITurtleAccess turtle, @Nonnull TurtleSide side )
|
||||||
@@ -50,19 +105,25 @@ public interface ITurtleUpgrade extends IUpgradeBase
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Will only be called for Tool turtle. Called when turtle.dig() or turtle.attack() is called by the turtle, and the tool is required to do some work.
|
* Will only be called for Tool turtle. Called when turtle.dig() or turtle.attack() is called
|
||||||
|
* by the turtle, and the tool is required to do some work.
|
||||||
|
*
|
||||||
|
* Conforming implementations should fire {@link BlockEvent.BreakEvent} and {@link TurtleBlockEvent.Dig} for
|
||||||
|
* digging, {@link AttackEntityEvent} and {@link TurtleAttackEvent} for attacking.
|
||||||
*
|
*
|
||||||
* @param turtle Access to the turtle that the tool resides on.
|
* @param turtle Access to the turtle that the tool resides on.
|
||||||
* @param side Which side of the turtle (left or right) the tool resides on.
|
* @param side Which side of the turtle (left or right) the tool resides on.
|
||||||
* @param verb Which action (dig or attack) the turtle is being called on to perform.
|
* @param verb Which action (dig or attack) the turtle is being called on to perform.
|
||||||
* @param direction Which world direction the action should be performed in, relative to the turtles position. This will either be up, down, or the
|
* @param direction Which world direction the action should be performed in, relative to the turtles
|
||||||
* direction the turtle is facing, depending on whether dig, digUp or digDown was called.
|
* position. This will either be up, down, or the direction the turtle is facing, depending on
|
||||||
* @return Whether the turtle was able to perform the action, and hence whether the {@code turtle.dig()} or {@code turtle.attack()} lua method should
|
* whether dig, digUp or digDown was called.
|
||||||
* return true. If true is returned, the tool will perform a swinging animation. You may return {@code null} if this turtle is a Peripheral and
|
* @return Whether the turtle was able to perform the action, and hence whether the {@code turtle.dig()}
|
||||||
* this method is not expected to be called.
|
* or {@code turtle.attack()} lua method should return true. If true is returned, the tool will perform
|
||||||
|
* a swinging animation. You may return {@code null} if this turtle is a Peripheral and this method is not expected
|
||||||
|
* to be called.
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
default TurtleCommandResult useTool( @Nonnull ITurtleAccess turtle, @Nonnull TurtleSide side, @Nonnull TurtleVerb verb, @Nonnull Direction direction )
|
default TurtleCommandResult useTool( @Nonnull ITurtleAccess turtle, @Nonnull TurtleSide side, @Nonnull TurtleVerb verb, @Nonnull EnumFacing direction )
|
||||||
{
|
{
|
||||||
return TurtleCommandResult.failure();
|
return TurtleCommandResult.failure();
|
||||||
}
|
}
|
||||||
@@ -70,13 +131,18 @@ public interface ITurtleUpgrade extends IUpgradeBase
|
|||||||
/**
|
/**
|
||||||
* Called to obtain the model to be used when rendering a turtle peripheral.
|
* Called to obtain the model to be used when rendering a turtle peripheral.
|
||||||
*
|
*
|
||||||
|
* This can be obtained from {@link net.minecraft.client.renderer.ItemModelMesher#getItemModel(ItemStack)},
|
||||||
|
* {@link net.minecraft.client.renderer.block.model.ModelManager#getModel(ModelResourceLocation)} or any other
|
||||||
|
* source.
|
||||||
|
*
|
||||||
* @param turtle Access to the turtle that the upgrade resides on. This will be null when getting item models!
|
* @param turtle Access to the turtle that the upgrade resides on. This will be null when getting item models!
|
||||||
* @param side Which side of the turtle (left or right) the upgrade resides on.
|
* @param side Which side of the turtle (left or right) the upgrade resides on.
|
||||||
* @return The model that you wish to be used to render your upgrade.
|
* @return The model that you wish to be used to render your upgrade, and a transformation to apply to it. Returning
|
||||||
|
* a transformation of {@code null} has the same effect as the identify matrix.
|
||||||
*/
|
*/
|
||||||
@Nonnull
|
@Nonnull
|
||||||
@Environment( EnvType.CLIENT )
|
@SideOnly( Side.CLIENT )
|
||||||
TransformedModel getModel( @Nullable ITurtleAccess turtle, @Nonnull TurtleSide side );
|
Pair<IBakedModel, Matrix4f> getModel( @Nullable ITurtleAccess turtle, @Nonnull TurtleSide side );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called once per tick for each turtle which has the upgrade equipped.
|
* Called once per tick for each turtle which has the upgrade equipped.
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
* This file is part of the public ComputerCraft API - http://www.computercraft.info
|
||||||
* Copyright Daniel Ratcliffe, 2011-2021. This API may be redistributed unmodified and in full only.
|
* Copyright Daniel Ratcliffe, 2011-2020. This API may be redistributed unmodified and in full only.
|
||||||
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
* For help using the API, and posting your mods, visit the forums at computercraft.info.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dan200.computercraft.api.turtle;
|
package dan200.computercraft.api.turtle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -18,66 +17,70 @@ public enum TurtleAnimation
|
|||||||
/**
|
/**
|
||||||
* An animation which does nothing. This takes no time to complete.
|
* An animation which does nothing. This takes no time to complete.
|
||||||
*
|
*
|
||||||
* @see #WAIT
|
* @see #Wait
|
||||||
* @see #SHORT_WAIT
|
* @see #ShortWait
|
||||||
*/
|
*/
|
||||||
NONE,
|
None,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Make the turtle move forward. Note that the animation starts from the block <em>behind</em> it, and moves into this one.
|
* Make the turtle move forward. Note that the animation starts from the block <em>behind</em> it, and
|
||||||
|
* moves into this one.
|
||||||
*/
|
*/
|
||||||
MOVE_FORWARD,
|
MoveForward,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Make the turtle move backwards. Note that the animation starts from the block <em>in front</em> it, and moves into this one.
|
* Make the turtle move backwards. Note that the animation starts from the block <em>in front</em> it, and
|
||||||
|
* moves into this one.
|
||||||
*/
|
*/
|
||||||
MOVE_BACK,
|
MoveBack,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Make the turtle move backwards. Note that the animation starts from the block <em>above</em> it, and moves into this one.
|
* Make the turtle move backwards. Note that the animation starts from the block <em>above</em> it, and
|
||||||
|
* moves into this one.
|
||||||
*/
|
*/
|
||||||
MOVE_UP,
|
MoveUp,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Make the turtle move backwards. Note that the animation starts from the block <em>below</em> it, and moves into this one.
|
* Make the turtle move backwards. Note that the animation starts from the block <em>below</em> it, and
|
||||||
|
* moves into this one.
|
||||||
*/
|
*/
|
||||||
MOVE_DOWN,
|
MoveDown,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Turn the turtle to the left. Note that the animation starts with the turtle facing <em>right</em>, and the turtle turns to face in the current
|
* Turn the turtle to the left. Note that the animation starts with the turtle facing <em>right</em>, and
|
||||||
* direction.
|
* the turtle turns to face in the current direction.
|
||||||
*/
|
*/
|
||||||
TURN_LEFT,
|
TurnLeft,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Turn the turtle to the left. Note that the animation starts with the turtle facing <em>right</em>, and the turtle turns to face in the current
|
* Turn the turtle to the left. Note that the animation starts with the turtle facing <em>right</em>, and
|
||||||
* direction.
|
* the turtle turns to face in the current direction.
|
||||||
*/
|
*/
|
||||||
TURN_RIGHT,
|
TurnRight,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Swing the tool on the left.
|
* Swing the tool on the left.
|
||||||
*/
|
*/
|
||||||
SWING_LEFT_TOOL,
|
SwingLeftTool,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Swing the tool on the right.
|
* Swing the tool on the right.
|
||||||
*/
|
*/
|
||||||
SWING_RIGHT_TOOL,
|
SwingRightTool,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wait until the animation has finished, performing no movement.
|
* Wait until the animation has finished, performing no movement.
|
||||||
*
|
*
|
||||||
* @see #SHORT_WAIT
|
* @see #ShortWait
|
||||||
* @see #NONE
|
* @see #None
|
||||||
*/
|
*/
|
||||||
WAIT,
|
Wait,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wait until the animation has finished, performing no movement. This takes 4 ticks to complete.
|
* Wait until the animation has finished, performing no movement. This takes 4 ticks to complete.
|
||||||
*
|
*
|
||||||
* @see #WAIT
|
* @see #Wait
|
||||||
* @see #NONE
|
* @see #None
|
||||||
*/
|
*/
|
||||||
SHORT_WAIT,
|
ShortWait,
|
||||||
}
|
}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user