Uses of Enum Class
net.minecraft.command.CommandStats.Type
Packages that use CommandStats.Type
Package
Description
-
Uses of CommandStats.Type in net.minecraft.command
Methods in net.minecraft.command that return CommandStats.TypeModifier and TypeMethodDescriptionstatic CommandStats.Typestatic CommandStats.TypeReturns the enum constant of this class with the specified name.static CommandStats.Type[]CommandStats.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.command with parameters of type CommandStats.TypeModifier and TypeMethodDescriptionvoidCommandStats.method_10792(CommandSource commandSource, CommandStats.Type type, int int2) private static voidCommandStats.method_10794(CommandStats commandStats, CommandStats.Type type) static voidCommandStats.method_10795(CommandStats commandStats, CommandStats.Type type, String string, String string2) voidCommandSource.setStat(CommandStats.Type statsType, int value) -
Uses of CommandStats.Type in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type CommandStats.Type -
Uses of CommandStats.Type in net.minecraft.server
Methods in net.minecraft.server with parameters of type CommandStats.TypeModifier and TypeMethodDescriptionvoidMinecraftServer.setStat(CommandStats.Type statsType, int value) -
Uses of CommandStats.Type in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type CommandStats.Type -
Uses of CommandStats.Type in net.minecraft.world
Methods in net.minecraft.world with parameters of type CommandStats.TypeModifier and TypeMethodDescriptionvoidCommandBlockExecutor.setStat(CommandStats.Type statsType, int value)