接口 IForgeLevelSummary
public interface IForgeLevelSummary
-
方法概要
修饰符和类型方法说明default boolean
Checks if the Forge lifecycle of this level is experimental.private LevelSummary
self()
-
方法详细资料
-
self
-
isLifecycleExperimental
default boolean isLifecycleExperimental()Checks if the Forge lifecycle of this level is experimental. This is used to render the experimental warning tooltip on the level select screen.- 返回:
true
if the level is experimental
-