News

This design is compact, survival-friendly, and produces a constant flow of iron using the latest villager & golem mechanics.
In this tutorial, you'll learn how to build an easy and reliable villager breeder farm in Minecraft 1.21+, fully compatible with Java and Bedrock Edition.
In Java, enums are a special kind of class that can contain constants and methods. They provide a way to define a set of named values, often representing a fixed number of options or choices. One ...
Java records are a new language feature that reduces verbosity and enables optimized runtime performance. This Java records tutorial shows how they work.
Learn about serialization in Java with our comprehensive tutorial. We provide examples to help you understand how serialization works.
The following fails on Java 17 and works on 11 and 16: ...
Want to learn more about how to use Java enums with configurable sorting fields? Check out this tutorial to learn more about using enums with sorting fields.