Commit Graph
9 Commits
Author SHA1 Message Date
Stone_Red fa22fa23ff - Add cutter machine base
- Add color system
- Improve some variable names
-
2022-05-19 20:20:54 +02:00
Stone_Red 96abb1ace5 Rename some method names for better clarity 2022-04-07 14:18:07 +02:00
Stone_Red 1c55813d85 Calculate max amount of rendered chunks based on window size 2022-04-01 13:10:40 +02:00
Stone_Red ce2d26b762 Improve code readability and structure
- Fix exception when trying to place an item without one selected
- Add access modifiers to all class members
- Add `final` to all variables if applicable
- Add `TestBehaviour` to the machines to test the event system
- Convert classes to records where appropriate
- Change `Function<T, T>` to `Consumer<T>`
- Change non generic methods in the `EventHandler` class to generic methods
- Remove unused imports
- Other minor improvements
2022-03-18 18:10:24 +01:00
Stone_Red 84a904dcac Add class to get entities around other entities
- Add `BlockContainer` class
- Add more error logging
- Refactor code to work with the new system
2022-03-04 11:31:01 +01:00
Stefan-5422 64f47ca5e0 a 2022-03-03 15:22:16 +01:00
Stefan 625d3823c9 Delete target/classes/com/yes/yes directory
target folder should not exist
2022-02-24 15:12:14 +01:00
Stefan-5422 c7d0957902 Added Chunk Loading and player movement code 2022-02-24 15:11:15 +01:00
Stefan-5422 a4f5310aa6 Added basic world and chunk code
-Basic chunk code
-Basic world code
2022-02-11 11:30:35 +01:00