From e81f93724c66e1b9734fe686644f062d14988ad0 Mon Sep 17 00:00:00 2001 From: jhqwqmc Date: Mon, 10 Nov 2025 23:02:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../craftengine/core/block/StatePropertyAccessor.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/main/java/net/momirealms/craftengine/core/block/StatePropertyAccessor.java b/core/src/main/java/net/momirealms/craftengine/core/block/StatePropertyAccessor.java index 1277e0b1e..41aa0cd1a 100644 --- a/core/src/main/java/net/momirealms/craftengine/core/block/StatePropertyAccessor.java +++ b/core/src/main/java/net/momirealms/craftengine/core/block/StatePropertyAccessor.java @@ -16,4 +16,7 @@ public interface StatePropertyAccessor { @NotNull Object withProperty(String propertyName, String value); + + @NotNull + Object cycleProperty(String propertyName); }