From 24e02ba5c6b2d76040746bed074aaca9d699a31d Mon Sep 17 00:00:00 2001 From: TelepathicGrunt <40846040+TelepathicGrunt@users.noreply.github.com> Date: Sun, 2 Jun 2024 17:54:02 -0400 Subject: [PATCH] Update patches/net/minecraft/world/level/block/entity/BlockEntityType.java.patch Co-authored-by: Dennis C --- .../world/level/block/entity/BlockEntityType.java.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/net/minecraft/world/level/block/entity/BlockEntityType.java.patch b/patches/net/minecraft/world/level/block/entity/BlockEntityType.java.patch index 6c4e49dee56..23bc01d4685 100644 --- a/patches/net/minecraft/world/level/block/entity/BlockEntityType.java.patch +++ b/patches/net/minecraft/world/level/block/entity/BlockEntityType.java.patch @@ -5,7 +5,7 @@ } + /** -+ * Neo: Add block getter that returns an immutable list of the {@link BlockEntityType#validBlocks} field. ++ * Neo: Add getter for an immutable view of the set of valid blocks. + */ + public Set getValidBlocks() { + return java.util.Collections.unmodifiableSet(this.validBlocks);