接口 IForgeCommandSourceStack
- 所有已知实现类:
ClientCommandSourceStack
,CommandSourceStack
public interface IForgeCommandSourceStack
Additional methods for
CommandSourceStack
so that commands and arguments can access various things without directly referencing using server specific classes-
方法概要
修饰符和类型方法说明default AdvancementHolder
default RecipeManager
default Scoreboard
default Level
private CommandSourceStack
self()
-
方法详细资料
-
self
-
getScoreboard
- 返回:
- the scoreboard
-
getAdvancement
- 返回:
- the advancement from the id
-
getRecipeManager
- 返回:
- the recipe manager
-
getUnsidedLevel
- 返回:
- the level but without being specifically the server side level
-