Package | Description |
---|---|
net.minecraft.command | |
net.minecraft.entity | |
net.minecraft.tileentity |
Modifier and Type | Method and Description |
---|---|
void |
CommandResultStats.addAllStats(CommandResultStats resultStatsIn) |
private static void |
CommandResultStats.removeScoreBoardStat(CommandResultStats resultStatsIn,
CommandResultStats.Type resultTypeIn) |
static void |
CommandResultStats.setScoreBoardStat(CommandResultStats stats,
CommandResultStats.Type resultType,
java.lang.String entityID,
java.lang.String objectiveName) |
Modifier and Type | Field and Description |
---|---|
private CommandResultStats |
Entity.cmdResultStats |
Modifier and Type | Method and Description |
---|---|
CommandResultStats |
Entity.getCommandStats() |
Modifier and Type | Field and Description |
---|---|
private CommandResultStats |
CommandBlockBaseLogic.resultStats |
private CommandResultStats |
TileEntitySign.stats |
Modifier and Type | Method and Description |
---|---|
CommandResultStats |
TileEntityCommandBlock.getCommandResultStats() |
CommandResultStats |
CommandBlockBaseLogic.getCommandResultStats() |
CommandResultStats |
TileEntitySign.getStats() |