Fix javadocs in DriedGhast

This commit is contained in:
Bjarne Koll
2025-06-02 03:13:18 +02:00
parent ff05a2df63
commit 20e9fe8e2f

View File

@@ -18,7 +18,7 @@ public interface DriedGhast extends Directional, Waterlogged {
/**
* Sets the hydration level of this dried ghast.
*
* @return the hydration level, reaching from 0 to {@link #getMaximumHydration()}
* @param hydration the hydration level, reaching from 0 to {@link #getMaximumHydration()}
*/
void setHydration(final int hydration);