1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-28 08:12:18 +00:00

Generate docs for generic peripherals

This was the easy bit. Now I've got to write them!
This commit is contained in:
SquidDev 2020-12-10 22:16:49 +00:00 committed by Jummit
parent d6c5a5bd27
commit 45ac601946
2 changed files with 8 additions and 3 deletions

View File

@ -441,4 +441,11 @@ bb8f4c624bf87169b73fb631d8250cfc38181e15
Some sanity checks for get{Direction,Orientation}
```
Use `getCachedState` instead of forge's `getBlockState` and `contains` instead of `has`.
Use `getCachedState` instead of forge's `getBlockState` and `contains` instead of `has`.
```
05c3c8ad3269c9025757f9261e7f609889fb6bdc
Generate docs for generic peripherals
```
Skipped everything except some removed whitespace.

View File

@ -36,8 +36,6 @@ import java.util.Optional;
import static dan200.computercraft.shared.peripheral.generic.methods.ArgumentHelpers.assertBetween;
/**
* Methods for interacting with inventories.
*