This commit is contained in:
Hannes Greule 2020-05-06 13:26:51 +02:00 committed by dordsor21
parent 8257b0b563
commit 5a2f70238a

View File

@ -101,7 +101,7 @@ public class BlockTypeWrapper {
* <br/> * <br/>
* Invocation will try to lazily initialize the block category if it's not * Invocation will try to lazily initialize the block category if it's not
* set yet but the category id is present. If {@link BlockCategory#REGISTRY} is already populated * set yet but the category id is present. If {@link BlockCategory#REGISTRY} is already populated
* but does not contain a category with the given name, a BLockCategory containing no items * but does not contain a category with the given name, a BlockCategory containing no items
* is returned. * is returned.
* If this wrapper does not wrap a BlockCategory, null is returned. * If this wrapper does not wrap a BlockCategory, null is returned.
* <br/> * <br/>