Interface IForgeCommandSourceStack
- All Known Implementing Classes:
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-
Method Summary
Modifier and TypeMethodDescriptiondefault Advancement
default RecipeManager
default Scoreboard
default Level
private CommandSourceStack
self()
-
Method Details
-
self
-
getScoreboard
- Returns:
- the scoreboard
-
getAdvancement
- Returns:
- the advancement from the id
-
getRecipeManager
- Returns:
- the recipe manager
-
getUnsidedLevel
- Returns:
- the level but without being specifically the server side level
-